Skip to content
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
amplab:branch-2.0from
lagerspetz:use-hadoop-27
Closed

This pull request makes newer Spark versions with yarn use Hadoop 2.7.#105
lagerspetz wants to merge 1 commit into
amplab:branch-2.0from
lagerspetz:use-hadoop-27

Conversation

@lagerspetz

Copy link
Copy Markdown

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
Copy Markdown
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

lagerspetz commented Jun 21, 2017

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

@nchammas

Copy link
Copy Markdown
Contributor

@lagerspetz

Copy link
Copy Markdown
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