complexity of each action / transformation

2014-10-17 Thread ll
hello... is there a list that shows the complexity of each action/transformation? for example, what is the complexity of RDD.map()/filter() or RowMatrix.multiply() etc? that would be really helpful. thanks! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com

Re: complexity of each action / transformation

2014-10-17 Thread Alec Ten Harmsel
On 10/17/2014 02:08 PM, ll wrote: hello... is there a list that shows the complexity of each action/transformation? for example, what is the complexity of RDD.map()/filter() or RowMatrix.multiply() etc? that would be really helpful. thanks! I'm pretty new to Spark, so I only know about