aboutsummaryrefslogtreecommitdiff
path: root/graphx
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-03-13 18:47:04 -0700
committerReynold Xin <rxin@databricks.com>2016-03-13 18:47:04 -0700
commit473263f9598d1cf880f421aae1b51eb0b6e3cf79 (patch)
treeceac6c7437b424f8e90342b61169d0e6720fb02c /graphx
parentf3daa099bf60edbd6ebf997c00e46db1e09f6dda (diff)
downloadspark-473263f9598d1cf880f421aae1b51eb0b6e3cf79.tar.gz
spark-473263f9598d1cf880f421aae1b51eb0b6e3cf79.tar.bz2
spark-473263f9598d1cf880f421aae1b51eb0b6e3cf79.zip
[SPARK-13834][BUILD] Update sbt and sbt plugins for 2.x.
## What changes were proposed in this pull request? For 2.0.0, we had better make **sbt** and **sbt plugins** up-to-date. This PR checks the status of each plugins and bumps the followings. * sbt: 0.13.9 --> 0.13.11 * sbteclipse-plugin: 2.2.0 --> 4.0.0 * sbt-dependency-graph: 0.7.4 --> 0.8.2 * sbt-mima-plugin: 0.1.6 --> 0.1.9 * sbt-revolver: 0.7.2 --> 0.8.0 All other plugins are up-to-date. (Note that `sbt-avro` seems to be change from 0.3.2 to 1.0.1, but it's not published in the repository.) During upgrade, this PR also updated the following MiMa error. Note that the related excluding filter is already registered correctly. It seems due to the change of MiMa exception result. ``` // 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"), ``` ## How was this patch tested? Pass the Jenkins build. Author: Dongjoon Hyun <dongjoon@apache.org> Closes #11669 from dongjoon-hyun/update_mima.
Diffstat (limited to 'graphx')
0 files changed, 0 insertions, 0 deletions