Skip to content

Commit

Permalink
Two minor comments from Patrick.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Sep 8, 2014
1 parent 279f6de commit ff4e394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/storage-openstack-swift.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For example, for Maven support, add the following to the <code>pom.xml</code> fi

# Configuration Parameters

Create <code>core-site.xml</code> and place it inside <code>/spark/conf</code> directory.
Create <code>core-site.xml</code> and place it inside Spark's <code>conf</code> directory.
There are two main categories of parameters that should to be configured: declaration of the
Swift driver and the parameters that are required by Keystone.

Expand Down Expand Up @@ -100,7 +100,7 @@ contains a list of Keystone mandatory parameters. <code>PROVIDER</code> can be a
</table>

For example, assume <code>PROVIDER=SparkTest</code> and Keystone contains user <code>tester</code> with password <code>testing</code>
defined for tenant <code>test</code>. Than <code>core-site.xml</code> should include:
defined for tenant <code>test</code>. Then <code>core-site.xml</code> should include:

{% highlight xml %}
<configuration>
Expand Down

0 comments on commit ff4e394

Please sign in to comment.