Skip to content

Commit 846f5cb

Browse files
committed
Added a link from overview page.
1 parent 0447c9f commit 846f5cb

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ options for deployment:
103103
* [Security](security.html): Spark security support
104104
* [Hardware Provisioning](hardware-provisioning.html): recommendations for cluster hardware
105105
* [3<sup>rd</sup> Party Hadoop Distributions](hadoop-third-party-distributions.html): using common Hadoop distributions
106+
* Integration with other storage systems:
107+
* [OpenStack Swift](storage-openstack-swift.html)
106108
* [Building Spark with Maven](building-with-maven.html): build Spark using the Maven system
107109
* [Contributing to Spark](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark)
108110

docs/openstack-integration.md renamed to docs/storage-openstack-swift.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
22
layout: global
3-
title: OpenStack Swift Integration
3+
title: Accessing OpenStack Swift from Spark
44
---
55

6-
* This will become a table of contents (this text will be scraped).
7-
{:toc}
8-
9-
10-
# Accessing OpenStack Swift from Spark
11-
126
Spark's support for Hadoop InputFormat allows it to process data in OpenStack Swift using the
137
same URI formats as in Hadoop. You can specify a path in Swift as input through a
148
URI of the form <code>swift://container.PROVIDER/path</code>. You will also need to set your

0 commit comments

Comments
 (0)