Skip to content

Commit 16ae776

Browse files
committed
Adding back header section
1 parent d9c264f commit 16ae776

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/configuration.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
layout: global
33
title: 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

0 commit comments

Comments
 (0)