你所有的数据都被过滤掉了,你需要看下ErrorURL给出的过滤原因,然后修改下原始数据,使得数据符合表格式
Katte <[email protected]> 于2019年8月28日周三 下午12:02写道: > 你好,我在导入数据时提示 too many filtered rows,是不是因为记录条数太多了呢? > > 导入的文本文件,在600001条记录,导入时提示如下: > > root@master:/mywork/data/T4# curl --location-trusted -u fm:Fm123456 -H > "label:tb04_20190828_1" -H "column_separator:," -T T4_1.txt > http://slave1:8040/api/futurmaster/tb04/_stream_load > > { > "TxnId": 2002, > "Label": "tb04_20190828_1", > "Status": "Fail", > "Message": "too many filtered rows", > "NumberTotalRows": 600001, > "NumberLoadedRows": 0, > "NumberFilteredRows": 600001, > "NumberUnselectedRows": 0, > "LoadBytes": 190199473, > "LoadTimeMs": 2782, > "ErrorURL": " > http://192.168.0.153:8040/api/_load_error_log?file=__shard_0/error_log_insert_stmt_e86cc04897d74606-a3f1487d14257056_e86cc04897d74606_a3f1487d14257056 > " > > > 发送自 Windows 10 版邮件应用 > >
