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

[BEAM-2005, BEAM-2030, BEAM-2031, BEAM-2032, BEAM-2033, BEAM-2070] Base implementation of HadoopFileSystem. #2776

Closed
wants to merge 1 commit into from

Conversation

lukecwik
Copy link
Member

TODO:

  • Add multiplexing FileSystem that is able to route requests based upon the base URI when configured for multiple file systems.
  • Take a look at copy/rename again to see if we can do better than moving all the bytes through the local machine.

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the PR title is formatted like:
    [BEAM-<Jira issue #>] Description of pull request
  • Make sure tests pass via mvn clean verify. (Even better, enable
    Travis-CI on your fork and ensure the whole test matrix passes).
  • Replace <Jira issue #> in the title with the actual Jira issue
    number, if there is one.
  • If this contribution is large, please file an Apache
    Individual Contributor License Agreement.

…se implementation of HDFS.

TODO:
* Add multiplexing FileSystem that is able to route requests based upon the base URI when configured for multiple file systems.
* Take a look at copy/rename again to see if we can do better than moving all the bytes through the local machine.
@lukecwik
Copy link
Member Author

R: @davorbonaci @dhalperi

@lukecwik lukecwik closed this Apr 29, 2017
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 this pull request may close these issues.

None yet

1 participant