Commit 901911a0 authored by 赵建伟's avatar 赵建伟

update codes

parent a3420aae
......@@ -162,7 +162,6 @@ public class CtrEstimatePfrOperator implements BaseOperator{
.unorderedWait(map, new TidbMysqlAsyncPfrSource(jerryJdbcUrl,jerryUsername,jerryPassword), 1, TimeUnit.MINUTES, 1000)
.uid("tidbAsyncDataStream")
.setParallelism(parallelism);
tidbAsyncDataStream.print();
tidbAsyncDataStream
.addSink(new CtrEstimatePfrMysqlSink(outJdbcUrl, maxRetry, retryInteral))
......
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