[
https://issues.apache.org/jira/browse/ARROW-6150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901394#comment-16901394
]
Saurabh Bajaj commented on ARROW-6150:
--------------------------------------
[~wesmckinn] Thanks for your response!
I found https://issues.apache.org/jira/browse/ARROW-3957 and the PR that
address it:
[https://github.com/apache/arrow/commit/758bd557584107cb336cbc3422744dacd93978af].
Seems like the cause of the issue is an incorrect port? The default to
{{pa.hdfs.connect()}} is {{port=0}}. What would be the correct port to use?
> Intermittent Pyarrow HDFS IO error
> ----------------------------------
>
> Key: ARROW-6150
> URL: https://issues.apache.org/jira/browse/ARROW-6150
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 0.14.1
> Reporter: Saurabh Bajaj
> Priority: Minor
>
> I'm running a Dask-YARN job that dumps a results dictionary into HDFS (code
> shown in traceback below) using PyArrow's HDFS IO library. However, the job
> intermittently runs into the error shown below, not every run, only
> sometimes. I'm unable to determine the root cause of this issue.
>
> {{ File "/extractor.py", line 87, in __call__ json.dump(results_dict,
> fp=_UTF8Encoder(f), indent=4) File "pyarrow/io.pxi", line 72, in
> pyarrow.lib.NativeFile.__exit__ File "pyarrow/io.pxi", line 130, in
> pyarrow.lib.NativeFile.close File "pyarrow/error.pxi", line 87, in
> pyarrow.lib.check_status pyarrow.lib.ArrowIOError: HDFS CloseFile failed,
> errno: 255 (Unknown error 255) Please check that you are connecting to the
> correct HDFS RPC port}}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)