Skip to content
Snippets Groups Projects
Commit eae698f7 authored by Imran Rashid's avatar Imran Rashid
Browse files

remove unused thread pool

parent cb867e9f
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,6 @@ private[spark] class StandaloneExecutorBackend( ...@@ -24,9 +24,6 @@ private[spark] class StandaloneExecutorBackend(
with ExecutorBackend with ExecutorBackend
with Logging { with Logging {
val threadPool = new ThreadPoolExecutor(
1, 128, 600, TimeUnit.SECONDS, new SynchronousQueue[Runnable])
var master: ActorRef = null var master: ActorRef = null
override def preStart() { override def preStart() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment