aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-06-30 17:00:26 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-06-30 17:00:40 -0700
commit5bbd0eec84867937713ceb8438f25a943765a084 (patch)
treea41d2f2dc817a73e00d1126fbbd9c8143e1c38c4 /docs
parent03d0b858c807339b4221bedffa29ac76eef5352e (diff)
downloadspark-5bbd0eec84867937713ceb8438f25a943765a084.tar.gz
spark-5bbd0eec84867937713ceb8438f25a943765a084.tar.bz2
spark-5bbd0eec84867937713ceb8438f25a943765a084.zip
Update docs on SCALA_LIBRARY_PATH
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index ae61769e31..3266db7af1 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -22,7 +22,9 @@ the copy executable.
Inside `spark-env.sh`, you *must* set at least the following two variables:
-* `SCALA_HOME`, to point to your Scala installation.
+* `SCALA_HOME`, to point to your Scala installation, or `SCALA_LIBRARY_PATH` to point to the directory for Scala
+ library JARs (if you install Scala as a Debian or RPM package, there is no `SCALA_HOME`, but these libraries
+ are in a separate path, typically /usr/share/java; look for `scala-library.jar`).
* `MESOS_NATIVE_LIBRARY`, if you are [running on a Mesos cluster](running-on-mesos.html).
In addition, there are four other variables that control execution. These should be set *in the environment that