[
https://issues.apache.org/jira/browse/ARROW-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16338460#comment-16338460
]
ASF GitHub Bot commented on ARROW-2031:
---------------------------------------
jcrist opened a new pull request #1505: ARROW-2031: [Python] HadoopFileSystem
is pickleable
URL: https://github.com/apache/arrow/pull/1505
Adds support for pickling `HadoopFileSystem`
A few additional small fixes:
- Adds a check that `driver` is one of {'libhdfs3', 'libhdfs'}
- A few small tweaks to the hdfs tests to make them easier to run locally.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> HadoopFileSystem isn't pickleable
> ---------------------------------
>
> Key: ARROW-2031
> URL: https://issues.apache.org/jira/browse/ARROW-2031
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Jim Crist
> Priority: Minor
> Labels: pull-request-available
>
> Currently instances of `pa.hdfs.HadoopFileSystem` aren't pickleable.
> Pickling/unpickling of a `HadoopFileSystem` should create a new instance with
> the same connection parameters.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)