aboutsummaryrefslogtreecommitdiff
path: root/docs/spark-standalone.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-09-25 19:31:07 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-09-25 19:31:07 -0700
commit56c90485fd947d75bbe7aac81593ba42cfe56821 (patch)
tree99c5bc617a350a408abfa62f612fc14c807ad1e7 /docs/spark-standalone.md
parent1821bf1f1f50e5eb1c7adf9d010ecc392b1adad5 (diff)
downloadspark-56c90485fd947d75bbe7aac81593ba42cfe56821.tar.gz
spark-56c90485fd947d75bbe7aac81593ba42cfe56821.tar.bz2
spark-56c90485fd947d75bbe7aac81593ba42cfe56821.zip
More updates to documentation
Diffstat (limited to 'docs/spark-standalone.md')
-rw-r--r--docs/spark-standalone.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md
index 55e7f4e71c..f0bebcf3d9 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -14,7 +14,7 @@ In addition to running on top of [Mesos](https://github.com/mesos/mesos), Spark
## Getting Started
-Download and compile Spark as described in the [Getting Started Guide](index.html). You do not need to install mesos on your machine if you are using the standalone mode.
+Download and compile Spark as described in the [Getting Started Guide](index.html). You do not need to install Mesos on your machine if you are using the standalone mode.
## Standalone Mode Configuration
@@ -22,7 +22,7 @@ The `conf/spark_env.sh` file contains several configuration parameters for the s
- SPARK\_MASTER\_IP - Use this to bind the master to a particular ip address, for example a public one. (Default: local ip address)
- SPARK\_MASTER\_PORT - Start the spark master on a different port (Default: 7077)
-- SPARK\_MASTER\_WEBUI\_POR - Specify a different port for the Master WebUI (Default: 8080)
+- SPARK\_MASTER\_WEBUI\_PORT - Specify a different port for the Master WebUI (Default: 8080)
- SPARK\_WORKER\_PORT - Start the spark worker on a specific port (Default: random)
- SPARK\_WORKER\_CORES - Specify the number of cores to use (Default: all available cores)
- SPARK\_WORKER\_MEMORY - Specify how much memory to use, e.g. 1000M, 2G (Default: MAX(Available - 1024MB, 512MB))