This repository was archived by the owner on Nov 23, 2017. It is now read-only.
s3a filesystem added to core-site for ephemeral-hdfs and persistent-hdfs#31
Open
ar-ms wants to merge 1 commit into
Open
s3a filesystem added to core-site for ephemeral-hdfs and persistent-hdfs#31ar-ms wants to merge 1 commit into
ar-ms wants to merge 1 commit into
Conversation
Contributor
|
@dashcode Thanks for the PR. However I think for using S3a we need a hadoop-aws-sdk package which needs to be installed separately from HDFS ? Or in other words did you test if S3a works with spark-ec2 and this change ? |
Author
|
Hello @shivaram :)! I tested with a custom AMI with Hadoop 2.7.2 and it worked. But you're right, I have just tested with the original AMI and it doesn't work, we need the hadoop-aws-sdk package as you said. |
Contributor
|
Might it be useful for 2.0 branch with updated ami ? |
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.
s3a is the successor of s3n file system, s3a offers higher performance and support of larger files.
For more details: https://wiki.apache.org/hadoop/AmazonS3