Commit da4746f8 authored by 赵建伟's avatar 赵建伟

update codes

parent 74779c9d
......@@ -112,7 +112,7 @@ public class CtrEstimatePfrOperator implements BaseOperator{
return false;
}
});
filter.print();
//filter.print();
SingleOutputStreamOperator map = filter
.map(new MapFunction<JSONObject, CtrEstimatePfrEtl>() {
@Override
......@@ -156,7 +156,7 @@ public class CtrEstimatePfrOperator implements BaseOperator{
return ctrEstimatePfrEtl;
}
});
map.print();
//map.print();
DataStream<DeviceCurrentEstimatePfrTmp> tidbAsyncDataStream = AsyncDataStream
.unorderedWait(map, new TidbMysqlAsyncPfrSource(jerryJdbcUrl,jerryUsername,jerryPassword), 1, TimeUnit.MINUTES, 1000)
.uid("tidbAsyncDataStream")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment