[ https://issues.apache.org/jira/browse/SPARK-3249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15822750#comment-15822750 ]
Sean Owen commented on SPARK-3249: ---------------------------------- Yes, I remember someone else reported there may be new unidoc failures. If you're willing to fix them, go ahead. > Fix links in ScalaDoc that cause warning messages in `sbt/sbt unidoc` > --------------------------------------------------------------------- > > Key: SPARK-3249 > URL: https://issues.apache.org/jira/browse/SPARK-3249 > Project: Spark > Issue Type: Sub-task > Components: Documentation, MLlib > Affects Versions: 1.1.0 > Reporter: Xiangrui Meng > Priority: Minor > > If there are multiple overloaded versions of a method, we should make the > links more specific. Otherwise, `sbt/sbt unidoc` generates warning messages > like the following: > {code} > [warn] > mllib/src/main/scala/org/apache/spark/mllib/tree/DecisionTree.scala:305: The > link target "org.apache.spark.mllib.tree.DecisionTree$#trainClassifier" is > ambiguous. Several members fit the target: > [warn] (input: > org.apache.spark.api.java.JavaRDD[org.apache.spark.mllib.regression.LabeledPoint],numClassesForClassification: > Int,categoricalFeaturesInfo: java.util.Map[Integer,Integer],impurity: > String,maxDepth: Int,maxBins: Int): > org.apache.spark.mllib.tree.model.DecisionTreeModel in object DecisionTree > [chosen] > [warn] (input: > org.apache.spark.rdd.RDD[org.apache.spark.mllib.regression.LabeledPoint],numClassesForClassification: > Int,categoricalFeaturesInfo: Map[Int,Int],impurity: String,maxDepth: > Int,maxBins: Int): org.apache.spark.mllib.tree.model.DecisionTreeModel in > object DecisionTree > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org