spark-instrumented-optimizer/core
Shixiong Zhu 649be4fa45 [SPARK-12101][CORE] Fix thread pools that cannot cache tasks in Worker and AppClient
`SynchronousQueue` cannot cache any task. This issue is similar to #9978. It's an easy fix. Just use the fixed `ThreadUtils.newDaemonCachedThreadPool`.

Author: Shixiong Zhu <shixiong@databricks.com>

Closes #10108 from zsxwing/fix-threadpool.
2015-12-03 11:06:25 -08:00
..
src [SPARK-12101][CORE] Fix thread pools that cannot cache tasks in Worker and AppClient 2015-12-03 11:06:25 -08:00
pom.xml [SPARK-12065] Upgrade Tachyon from 0.8.1 to 0.8.2 2015-12-01 11:49:20 -08:00