AndyChang521 opened a new issue #5974: URL: https://github.com/apache/incubator-doris/issues/5974
LOAD LABEL dmp_report.hive2doris ( DATA INFILE("hdfs://zz-bigdata/user/hive/warehouse/apus_dmp_report.db/dmp_active_adduser/dt=2021-06-02/*") INTO TABLE dmp_active_adduser format as "parquet" (cid,pkg,channel) set (cid=cid,dt='2021-06-02',pkg=pkg,channel=channel) ) WITH RESOURCE 'spark2doris'("spark.executor.memory" = "3g","broker.username" = "spark2doris","broker.password" = "123456") PROPERTIES ( "timeout" = "259000", "max_filter_ratio" = "0.1" ); spark load一直报以下这个错:  哪位大神能解释一下,非常感谢; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org