aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2011-02-08 16:38:10 -0800
committerMatei Zaharia <matei@eecs.berkeley.edu>2011-02-08 16:38:10 -0800
commitee60aaa0f578958585ffc39ec85e6c9d0a332d1a (patch)
tree524479af095186b60d316b435695af73bc436d86 /README
parentc1c766a93c0b5530ae42d722c3e3cbe4f4029ef0 (diff)
downloadspark-ee60aaa0f578958585ffc39ec85e6c9d0a332d1a.tar.gz
spark-ee60aaa0f578958585ffc39ec85e6c9d0a332d1a.tar.bz2
spark-ee60aaa0f578958585ffc39ec85e6c9d0a332d1a.zip
Added a pointer to wiki in readme
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index a75830a9d5..72333dcc75 100644
--- a/README
+++ b/README
@@ -1,3 +1,9 @@
+ONLINE DOCUMENTATION
+
+You can find the latest Spark documentation, including a programming guide, on the project wiki at http://github.com/mesos/spark/wiki. This file only contains basic instructions for getting set up.
+
+
+
BUILDING
Spark requires Scala 2.8. This version has been tested with 2.8.1.final.
@@ -19,6 +25,7 @@ to connect to. This can be a Mesos URL, or "local" to run locally with one
thread, or "local[N]" to run locally with N threads.
+
CONFIGURATION
Spark can be configured through two files: conf/java-opts and conf/spark-env.sh.