Skip to content

Commit

Permalink
Add "ml.clustering" to javacOptions in SparkBuild.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw committed Jul 1, 2015
1 parent 11ffdf1 commit 4ff7913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ object Unidoc {
"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.attribute", "ml.classification", "ml.evaluation", "ml.feature", "ml.param",
"ml.recommendation", "ml.regression", "ml.tuning"
"ml", "ml.attribute", "ml.classification", "ml.clustering", "ml.evaluation", "ml.feature",
"ml.param", "ml.recommendation", "ml.regression", "ml.tuning"
),
"-group", "Spark SQL", packageList("sql.api.java", "sql.api.java.types", "sql.hive.api.java"),
"-noqualifier", "java.lang"
Expand Down

0 comments on commit 4ff7913

Please sign in to comment.