-
- Downloads
[SPARK-11672][ML] disable spark.ml read/write tests
Saw several failures on Jenkins, e.g., https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2040/testReport/org.apache.spark.ml.util/JavaDefaultReadWriteSuite/testDefaultReadWrite/. This is the first failure in master build: https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-SBT/3982/ I cannot reproduce it on local. So temporarily disable the tests and I will look into the issue under the same JIRA. I'm going to merge the PR after Jenkins passes compile. Author: Xiangrui Meng <meng@databricks.com> Closes #9641 from mengxr/SPARK-11672.
Showing
- mllib/src/test/java/org/apache/spark/ml/util/JavaDefaultReadWriteSuite.java 2 additions, 2 deletions...a/org/apache/spark/ml/util/JavaDefaultReadWriteSuite.java
- mllib/src/test/scala/org/apache/spark/ml/classification/LogisticRegressionSuite.scala 1 addition, 1 deletion...che/spark/ml/classification/LogisticRegressionSuite.scala
- mllib/src/test/scala/org/apache/spark/ml/feature/BinarizerSuite.scala 1 addition, 1 deletion...st/scala/org/apache/spark/ml/feature/BinarizerSuite.scala
- mllib/src/test/scala/org/apache/spark/ml/util/DefaultReadWriteTest.scala 1 addition, 1 deletion...scala/org/apache/spark/ml/util/DefaultReadWriteTest.scala
Please register or sign in to comment