-
- Downloads
[SPARK-3749] [PySpark] fix bugs in broadcast large closure of RDD
1. broadcast is triggle unexpected 2. fd is leaked in JVM (also leak in parallelize()) 3. broadcast is not unpersisted in JVM after RDD is not be used any more. cc JoshRosen , sorry for these stupid bugs. Author: Davies Liu <davies.liu@gmail.com> Closes #2603 from davies/fix_broadcast and squashes the following commits: 080a743 [Davies Liu] fix bugs in broadcast large closure of RDD
Showing
- core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala 21 additions, 13 deletions...rc/main/scala/org/apache/spark/api/python/PythonRDD.scala
- python/pyspark/rdd.py 9 additions, 3 deletionspython/pyspark/rdd.py
- python/pyspark/sql.py 1 addition, 1 deletionpython/pyspark/sql.py
- python/pyspark/tests.py 6 additions, 2 deletionspython/pyspark/tests.py
Loading
Please register or sign in to comment