aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorEvan Chan <ev@ooyala.com>2013-09-07 08:56:24 -0700
committerEvan Chan <ev@ooyala.com>2013-09-07 08:56:24 -0700
commitbe1ee28ca630e663f54f0ca043e7f1877ccb3da8 (patch)
treef10c879a16a0e6cbccb7d13b9bdb9906aefb9db2 /docs/index.md
parentff1dbf210691988cbe8b09aafa37815060fdd7ac (diff)
downloadspark-be1ee28ca630e663f54f0ca043e7f1877ccb3da8.tar.gz
spark-be1ee28ca630e663f54f0ca043e7f1877ccb3da8.tar.bz2
spark-be1ee28ca630e663f54f0ca043e7f1877ccb3da8.zip
CR feedback from Matei
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/index.md b/docs/index.md
index ee82c207d7..d3aacc629f 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -21,9 +21,6 @@ Spark uses [Simple Build Tool](http://www.scala-sbt.org), which is bundled with
For its Scala API, Spark {{site.SPARK_VERSION}} depends on Scala {{site.SCALA_VERSION}}. If you write applications in Scala, you will need to use this same version of Scala in your own program -- newer major versions may not work. You can get the right version of Scala from [scala-lang.org](http://www.scala-lang.org/download/).
-Note: if you are building a binary distribution using `./make-distribution.sh`, you will not need to run
-`sbt/sbt assembly`.
-
# Testing the Build
Spark comes with several sample programs in the `examples` directory.