Github user mengxr commented on the pull request:

    https://github.com/apache/spark/pull/1663#issuecomment-50689249
  
    Yes, MiMa doesn't recognize package private classes. Please add those 
exclusion rules manually:
    
    ~~~
    [error]  * object org.apache.spark.mllib.util.MulticlassLabelParser does 
not have a correspondent in new version
    [error]    filter with: 
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.mllib.util.MulticlassLabelParser$")
    [error]  * class org.apache.spark.mllib.util.BinaryLabelParser does not 
have a correspondent in new version
    [error]    filter with: 
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.mllib.util.BinaryLabelParser")
    [error]  * class org.apache.spark.mllib.util.MulticlassLabelParser does not 
have a correspondent in new version
    [error]    filter with: 
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.mllib.util.MulticlassLabelParser")
    [error]  * object org.apache.spark.mllib.util.LabelParser does not have a 
correspondent in new version
    [error]    filter with: 
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.mllib.util.LabelParser$")
    [error]  * object org.apache.spark.mllib.util.BinaryLabelParser does not 
have a correspondent in new version
    [error]    filter with: 
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.mllib.util.BinaryLabelParser$")
    [error]  * interface org.apache.spark.mllib.util.LabelParser does not have 
a correspondent in new version
    [error]    filter with: 
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.mllib.util.LabelParser")
    ~~~


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to