aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/rdd.py
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-04-04 13:26:18 -0700
committerAndrew Or <andrew@databricks.com>2016-04-04 13:26:18 -0700
commit7143904700435265975d36f073cce2833467e121 (patch)
tree1e8778c194afa169572d7a1cd947bfbc62105b3f /python/pyspark/rdd.py
parent27dad6f658f04815e1f3b93c68974bfd31500bed (diff)
downloadspark-7143904700435265975d36f073cce2833467e121.tar.gz
spark-7143904700435265975d36f073cce2833467e121.tar.bz2
spark-7143904700435265975d36f073cce2833467e121.zip
[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.
Diffstat (limited to 'python/pyspark/rdd.py')
0 files changed, 0 insertions, 0 deletions