This commit is contained in:
Matei Zaharia 2013-04-07 20:31:19 -04:00
Родитель 6962d40b44
Коммит a1586412d6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,7 @@ or you will need to set the `SCALA_HOME` environment variable to point
to where you've installed Scala. Scala must also be accessible through one to where you've installed Scala. Scala must also be accessible through one
of these methods on slave nodes on your cluster. of these methods on slave nodes on your cluster.
Spark uses [Simple Build Tool](https://github.com/harrah/xsbt/wiki), which is bundled with it. To compile the code, go into the top-level Spark directory and run Spark uses [Simple Build Tool](http://www.scala-sbt.org), which is bundled with it. To compile the code, go into the top-level Spark directory and run
sbt/sbt package sbt/sbt package