aboutsummaryrefslogtreecommitdiff
path: root/project/SparkBuild.scala
diff options
context:
space:
mode:
authorlewuathe <lewuathe@me.com>2014-12-04 16:51:41 +0800
committerXiangrui Meng <meng@databricks.com>2014-12-04 16:51:41 +0800
commit20bfea4ab7c0923e8d3f039d0c5098669db4d5b0 (patch)
tree7bc8f107a053c462e2872130288dd114461cae41 /project/SparkBuild.scala
parentc3ad48603632a039a51be3d33e917105149fdd7a (diff)
downloadspark-20bfea4ab7c0923e8d3f039d0c5098669db4d5b0.tar.gz
spark-20bfea4ab7c0923e8d3f039d0c5098669db4d5b0.tar.bz2
spark-20bfea4ab7c0923e8d3f039d0c5098669db4d5b0.zip
[SPARK-4685] Include all spark.ml and spark.mllib packages in JavaDoc's MLlib group
This is #3554 from Lewuathe except that I put both `spark.ml` and `spark.mllib` in the group 'MLlib`. Closes #3554 jkbradley Author: lewuathe <lewuathe@me.com> Author: Xiangrui Meng <meng@databricks.com> Closes #3598 from mengxr/Lewuathe-modify-javadoc-setting and squashes the following commits: 184609a [Xiangrui Meng] merge spark.ml and spark.mllib into the same group in javadoc f7535e6 [lewuathe] [SPARK-4685] Update JavaDoc settings to include spark.ml and all spark.mllib subpackages in the right sections
Diffstat (limited to 'project/SparkBuild.scala')
-rw-r--r--project/SparkBuild.scala5
1 files changed, 4 insertions, 1 deletions
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index b16ed66aeb..6ff0872377 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -365,7 +365,10 @@ object Unidoc {
"mllib.classification", "mllib.clustering", "mllib.evaluation.binary", "mllib.linalg",
"mllib.linalg.distributed", "mllib.optimization", "mllib.rdd", "mllib.recommendation",
"mllib.regression", "mllib.stat", "mllib.tree", "mllib.tree.configuration",
- "mllib.tree.impurity", "mllib.tree.model", "mllib.util"
+ "mllib.tree.impurity", "mllib.tree.model", "mllib.util",
+ "mllib.evaluation", "mllib.feature", "mllib.random", "mllib.stat.correlation",
+ "mllib.stat.test", "mllib.tree.impl", "mllib.tree.loss",
+ "ml", "ml.classification", "ml.evaluation", "ml.feature", "ml.param", "ml.tuning"
),
"-group", "Spark SQL", packageList("sql.api.java", "sql.api.java.types", "sql.hive.api.java"),
"-noqualifier", "java.lang"