[
https://issues.apache.org/jira/browse/SPARK-13834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun updated SPARK-13834:
----------------------------------
Description:
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
was:
For 2.0.0, we had better bump `sbt`, too.
{code:title=project/build.properties|borderStyle=solid}
-sbt.version=0.13.9
+sbt.version=0.13.11
{code}
SBT 0.13.11 fixes wrong warnings and improve incremental compilation.
*REFERENCE*
https://github.com/sbt/sbt/releases/tag/v0.13.11
> 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]