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

Added support for viewfs:// URLs. #665

Merged
merged 9 commits into from Feb 19, 2022
Merged

Commits on Oct 21, 2021

  1. Added support for viewfs:// URLs. piskvorky#645

    As stated by @zhezh that hdfs support viewfs
    we just need to convert viewfs to hdfs uri internally
    and it will work.
    ChandanChainani committed Oct 21, 2021
    Copy the full SHA
    64f6451 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Copy the full SHA
    4e301de View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Update hdfs.py

    mpenkov committed Feb 19, 2022
    Copy the full SHA
    8a20e43 View commit details
    Browse the repository at this point in the history
  2. rewrite tests in pytest style

    mpenkov committed Feb 19, 2022
    Copy the full SHA
    8e53b68 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1a2c05a View commit details
    Browse the repository at this point in the history
  4. disable hdfs tests under windows

    Getting this error: [WinError 6] The handle is invalid
    mpenkov committed Feb 19, 2022
    Copy the full SHA
    92cf3a0 View commit details
    Browse the repository at this point in the history
  5. flake8

    mpenkov committed Feb 19, 2022
    Copy the full SHA
    fadf799 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    mpenkov committed Feb 19, 2022
    Copy the full SHA
    02017e5 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ac91118 View commit details
    Browse the repository at this point in the history