there is a work around.

sc.parallelise(items, items size / 2)

This way each executor will get a batch of 2 items at a time, simulating a
producer-consumer. With /4 it will get 4 items.



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/sc-parallelise-to-work-more-like-a-producer-consumer-tp24032p24085.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

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

Reply via email to