Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fsspec's HDFS filesystem to use the new pyarrow.fs.HadoopFileSystem #663

Closed
jorisvandenbossche opened this issue Jun 8, 2021 · 0 comments · Fixed by #754
Closed

Comments

@jorisvandenbossche
Copy link
Contributor

See #295 (comment) for context.

The current implementation included in fsspec for a HDFS filesystem relies on pyarrow.hdfs.HadoopFileSystem, which is deprecated in favor of pyarrow.fs.HadoopFileSystem.

In general, this will require implementing an fsspec-compatible wrapper for the new arrow filesystems (so a wrapper "the other way around" as the one for fsspec-filesystems we have in pyarrow). Such a general wrapper could then also be used for the hdfs wrapper.

Some time ago I started such a wrapper, which could be used as a starting point: https://github.com/intake/filesystem_spec/compare/master...jorisvandenbossche:pyarrow-wrapper?expand=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant