Re: Running a task once on each executor

2014-08-11 Thread RodrigoB
from a user's perspective. Tnks, Rod -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Running-a-task-once-on-each-executor-tp3203p11908.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Running a task once on each executor

2014-03-27 Thread dmpour23
in context: http://apache-spark-user-list.1001560.n3.nabble.com/Running-a-task-once-on-each-executor-tp3203p3353.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Running a task once on each executor

2014-03-27 Thread deenar.toraskar
would be called only once per executor as long as the RDD had atleast one partition on each executor Deenar -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Running-a-task-once-on-each-executor-tp3203p3393.html Sent from the Apache Spark User List mailing

Running a task once on each executor

2014-03-25 Thread deenar.toraskar
in context: http://apache-spark-user-list.1001560.n3.nabble.com/Running-a-task-once-on-each-executor-tp3203.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Running a task once on each executor

2014-03-25 Thread Christopher Nguyen
not guarantee that the job would run just once. Deenar -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Running-a-task-once-on-each-executor-tp3203.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Running a task once on each executor

2014-03-25 Thread Christopher Nguyen
that there is one element per executor. Deenar -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Running-a-task-once-on-each-executor-tp3203p3208.html Sent from the Apache Spark User List mailing list archive at Nabble.com.