spark git commit: [SPARK-7490] [CORE] [Minor] MapOutputTracker.deserializeMapStatuses: close input streams

2015-05-08 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.4 82be68f10 - 62308097b [SPARK-7490] [CORE] [Minor] MapOutputTracker.deserializeMapStatuses: close input streams GZIPInputStream allocates native memory that is not freed until close() or when the finalizer runs. It is best to close()

spark git commit: [SPARK-7490] [CORE] [Minor] MapOutputTracker.deserializeMapStatuses: close input streams

2015-05-08 Thread srowen
Repository: spark Updated Branches: refs/heads/master 4b3bb0e43 - 25889d8d9 [SPARK-7490] [CORE] [Minor] MapOutputTracker.deserializeMapStatuses: close input streams GZIPInputStream allocates native memory that is not freed until close() or when the finalizer runs. It is best to close() these