Skip to content

Commit

Permalink
[SPARK-16775][CORE] Remove deprecated accumulator v1 APIs
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

Remove deprecated accumulator v1

## How was this patch tested?

Existing tests.

Closes apache#22730 from srowen/SPARK-16775.

Authored-by: Sean Owen <sean.owen@databricks.com>
Signed-off-by: Sean Owen <sean.owen@databricks.com>
  • Loading branch information
srowen authored and jackylee-ch committed Feb 18, 2019
1 parent 1378143 commit 6b93cf4
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 830 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/org/apache/spark/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
*/

/**
* Core Spark classes in Scala. A few classes here, such as {@link org.apache.spark.Accumulator}
* and {@link org.apache.spark.storage.StorageLevel}, are also used in Java, but the
* Core Spark classes in Scala. A few classes here, such as
* {@link org.apache.spark.storage.StorageLevel}, are also used in Java, but the
* {@link org.apache.spark.api.java} package contains the main Java API.
*/
package org.apache.spark;
226 changes: 0 additions & 226 deletions core/src/main/scala/org/apache/spark/Accumulable.scala

This file was deleted.

117 changes: 0 additions & 117 deletions core/src/main/scala/org/apache/spark/Accumulator.scala

This file was deleted.

Loading

0 comments on commit 6b93cf4

Please sign in to comment.