Skip to content

Commit

Permalink
Adding SPARK_LOCAL_DIRS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed May 26, 2014
1 parent 204b248 commit 4af9e07
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/spark-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ You can optionally configure the cluster further by setting environment variable
<td><code>SPARK_MASTER_OPTS</code></td>
<td>Configuration properties that apply only to the master in the form "-Dx=y" (default: none).</td>
</tr>
<tr>
<td><code>SPARK_LOCAL_DIRS</code></td>
<td>
Directory to use for "scratch" space in Spark, including map output files and RDDs that get
stored on disk. This should be on a fast, local disk in your system. It can also be a
comma-separated list of multiple directories on different disks.
</td>
</tr>
<tr>
<td><code>SPARK_WORKER_CORES</code></td>
<td>Total number of cores to allow Spark applications to use on the machine (default: all available cores).</td>
Expand Down

0 comments on commit 4af9e07

Please sign in to comment.