Hello,
I have a job receiving data from kafka (4 partitions) and persisting data 
inside MongoDB.
It works fine, but when I deploy it inside YARN cluster (4 nodes with 2 cores) 
only on node is receiving all the kafka partitions and only one node is 
processing my RDD treatment (foreach function)
How can I force YARN to use all the resources nodes and cores to process the 
data (receiver & RDD treatment)

Tks a lot
Nicolas

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to