doris-streamloader 导入 orc格式文件失败

Viewed 34
./doris-streamloader --source_file="/data/cache_t/" --url="http://172.31.19.73:8030"  --db="test_db" --table="test_table" --u="root" --header="format:orc" --p="xxxxxxx" --check_utf8=false

通过 select into file 方式导出的ORC文件,使用该工具没有数据导入,使用curl方式能够正常导入

这个工具支持 ORC格式的文件导入么

1 Answers

doris-streamloader暂不支持orc格式的导入