spark git commit: [SPARK-18274][ML][PYSPARK] Memory leak in PySpark JavaWrapper

2016-12-01 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-2.0 729cadb6b -> 254e33f4b [SPARK-18274][ML][PYSPARK] Memory leak in PySpark JavaWrapper ## What changes were proposed in this pull request? In`JavaWrapper `'s destructor make Java Gateway dereference object in destructor, using `SparkCont

spark git commit: [SPARK-18274][ML][PYSPARK] Memory leak in PySpark JavaWrapper

2016-12-01 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master e65348471 -> 78bb7f807 [SPARK-18274][ML][PYSPARK] Memory leak in PySpark JavaWrapper ## What changes were proposed in this pull request? In`JavaWrapper `'s destructor make Java Gateway dereference object in destructor, using `SparkContext.

spark git commit: [SPARK-18274][ML][PYSPARK] Memory leak in PySpark JavaWrapper

2016-12-01 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-2.1 6916ddc38 -> 4c673c656 [SPARK-18274][ML][PYSPARK] Memory leak in PySpark JavaWrapper ## What changes were proposed in this pull request? In`JavaWrapper `'s destructor make Java Gateway dereference object in destructor, using `SparkCont