Splitting RDD and Grouping together to perform computation

2014-03-24 Thread yh18190
index elements directly using forloop etc..(i,i+1)...is their way to resolve this problem?Please suggest me ..i would be really thankful to you -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Splitting-RDD-and-Grouping-together-to-perform-computation-tp3153

Re: Splitting RDD and Grouping together to perform computation

2014-03-24 Thread Walrus theCat
--- > View this message in context: Splitting RDD and Grouping together to > perform > computation<http://apache-spark-user-list.1001560.n3.nabble.com/Splitting-RDD-and-Grouping-together-to-perform-computation-tp3153.html> > Sent from the Apache Spark User List mailing list

Re: Splitting RDD and Grouping together to perform computation

2014-03-24 Thread yh18190
We need some one who can explain us with short code snippet on given example so that we get clear cut idea on RDDs indexing.. Guys please help us -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Splitting-RDD-and-Grouping-together-to-perform-computation

Re: Splitting RDD and Grouping together to perform computation

2014-03-24 Thread Nan Zhu
1)...is their > way to resolve this problem? Please suggest me ..i would be really thankful > to you > View this message in context: Splitting RDD and Grouping together to perform > computation > (http://apache-spark-user-list.1001560.n3.nabble.com/Splitting-RDD-and-Grouping-tog

Re: Splitting RDD and Grouping together to perform computation

2014-03-24 Thread Nan Zhu
roblem? Please suggest me ..i would be really > > thankful to you > > View this message in context: Splitting RDD and Grouping together to > > perform computation > > (http://apache-spark-user-list.1001560.n3.nabble.com/Splitting-RDD-and-Grouping-together-to-perform-computat

Re: Splitting RDD and Grouping together to perform computation

2014-03-28 Thread yh18190
57471 63429 70715 75995 81878 80974 71288 48556 After Partition:In group1 with 12 elements 64, 29186, 18416 30420 33952 38302 43712 47092 56286 81878 80974 71288 48556 -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Splitting-RDD-and-Grouping-together-to

RE: Splitting RDD and Grouping together to perform computation

2014-03-28 Thread Adrian Mocanu
I think you should sort each RDD -Original Message- From: yh18190 [mailto:yh18...@gmail.com] Sent: March-28-14 4:44 PM To: u...@spark.incubator.apache.org Subject: Re: Splitting RDD and Grouping together to perform computation Hi, Thanks Nanzhu.I tried to implement your suggestion on

RE: Splitting RDD and Grouping together to perform computation

2014-03-28 Thread yh18190
rintln) -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Splitting-RDD-and-Grouping-together-to-perform-computation-tp3153p3450.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

RE: Splitting RDD and Grouping together to perform computation

2014-03-28 Thread Adrian Mocanu
190 [mailto:yh18...@gmail.com] Sent: March-28-14 5:02 PM To: u...@spark.incubator.apache.org Subject: RE: Splitting RDD and Grouping together to perform computation Hi, Here is my code for given scenario.Could you please let me know where to sort?I mean on what basis we have to sort??so that t

Re: Splitting RDD and Grouping together to perform computation

2014-03-28 Thread Syed A. Hashmi
le you need to import > org.apache.spark.rdd.OrderedRDDFunctions > > -Original Message- > From: yh18190 [mailto:yh18...@gmail.com] > Sent: March-28-14 5:02 PM > To: u...@spark.incubator.apache.org > Subject: RE: Splitting RDD and Grouping together to perform computation > > > Hi, > Here

RE: Splitting RDD and Grouping together to perform computation

2014-03-28 Thread yh18190
/Splitting-RDD-and-Grouping-together-to-perform-computation-tp3153p3452.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

RE: Splitting RDD and Grouping together to perform computation

2014-03-28 Thread Adrian Mocanu
in context: http://apache-spark-user-list.1001560.n3.nabble.com/Splitting-RDD-and-Grouping-together-to-perform-computation-tp3153p3452.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

RE: Splitting RDD and Grouping together to perform computation

2014-03-28 Thread yh18190
custom partitioner for this scenario..so that first 12 elements goes to 1st partition and next 12 elements goes to second parttion... -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Splitting-RDD-and-Grouping-together-to-perform-computation-tp3153p3455.html