aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2011-11-03 22:42:36 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2011-11-03 22:42:36 -0700
commit3fad5e580f6ca8a7ade6d566f7cc51f975c60e93 (patch)
treefd3cfb836e7150a7fd12e5335ea9f83bb0e6b02d /README.md
parentc2b7fd68996f9a91b4409007192badf012dd8f86 (diff)
downloadspark-3fad5e580f6ca8a7ade6d566f7cc51f975c60e93.tar.gz
spark-3fad5e580f6ca8a7ade6d566f7cc51f975c60e93.tar.bz2
spark-3fad5e580f6ca8a7ade6d566f7cc51f975c60e93.zip
Fix Scala version requirement in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index b4fd39578a..5f9cd26df3 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,7 @@ file only contains basic setup instructions.
## Building
-Spark requires Scala 2.8. This version has been tested with 2.8.1.final.
-Experimental support for Scala 2.9 is available in the `scala-2.9` branch.
+Spark requires Scala 2.9.1. This version has been tested with 2.9.1.final.
The project is built using Simple Build Tool (SBT), which is packaged with it.
To build Spark and its example programs, run: