Github user jkbradley commented on the pull request:
https://github.com/apache/spark/pull/3856#issuecomment-68464735
@pwendell Check out the MIMA failures before the excludes:
```
[error] * abstract method unpersist(Boolean)org.apache.spark.graphx.Graph
in class org.apache.spark.graphx.Graph does not have a correspondent in old
version
[error] filter with:
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.graphx.Graph.unpersist")
[error] * abstract method checkpoint()Unit in class
org.apache.spark.graphx.Graph does not have a correspondent in old version
[error] filter with:
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.graphx.Graph.checkpoint")
[error] * method
fromEdges(org.apache.spark.rdd.RDD,scala.reflect.ClassTag,scala.reflect.ClassTag)org.apache.spark.graphx.EdgeRDD
in object org.apache.spark.graphx.EdgeRDD has now a different result type;
was: org.apache.spark.graphx.EdgeRDD, is now:
org.apache.spark.graphx.impl.EdgeRDDImpl
[error] filter with:
ProblemFilters.exclude[IncompatibleResultTypeProblem]("org.apache.spark.graphx.EdgeRDD.fromEdges")
[error] * abstract method
filter(scala.Function1,scala.Function2)org.apache.spark.graphx.EdgeRDD in class
org.apache.spark.graphx.EdgeRDD does not have a correspondent in new version
[error] filter with:
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.graphx.EdgeRDD.filter")
[error] * method
filter(scala.Function1,scala.Function2)org.apache.spark.graphx.EdgeRDD in class
org.apache.spark.graphx.impl.EdgeRDDImpl has now a different result type; was:
org.apache.spark.graphx.EdgeRDD, is now:
org.apache.spark.graphx.impl.EdgeRDDImpl
[error] filter with:
ProblemFilters.exclude[IncompatibleResultTypeProblem]("org.apache.spark.graphx.impl.EdgeRDDImpl.filter")
```
Were the version tags not centered at the right commits?
---
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]