aboutsummaryrefslogtreecommitdiff
path: root/docs/quick-start.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick-start.md')
-rw-r--r--docs/quick-start.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/quick-start.md b/docs/quick-start.md
index 6b4f4ba425..68afa6e1bf 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -138,7 +138,9 @@ Spark README. Note that you'll need to replace YOUR_SPARK_HOME with the location
installed. Unlike the earlier examples with the Spark shell, which initializes its own SparkContext,
we initialize a SparkContext as part of the program.
-We pass the SparkContext constructor a SparkConf object which contains information about our
+We pass the SparkContext constructor a
+[SparkConf](api/scala/index.html#org.apache.spark.SparkConf)
+object which contains information about our
application. We also call sc.addJar to make sure that when our application is launched in cluster
mode, the jar file containing it will be shipped automatically to worker nodes.
@@ -327,4 +329,4 @@ Congratulations on running your first Spark application!
* For an in-depth overview of the API see "Programming Guides" menu section.
* For running applications on a cluster head to the [deployment overview](cluster-overview.html).
-* For configuration options available to Spark applications see the [configuration page](configuration.html). \ No newline at end of file
+* For configuration options available to Spark applications see the [configuration page](configuration.html).