Github user jkbradley commented on the pull request:

    https://github.com/apache/spark/pull/2607#issuecomment-58847116
  
    @manishamde It looks like the failure was in compilation:
    ```
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/test/scala/org/apache/spark/mllib/tree/DecisionTreeSuite.scala:430:
 method convertToBaggedRDDWithoutSampling in object BaggedPoint cannot be 
accessed in object org.apache.spark.mllib.tree.impl.BaggedPoint
    [error]     val baggedInput = 
BaggedPoint.convertToBaggedRDDWithoutSampling(treeInput)
    [error]                                   ^
    [warn] two warnings found
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/test/scala/org/apache/spark/mllib/tree/DecisionTreeSuite.scala:723:
 method convertToBaggedRDDWithoutSampling in object BaggedPoint cannot be 
accessed in object org.apache.spark.mllib.tree.impl.BaggedPoint
    [error]     val baggedInput = 
BaggedPoint.convertToBaggedRDDWithoutSampling(treeInput)
    [error]                                   ^
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/test/scala/org/apache/spark/mllib/tree/DecisionTreeSuite.scala:766:
 method convertToBaggedRDDWithoutSampling in object BaggedPoint cannot be 
accessed in object org.apache.spark.mllib.tree.impl.BaggedPoint
    [error]     val baggedInput = 
BaggedPoint.convertToBaggedRDDWithoutSampling(treeInput)
    [error]                                   ^
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/test/scala/org/apache/spark/mllib/tree/RandomForestSuite.scala:42:
 method convertToBaggedRDDWithoutSampling in object BaggedPoint cannot be 
accessed in object org.apache.spark.mllib.tree.impl.BaggedPoint
    [error]     val baggedRDD = 
BaggedPoint.convertToBaggedRDDWithoutSampling(rdd)
    [error]                                 ^
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/test/scala/org/apache/spark/mllib/tree/RandomForestSuite.scala:56:
 not enough arguments for method convertToBaggedRDD: (input: 
org.apache.spark.rdd.RDD[Datum], subsample: Double, numSubsamples: Int, 
withReplacement: 
Boolean)org.apache.spark.rdd.RDD[org.apache.spark.mllib.tree.impl.BaggedPoint[Datum]].
    [error] Unspecified value parameter withReplacement.
    [error]       val baggedRDD = BaggedPoint.convertToBaggedRDD(rdd, 
numSubsamples, seed = seed)
    [error]                                                     ^
    [error] 5 errors found
    ```



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to