thimoonxy opened a new issue #1669: 导入HDFS数据时Unknown broker name
URL: https://github.com/apache/incubator-doris/issues/1669
 
 
   > ErrorMsg: type:ETL_RUN_FAIL; msg:Unknown broker name(hdfs)
   
   `LOAD LABEL table1_hdfs_20190819
   (
       DATA INFILE("hdfs://master1:8020/user/root/data/table1_data")
       INTO TABLE table1
   )
   WITH BROKER hdfs ("username"="root")
   PROPERTIES
   (
       "timeout"="3600",
       "max_filter_ratio"="0.1"
   );`
   
   `# hadoop fs -cat hdfs://master1:8020/user/root/data/table1_data
   1    1       'jim'   2
   2    1       'grace' 2
   3    2       'tom'   2
   4    3       'bush'  3
   5    3       'helen' 3`
   
   `*************************** 6. row ***************************
            JobId: 12672
            Label: table1_hdfs_20190819
            State: CANCELLED
         Progress: ETL:N/A; LOAD:N/A
             Type: BROKER
          EtlInfo: N/A
         TaskInfo: cluster:N/A; timeout(s):3600; max_filter_ratio:0.1
         ErrorMsg: type:ETL_RUN_FAIL; msg:Unknown broker name(hdfs)
       CreateTime: 2019-08-19 18:15:57
     EtlStartTime: 2019-08-19 18:16:00
    EtlFinishTime: 2019-08-19 18:16:00
    LoadStartTime: 2019-08-19 18:16:00
   LoadFinishTime: 2019-08-19 18:16:00
              URL: N/A
   6 rows in set (0.01 sec)`
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to