Repository: spark
Updated Branches:
  refs/heads/master 709f541dd -> 30be71e91


[DOCS] Fix cloud-integration.md Typo

Corrected typo; changed spark-default.conf to spark-defaults.conf

Closes #22125 from KraFusion/patch-2.

Authored-by: Joey Krabacher <[email protected]>
Signed-off-by: Sean Owen <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/30be71e9
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/30be71e9
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/30be71e9

Branch: refs/heads/master
Commit: 30be71e91251971ad45c018538395cbebebc0c83
Parents: 709f541
Author: Joey Krabacher <[email protected]>
Authored: Thu Aug 16 16:48:51 2018 -0700
Committer: Sean Owen <[email protected]>
Committed: Thu Aug 16 16:48:51 2018 -0700

----------------------------------------------------------------------
 docs/cloud-integration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/30be71e9/docs/cloud-integration.md
----------------------------------------------------------------------
diff --git a/docs/cloud-integration.md b/docs/cloud-integration.md
index 18e8fe7..36753f6 100644
--- a/docs/cloud-integration.md
+++ b/docs/cloud-integration.md
@@ -104,7 +104,7 @@ Spark jobs must authenticate with the object stores to 
access data within them.
 and `AWS_SESSION_TOKEN` environment variables and sets the associated 
authentication options
 for the `s3n` and `s3a` connectors to Amazon S3.
 1. In a Hadoop cluster, settings may be set in the `core-site.xml` file.
-1. Authentication details may be manually added to the Spark configuration in 
`spark-default.conf`
+1. Authentication details may be manually added to the Spark configuration in 
`spark-defaults.conf`
 1. Alternatively, they can be programmatically set in the `SparkConf` instance 
used to configure 
 the application's `SparkContext`.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to