wmkai opened a new issue, #44074:
URL: https://github.com/apache/arrow/issues/44074

   ### Describe the usage question you have. Please include as many useful 
details as  possible.
   
   
   When I use `hdfs = fs.HadoopFileSystem(host="xxx")` and then 
   ```
   selector = fs.FileSelector(
       base_dir="/home/xxx",
       allow_not_found=False,
       recursive=False
   )
   file_infos = hdfs.get_file_info(selector)
   print(file_info.path)
   ```
   it prints `:8020/home/xxx/`
   
   But I use another machine to run the same code, it returns 
`/home/xxx/pretrained_models` without `:8020`.
   
   I check the version of python and pyarrow between these two machines, and 
found they are the same.
   Why does it return the port number? How do I get it to not return the port 
number?
   
   ### Component(s)
   
   Python


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to