Hi all.
Here are two code snippets.
And they will produce the same result.

1.
rdd.map( function )

2.
rdd.map( function1 ).map( function2 ).map( function3 )

What are the pros and cons of these two methods?

Regards
Kevin



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/spark-code-style-tp19463.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