Re: Task result in Spark Worker Node

2015-04-17 Thread Imran Rashid
used as input for another stage. The result stage uses >> the >> RDD to compute the action that initiated the job. So, this result stage >> executes the last task for the job on the worker node. I would assume >> after >> this is done,

Re: Task result in Spark Worker Node

2015-04-17 Thread Raghav Shankar
e, the >> task results are used as input for another stage. The result stage uses the >> RDD to compute the action that initiated the job. So, this result stage >> executes the last task for the job on the worker node. I would assume after >> this is done, it gets the r

Re: Task result in Spark Worker Node

2015-04-17 Thread Raghav Shankar
driver application.". > However, I don't see when or where this happens in the source code. I would > very much appreciate it if someone could help me identify where this happens > in the Spark source code.

Re: Task result in Spark Worker Node

2015-04-13 Thread Imran Rashid
back the output to the driver application.". > However, I don't see when or where this happens in the source code. I would > very much appreciate it if someone could help me identify where this > happens > in the Spark source code. > > > > -- > View this message in

Task result in Spark Worker Node

2015-03-29 Thread raggy
ns in the Spark source code. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Task-result-in-Spark-Worker-Node-tp22283.html Sent from the Apache Spark User List mailing list archive at Nabble.com. -