aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndy Konwinski <andyk@berkeley.edu>2013-03-26 14:28:08 -0700
committerAndy Konwinski <andyk@berkeley.edu>2013-03-26 14:28:08 -0700
commit6c18131487e8537da19e2daf45b385c5af494ea3 (patch)
treed7b93079668c023d832d2b4b6cbd020efa137fbd /README.md
parentb8949cab889da4ba0f613a17b2eef52a32476410 (diff)
downloadspark-6c18131487e8537da19e2daf45b385c5af494ea3.tar.gz
spark-6c18131487e8537da19e2daf45b385c5af494ea3.tar.bz2
spark-6c18131487e8537da19e2daf45b385c5af494ea3.zip
Add comment to README that 2.10 not yet supported
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1f8f7b6876..ba24ab43b1 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,15 @@ This README file only contains basic setup instructions.
## Building
-Spark requires Scala 2.9.2. The project is built using Simple Build Tool (SBT),
-which is packaged with it. To build Spark and its example programs, run:
+Spark requires Scala 2.9.2 (Scala 2.10 is not yet supported). The project is
+built using Simple Build Tool (SBT), which is packaged with it. To build
+Spark and its example programs, run:
sbt/sbt package
-Spark also supports building using Maven. If you would like to build using Maven, see the [instructions for building Spark with Maven](http://spark-project.org/docs/latest/building-with-maven.html) in the spark documentation..
+Spark also supports building using Maven. If you would like to build using Maven,
+see the [instructions for building Spark with Maven](http://spark-project.org/docs/latest/building-with-maven.html)
+in the spark documentation..
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