spark-instrumented-optimizer/core/src/main
Reynold Xin 7143904700 [SPARK-14358] Change SparkListener from a trait to an abstract class
## What changes were proposed in this pull request?
Scala traits are difficult to maintain binary compatibility on, and as a result we had to introduce JavaSparkListener. In Spark 2.0 we can change SparkListener from a trait to an abstract class and then remove JavaSparkListener.

## How was this patch tested?
Updated related unit tests.

Author: Reynold Xin <rxin@databricks.com>

Closes #12142 from rxin/SPARK-14358.
2016-04-04 13:26:18 -07:00
..
java/org/apache/spark [SPARK-14358] Change SparkListener from a trait to an abstract class 2016-04-04 13:26:18 -07:00
resources/org/apache/spark [SPARK-13885][YARN] Fix attempt id regression for Spark running on Yarn 2016-03-18 12:39:49 -07:00
scala/org/apache/spark [SPARK-14358] Change SparkListener from a trait to an abstract class 2016-04-04 13:26:18 -07:00