aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2013-04-29 12:55:43 +0530
committerPrashant Sharma <prashant.s@imaginea.com>2013-04-29 12:55:43 +0530
commit4b4a36ea7d7f9e1d9c9ee1d6738deea579dc1b4e (patch)
treeb510c77a528f201d077d10534e2b450deb3eed60 /README.md
parentbb4102b0eefd7321d1fadf9df6db79c8dd9880fb (diff)
downloadspark-4b4a36ea7d7f9e1d9c9ee1d6738deea579dc1b4e.tar.gz
spark-4b4a36ea7d7f9e1d9c9ee1d6738deea579dc1b4e.tar.bz2
spark-4b4a36ea7d7f9e1d9c9ee1d6738deea579dc1b4e.zip
Fixed pom.xml with updated dependencies.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index ba24ab43b1..60f3a7576c 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,8 @@ This README file only contains basic setup instructions.
## Building
-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:
+Spark requires Scala 2.10. 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