This repository was archived by the owner on Nov 23, 2017. It is now read-only.
This pull request makes newer Spark versions with yarn use Hadoop 2.7.#105
Closed
lagerspetz wants to merge 1 commit into
Closed
This pull request makes newer Spark versions with yarn use Hadoop 2.7.#105lagerspetz wants to merge 1 commit into
lagerspetz wants to merge 1 commit into
Conversation
008ee4b to
4e1a916
Compare
Contributor
|
But doesn't this require the s3a jars to also be downloaded ? Also maybe we can add a new option for this rather than editing the existing one ? |
Author
|
I'm not sure if s3a jars need to be in Spark's jars or if it is enough to have them as dependencies of a project wishing to use those URLs. In Carat, we use S3 directly so we have those jars already as dependencies. In current Spark, s3n urls work; what would we need to make also s3a urls work out of the box? |
Contributor
|
To use S3A you do need to pull in additional packages. For reference, this is how Flintrock does it: |
Author
|
Actually I think pull #56 does this better. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request makes newer Spark versions with yarn use Hadoop 2.7. The purpose is to make it possible to use the s3a filesystem scheme with spark-ec2 Amazon EC2 deployments.