From ff4e3949052ec7e28f669e82c61499cd9c11a2fa Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Sun, 7 Sep 2014 20:52:31 -0700 Subject: [PATCH] Two minor comments from Patrick. --- docs/storage-openstack-swift.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/storage-openstack-swift.md b/docs/storage-openstack-swift.md index 54e5bdce17672..c39ef1ce59e1c 100644 --- a/docs/storage-openstack-swift.md +++ b/docs/storage-openstack-swift.md @@ -37,7 +37,7 @@ For example, for Maven support, add the following to the pom.xml fi # Configuration Parameters -Create core-site.xml and place it inside /spark/conf directory. +Create core-site.xml and place it inside Spark's conf 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. @@ -100,7 +100,7 @@ contains a list of Keystone mandatory parameters. PROVIDER can be a For example, assume PROVIDER=SparkTest and Keystone contains user tester with password testing -defined for tenant test. Than core-site.xml should include: +defined for tenant test. Then core-site.xml should include: {% highlight xml %}