File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,10 @@ layout: global
33title : Spark Configuration
44---
55
6- Spark provides three locations to configure the system:
7-
8- * [ Spark properties] ( #spark-properties ) control most application parameters and can be set by
9- passing a [ SparkConf] ( api/scala/index.html#org.apache.spark.SparkConf ) object to SparkContext,
10- or through the ` conf/spark-defaults.conf ` properties file.
11- * [ Environment variables] ( #environment-variables ) can be used to set per-machine settings, such as
12- the IP address, through the ` conf/spark-env.sh ` script on each node.
13- * [ Logging] ( #configuring-logging ) can be configured through ` log4j.properties ` .
6+ * This will become a table of contents (this text will be scraped).
7+ {: toc }
148
9+ Spark provides several locations to configure the system:
1510
1611# Spark Properties
1712
You can’t perform that action at this time.
0 commit comments