fewer words

This commit is contained in:
Dmitriy Lyubimov 2013-08-09 13:54:41 -07:00
parent ae95b57469
commit 27f674f82b

View file

@ -40,7 +40,7 @@ object SparkBuild extends Build {
//val HADOOP_MAJOR_VERSION = "2"
//val HADOOP_YARN = true
// HBase version jar thrown to lib_managed in this build; set as appropriate.
// HBase version; set as appropriate.
val HBASE_VERSION = "0.94.6"
lazy val root = Project("root", file("."), settings = rootSettings) aggregate(core, repl, examples, bagel, streaming, mllib, tools)