dataalive opened a new issue #8717:
URL: https://github.com/apache/incubator-doris/issues/8717


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Description
   
   when broker load with HDFS as following
   ```
         LOAD LABEL dafeng.load_10
           (
               DATA 
INFILE("hdfs://172.21.0.9:4007/app/dafeng_result_5e9e7a067b144d48-*.csv")
               INTO TABLE `lineorder_new`
               COLUMNS TERMINATED BY "\t"
           ) 
                with HDFS (
               "fs.defaultFS"="hdfs://172.21.0.9:4007",
               "hdfs_user"="hadoop"
           ); 
   ```
   
   the ETL job will failed at error msg 
   ```
   ErrorMsg: type:ETL_RUN_FAIL; msg:errCode = 2, detailMessage = File 
hdfs://172.21.0.9:4007/app/dafeng_result_5e9e7a067b144d48-*.csv does not exist.
   ```
   
   other wildcard character like ```*  ? ```etc..
   
   ### Solution
   
   using globStatus instand of listStatus when with hdfs
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to