[
https://issues.apache.org/jira/browse/SPARK-13834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15192043#comment-15192043
]
Apache Spark commented on SPARK-13834:
--------------------------------------
User 'dongjoon-hyun' has created a pull request for this issue:
https://github.com/apache/spark/pull/11669
> Update sbt and MiMa plugin for 2.x.
> -----------------------------------
>
> Key: SPARK-13834
> URL: https://issues.apache.org/jira/browse/SPARK-13834
> Project: Spark
> Issue Type: Improvement
> Reporter: Dongjoon Hyun
> Assignee: Apache Spark
> Priority: Minor
>
> For 2.0.0, we had better bump sbt and MiMa plugin. During upgrade, this PR
> updates MiMa filter rules. Note that the related excluding filter is already
> registered correctly. It seems due to the change of MiMa exception result.
> {code:title=project/build.properties|borderStyle=solid}
> // SPARK-12896 Send only accumulator updates to driver, not TaskMetrics
>
> ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.Accumulable.this"),
> -ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.Accumulator.this"),
> +ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.Accumulator.this"),
> {code}
> *REFERENCE*
> https://github.com/sbt/sbt/releases/tag/v0.13.11
> https://github.com/typesafehub/migration-manager/releases/tag/0.1.9
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]