Github user huitseeker commented on the pull request:
https://github.com/apache/spark/pull/7616#issuecomment-124335269
The test failure seems unrelated. Is the test known to be flaky ?
```
[info] - Naive Bayes Multinomial *** FAILED *** (128 milliseconds)
[info] closeFit(scala.math.`package`.exp(thetaData.apply(i._2).apply(j)),
scala.math.`package`.exp(model.theta.apply(i._1).apply(j)), 0.05) was false
(NaiveBayesSuite.scala:115)
[info] org.scalatest.exceptions.TestFailedException:
[info] at
org.scalatest.Assertions$class.newAssertionFailedException(Assertions.scala:500)
[info] at
org.scalatest.FunSuite.newAssertionFailedException(FunSuite.scala:1555)
[info] at
org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:466)
[info] at
org.apache.spark.mllib.classification.NaiveBayesSuite$$anonfun$validateModelFit$2$$anonfun$apply$2.apply$mcVI$sp(NaiveBayesSuite.scala:115)
[info] at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:141)
[info] at
org.apache.spark.mllib.classification.NaiveBayesSuite$$anonfun$validateModelFit$2.apply(NaiveBayesSuite.scala:114)
[info] at
org.apache.spark.mllib.classification.NaiveBayesSuite$$anonfun$validateModelFit$2.apply(NaiveBayesSuite.scala:113)
[info] at scala.collection.Iterator$class.foreach(Iterator.scala:727)
[info] at scala.collection.AbstractIterator.foreach(Iterator.scala:1157)
[info] at
scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
[info] at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
[info] at
org.apache.spark.mllib.classification.NaiveBayesSuite.validateModelFit(NaiveBayesSuite.scala:113)
[info] at
org.apache.spark.mllib.classification.NaiveBayesSuite$$anonfun$7.apply$mcV$sp(NaiveBayesSuite.scala:147)
[info] at
org.apache.spark.mllib.classification.NaiveBayesSuite$$anonfun$7.apply(NaiveBayesSuite.scala:133)
[info] at
org.apache.spark.mllib.classification.NaiveBayesSuite$$anonfun$7.apply(NaiveBayesSuite.scala:133)
[info] at
org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
```
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]