Github user koertkuipers commented on the pull request:

    https://github.com/apache/spark/pull/6848#issuecomment-114350614
  
    i see:
    [info] spark-core: found 2 potential binary incompatibilities (filtered 488)
    [error]  * method 
saveAsTextFile(java.lang.String,org.apache.hadoop.mapred.JobConf)Unit in trait 
org.apache.spark.api.java.JavaRDDLike does not have a correspondent in old 
version
    [error]    filter with: 
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.api.java.JavaRDDLike.saveAsTextFile")
    [error]  * method 
saveAsObjectFile(java.lang.String,org.apache.hadoop.mapred.JobConf)Unit in 
trait org.apache.spark.api.java.JavaRDDLike does not have a correspondent in 
old version
    [error]    filter with: 
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.api.java.JavaRDDLike.saveAsObjectFile")
    
    the issue seems to be that i am introducing new methods. is that about 
forward compatibility? not sure what to do here.


---
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]

Reply via email to