Skip to content

Commit

Permalink
Adding back header section
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed May 28, 2014
1 parent d9c264f commit 16ae776
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
layout: global
title: Spark Configuration
---

* This will become a table of contents (this text will be scraped).
{:toc}

Spark provides several locations to configure the system:
Spark provides three locations to configure the system:

* [Spark properties](#spark-properties) control most application parameters and can be set by passing
a [SparkConf](api/core/index.html#org.apache.spark.SparkConf) object to SparkContext, or through Java
system properties.
* [Environment variables](#environment-variables) can be used to set per-machine settings, such as
the IP address, through the `conf/spark-env.sh` script on each node.
* [Logging](#configuring-logging) can be configured through `log4j.properties`.

# Spark Properties

Expand Down

0 comments on commit 16ae776

Please sign in to comment.