Skip to content

Commit 90e8237

Browse files
committed
Use real :toc instead of the hand-written one
1 parent edaa337 commit 90e8237

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs/configuration.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@ layout: global
33
title: 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

0 commit comments

Comments
 (0)