aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-10-14 12:02:32 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-10-14 12:02:32 -0700
commit6c766a918786e39846c4926fd777fb1b04ce406a (patch)
tree6d3c79628b026fdfbd0460d814c9d69738345c19 /README.md
parent8192fe03255c2583618d6f6626dc4ebfae458c77 (diff)
downloadspark-6c766a918786e39846c4926fd777fb1b04ce406a.tar.gz
spark-6c766a918786e39846c4926fd777fb1b04ce406a.tar.bz2
spark-6c766a918786e39846c4926fd777fb1b04ce406a.zip
tweak
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 68ffda2ecb..5e2ab0d2d8 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@ which is packaged with it. To build Spark and its example programs, run:
sbt/sbt compile
-To run Spark, you will need to have Scala's bin in your `PATH`, or you
-will need to set the `SCALA_HOME` environment variable to point to where
+To run Spark, you will need to have Scala's bin directory in your `PATH`, or
+you will need to set the `SCALA_HOME` environment variable to point to where
you've installed Scala. Scala must be accessible through one of these
methods on your cluster's worker nodes as well as its master.