Skip to content
This repository has been 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
wants to merge 1 commit into from

Conversation

lagerspetz
Copy link

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.

@shivaram
Copy link
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 ?

@lagerspetz
Copy link
Author

lagerspetz commented Jun 21, 2017

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?
According to this it should already be in Hadoop 2.7+
https://wiki.apache.org/hadoop/AmazonS3

@nchammas
Copy link
Contributor

@lagerspetz
Copy link
Author

Actually I think pull #56 does this better.

@lagerspetz lagerspetz closed this Jul 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants