Github user vanzin commented on the issue:

    https://github.com/apache/spark/pull/14926
  
    The MiMa problem is legit:
    
    ```
    [info] spark-core: found 1 potential binary incompatibilities while 
checking against org.apache.spark:spark-core_2.11:2.0.0  (filtered 668)
    [error]  * the type hierarchy of class org.apache.spark.SparkContext is 
different in current version. Missing types 
{org.apache.spark.ExecutorAllocationClient}
    [error]    filter with: 
ProblemFilters.exclude[MissingTypesProblem]("org.apache.spark.SparkContext")
    ```
    
    You'll need to add an exclusion (I don't think that really breaks binary 
compat, since the removed parent class was private).


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