Skip to content

Commit ff4e394

Browse files
committed
Two minor comments from Patrick.
1 parent 279f6de commit ff4e394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/storage-openstack-swift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For example, for Maven support, add the following to the <code>pom.xml</code> fi
3737

3838
# Configuration Parameters
3939

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

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

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

105105
{% highlight xml %}
106106
<configuration>

0 commit comments

Comments
 (0)