You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by me...@apache.org on 2015/04/30 23:39:33 UTC

spark git commit: [SPARK-7207] [ML] [BUILD] Added ml.recommendation, ml.regression to SparkBuild

Repository: spark
Updated Branches:
  refs/heads/master 6c65da6bb -> adbdb19a7


[SPARK-7207] [ML] [BUILD] Added ml.recommendation, ml.regression to SparkBuild

Added ml.recommendation, ml.regression to SparkBuild

CC: mengxr

Author: Joseph K. Bradley <jo...@databricks.com>

Closes #5758 from jkbradley/SPARK-7207 and squashes the following commits:

a28158a [Joseph K. Bradley] Added ml.recommendation, ml.regression to SparkBuild


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/adbdb19a
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/adbdb19a
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/adbdb19a

Branch: refs/heads/master
Commit: adbdb19a7d2cc939795f0cecbdc07c605dc946c1
Parents: 6c65da6
Author: Joseph K. Bradley <jo...@databricks.com>
Authored: Thu Apr 30 14:39:27 2015 -0700
Committer: Xiangrui Meng <me...@databricks.com>
Committed: Thu Apr 30 14:39:27 2015 -0700

----------------------------------------------------------------------
 project/SparkBuild.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/adbdb19a/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index b7dbcd9..4bfa8ce 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -467,7 +467,7 @@ object Unidoc {
         "mllib.evaluation", "mllib.feature", "mllib.random", "mllib.stat.correlation",
         "mllib.stat.test", "mllib.tree.impl", "mllib.tree.loss",
         "ml", "ml.attribute", "ml.classification", "ml.evaluation", "ml.feature", "ml.param",
-        "ml.tuning"
+        "ml.recommendation", "ml.regression", "ml.tuning"
       ),
       "-group", "Spark SQL", packageList("sql.api.java", "sql.api.java.types", "sql.hive.api.java"),
       "-noqualifier", "java.lang"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org