spark git commit: SPARK-5841: remove DiskBlockManager shutdown hook on stop

2015-02-16 Thread srowen
Repository: spark Updated Branches: refs/heads/master c51ab37fa - bb05982dd SPARK-5841: remove DiskBlockManager shutdown hook on stop After a call to stop, the shutdown hook is redundant, and causes a memory leak. Author: Matt Whelan mwhe...@perka.com Closes #4627 from MattWhelan/SPARK-5841

spark git commit: SPARK-5841: remove DiskBlockManager shutdown hook on stop

2015-02-16 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.3 864d77e0d - dd977dfed SPARK-5841: remove DiskBlockManager shutdown hook on stop After a call to stop, the shutdown hook is redundant, and causes a memory leak. Author: Matt Whelan mwhe...@perka.com Closes #4627 from