Github user zhuoliu commented on the pull request:

    https://github.com/apache/spark/pull/10648#issuecomment-169811351
  
    Hi @vanzin , I added two new fields (duration Long, lastUpdated Date) into 
ApplicationAttemptInfo in api.scala.
    The jenkins compile is complaining about mima binary check failures. Did 
you have a clue for this? Thank you!
    ```
    [info] Compiling 16 Scala sources and 2 Java sources to 
/home/jenkins/workspace/SparkPullRequestBuilder@3/sql/core/target/scala-2.10/classes...
    [info] spark-core: found 2 potential binary incompatibilities (filtered 621)
    [error]  * synthetic method <init>$default$5()Boolean in object 
org.apache.spark.status.api.v1.ApplicationAttemptInfo does not have a 
correspondent in new version
    [error]    filter with: 
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.status.api.v1.ApplicationAttemptInfo.<init>$default$5")
    [error]  * method 
this(scala.Option,java.util.Date,java.util.Date,java.lang.String,Boolean)Unit 
in class org.apache.spark.status.api.v1.ApplicationAttemptInfo does not have a 
correspondent in new version
    [error]    filter with: 
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.status.api.v1.ApplicationAttemptInfo.this")
    ...
    ...
    [error] (core/*:mimaReportBinaryIssues) spark-core: Binary compatibility 
check failed!
    [error] Total time: 111 s, completed Jan 7, 2016 1:13:24 PM
    [error] running /home/jenkins/workspace/SparkPullRequestBuilder@3/dev/mima 
; received return code 1
    ```


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