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

[SPARK-938][doc] Add OpenStack Swift support #2298

Closed
wants to merge 20 commits into from

Conversation

rxin
Copy link
Contributor

@rxin rxin commented Sep 6, 2014

gilv and others added 18 commits June 8, 2014 10:23
This is initial documentation describing how to integrate Spark with
Swift. This commit contains documentation for stand alone cluster.
Next patches will contain details how to integrate Swift in other
deployment of Spark.
Documentation how to integrate Spark with Openstack Swift.
Conflicts:
	docs/openstack-integration.md
Conflicts:
	docs/openstack-integration.md
SPARK-938 - Openstack Swift object storage support
Bring the branch up to date and fixed some documentation typos.
SPARK-938 - Openstack Swift object storage support
@SparkQA
Copy link

SparkQA commented Sep 8, 2014

QA tests have started for PR 2298 at commit dfb8fea.

  • This patch merges cleanly.

Spark's support for Hadoop InputFormat allows it to process data in OpenStack Swift using the
same URI formats as in Hadoop. You can specify a path in Swift as input through a
URI of the form <code>swift://container.PROVIDER/path</code>. You will also need to set your
Swift security credentials, through <code>core-sites.xml</code> or via
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be core-site.xml?

@SparkQA
Copy link

SparkQA commented Sep 8, 2014

QA tests have finished for PR 2298 at commit dfb8fea.

  • This patch fails unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.


# Configuration Parameters

Create <code>core-site.xml</code> and place it inside <code>/spark/conf</code> directory.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor - but could this say conf/ rather than /spark/conf... we usually don't assume the name of the root folder (in many cases it e.g. has a version)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i agree

@pwendell
Copy link
Contributor

pwendell commented Sep 8, 2014

Great thanks LGTM Reynold. I'll pull this in.

@asfgit asfgit closed this in eddfedd Sep 8, 2014
asfgit pushed a commit that referenced this pull request Sep 8, 2014
See compiled doc at
http://people.apache.org/~rxin/tmp/openstack-swift/_site/storage-openstack-swift.html

This is based on #1010. Closes #1010.

Author: Reynold Xin <[email protected]>
Author: Gil Vernik <[email protected]>

Closes #2298 from rxin/openstack-swift and squashes the following commits:

ff4e394 [Reynold Xin] Two minor comments from Patrick.
279f6de [Reynold Xin] core-sites -> core-site
dfb8fea [Reynold Xin] Updated based on Gil's suggestion.
846f5cb [Reynold Xin] Added a link from overview page.
0447c9f [Reynold Xin] Removed sample code.
e9c3761 [Reynold Xin] Merge pull request #1010 from gilv/master
9233fef [Gil Vernik] Fixed typos
6994827 [Gil Vernik] Merge pull request #1 from rxin/openstack
ac0679e [Reynold Xin] Fixed an unclosed tr.
47ce99d [Reynold Xin] Merge branch 'master' into openstack
cca7192 [Gil Vernik] Removed white spases from pom.xml
99f095d [Reynold Xin] Pending openstack changes.
eb22295 [Reynold Xin] Merge pull request #1010 from gilv/master
39a9737 [Gil Vernik] Spark integration with Openstack Swift
c977658 [Gil Vernik] Merge branch 'master' of https://github.com/gilv/spark
2aba763 [Gil Vernik] Fix to docs/openstack-integration.md
9b625b5 [Gil Vernik] Merge branch 'master' of https://github.com/gilv/spark
eff538d [Gil Vernik] SPARK-938 - Openstack Swift object storage support
ce483d7 [Gil Vernik] SPARK-938 - Openstack Swift object storage support
b6c37ef [Gil Vernik] Openstack Swift support
(cherry picked from commit eddfedd)

Signed-off-by: Patrick Wendell <[email protected]>
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.

4 participants