Hi All,

I want to call a method X(int i) from my Spark program for different values
of i.
This means.
X(1), X(2).. X(n)..
Each time it returns the one object.
Currently I am doing this sequentially.

Is there any way to run these in parallel and I get back the list of
objects?
Sorry for this basic question.

Regards
Tapan



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Calling-a-method-parallel-tp24786.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