// A wrapper class to hold a batch of loaded rows public class DorisFlushBatch { private String lineDelimiter; private String label; private long rows = 0; private StringBuilder data = new StringBuilder(); public DorisFlushBatch(String lineDelimiter) { this.lineDelimiter = lineDelimiter; } pub...
c.a.d.p.w.d.DorisWriterManager : Failed to flush batch data to Doris, retry times = 0 java.io.IOException: Unable to flush data to Doris: unknown result status. at com.alibaba.datax.plugin.writer.doriswriter.DorisStreamLoadObserver.streamLoad(DorisStreamLoadObserver.java:66) ~[doriswriter...
flushInterval Description: The time interval at which data is written in batches. If this time interval is set too small, it will cause Doris write blocking problem, error code -235, and if you set this time interval too small, maxBatchRows and batchSize parameters are set too large, then...
Caused by: java.io.IOException: Unable to flush data to doris: unknown result status. at com.dorisdb.connector.datax.plugin.writer.doriswriter.manager.DorisStreamLoadVisitor.doStreamLoad(DorisStreamLoadVisitor.java:58) at com.dorisdb.connector.datax.plugin.writer.doriswriter.manager.DorisWriterManag...
本文将介绍使用DataX读出Cos的Orc文件往StarRocks里面写。 需求: 需要将腾讯云cos上84TB的数据, 同步到StarRocks某个大表。正常每个分区数据量20~30亿,600GB。 工具:DataX插件:hdfsreader、starrockswriter对象存储COS:非融合