Re: Complexity/Efficiency of SortByKey

2014-09-15 Thread Matei Zaharia
to use sortByKey on multiple processors rather than use standard Scala sort functions on a single processor (considering the overhead of putting stuff into RDDs and collecting them back)? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Complexity-Eff

Complexity/Efficiency of SortByKey

2014-09-15 Thread cjwang
(considering the overhead of putting stuff into RDDs and collecting them back)? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Complexity-Efficiency-of-SortByKey-tp14328.html Sent from the Apache Spark User List mailing list archive at Nabble.com