I think it‘s ok,feel free to treat RDD like common object qinwei From: Deep PradhanDate: 2014-11-12 18:24To: user@spark.apache.orgSubject: Pass RDD to functionsHi, Can we pass RDD to functions?Like, can we do the following? def func (temp: RDD[String]):RDD[String] = {//body of the function} Thank You
- Pass RDD to functions Deep Pradhan
- Re: Pass RDD to functions Akhil Das
- Re: Pass RDD to functions qinwei