Re: how to increase threads per executor

2016-06-02 Thread Andres M Jimenez T
ache: 25600K NUMA node0 CPU(s): 0 Thanks From: Mich Talebzadeh <mich.talebza...@gmail.com> Sent: Thursday, June 2, 2016 5:00 PM To: Andres M Jimenez T Cc: user@spark.apache.org Subject: Re: how to increase threads per executor

how to increase threads per executor

2016-06-02 Thread Andres M Jimenez T
Hi, I am working with Spark 1.6.1, using kafka direct connect for streaming data. Using spark scheduler and 3 slaves. Kafka topic is partitioned with a value of 10. The problem i have is, there is only one thread per executor running my function (logic implementation). Can anybody tell me