Re: Running multiple foreach loops

2016-02-17 Thread radoburansky
ng => b += thing} > } > > and so on. However Im worried that this would cause a performance hit. > Does anyone have any thoughts as to whether this would be a bad idea? > > thank you! > > -- > If you reply to this email, your message will be

Re: Running multiple foreach loops

2016-02-17 Thread Sabarish Sasidharan
or, r:RDD[Thing]){ > //a's logic > r.foreach{ thing => b += thing} > } > > and so on. However Im worried that this would cause a performance hit. Does > anyone have any thoughts as to whether this would be a bad idea? > > thank you! > > > > -- > View this messa

Re: Running multiple foreach loops

2016-02-17 Thread Daniel Imberman
; > } > > > > and so on. However Im worried that this would cause a performance hit. > Does > > anyone have any thoughts as to whether this would be a bad idea? > > > > thank you! > > > > > > > > -- > > View this message i

Re: Running multiple foreach loops

2016-02-17 Thread Ted Yu
]){ > //a's logic > r.foreach{ thing => b += thing} > } > > and so on. However Im worried that this would cause a performance hit. Does > anyone have any thoughts as to whether this would be a bad idea? > > thank you! > > > > -- > View this message i

Running multiple foreach loops

2016-02-17 Thread Daniel Imberman
ogic r.foreach{ thing => b += thing} } and so on. However Im worried that this would cause a performance hit. Does anyone have any thoughts as to whether this would be a bad idea? thank you! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Running-multip