Github user squito commented on the pull request:

    https://github.com/apache/spark/pull/9472#issuecomment-154429445
  
    The build output tells you how to fix the mima issue, though its buried in 
the middle of the logs:
    
    ```
    [error]  * method 
this(java.lang.String,java.lang.String,scala.collection.Seq)Unit in class 
org.apache.spark.status.api.v1.ApplicationInfo does not have a correspondent in 
new version
    [error]    filter with: 
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.status.api.v1.ApplicationInfo.this")
    [warn] 
    ```
    
    you just add those lines in 
[project/MimaExcludes.scala](https://github.com/apache/spark/blob/master/project/MimaExcludes.scala#L111)


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