Re: Spark hook to create external process

2014-05-31 Thread Patrick Wendell
. > > Is there any hook in the ThreadPoolExecutor created by the Spark Executor to > plug in my own ThreadFactory ? > > Thanks > Anand > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Spark-hook-to-create-external-pr

Re: Spark hook to create external process

2014-05-29 Thread ansriniv
plug in my own ThreadFactory ? Thanks Anand -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-hook-to-create-external-process-tp6526p6552.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Spark hook to create external process

2014-05-29 Thread Matei Zaharia
I can put in my code to create / destroy > these external processes corresponding to the creation / destruction of > executor thread pool threads. > > Thanks > Anand > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com

Spark hook to create external process

2014-05-29 Thread ansriniv
there a hook in Spark where I can put in my code to create / destroy these external processes corresponding to the creation / destruction of executor thread pool threads. Thanks Anand -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-hook-to-create