git commit: [SPARK-611] Display executor thread dumps in web UI

2014-11-05 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.2 e7f735637 - 866c7bbe5 [SPARK-611] Display executor thread dumps in web UI This patch allows executor thread dumps to be collected on-demand and viewed in the Spark web UI. The thread dumps are collected using

git commit: [SPARK-611] Display executor thread dumps in web UI

2014-11-03 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 97a466eca - 4f035dd2c [SPARK-611] Display executor thread dumps in web UI This patch allows executor thread dumps to be collected on-demand and viewed in the Spark web UI. The thread dumps are collected using Thread.getAllStackTraces().