Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding back header section
  • Loading branch information
pwendell committed May 28, 2014
commit 16ae7767e7deb5366ea46732f8d6d7e52d7f0d6f
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