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