Re: mapPartitions - How Does it Works

2015-03-18 Thread Sabarish Sasidharan
alue > Array[Int] = Array(1, 4, 7) > > Can some one please explain why it prints 1,4,7 only > > Thanks, > > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/mapPartitions-How-Does-it-Works

Re: mapPartitions - How Does it Works

2015-03-18 Thread Alex Turner (TMS)
>Thanks, > > > > >-- >View this message in context: >http://apache-spark-user-list.1001560.n3.nabble.com/mapPartitions-How-Does >-it-Works-tp22123.html >Sent from the Apache Spark User List mailing list archive at Nabble.com. > >---

Re: mapPartitions - How Does it Works

2015-03-18 Thread Ganelin, Ilya
it prints value >Array[Int] = Array(1, 4, 7) > >Can some one please explain why it prints 1,4,7 only > >Thanks, > > > > >-- >View this message in context: >http://apache-spark-user-list.1001560.n3.nabble.com/mapPartitions-How-Does >-it-

RE: mapPartitions - How Does it Works

2015-03-18 Thread java8964
) as 3 iterator, then combine to one final RDD (1, 4, 7). Yong > Date: Wed, 18 Mar 2015 10:19:34 -0700 > From: ashish.us...@gmail.com > To: user@spark.apache.org > Subject: mapPartitions - How Does it Works > > I am trying to understand about mapPartitions but i am still not s

mapPartitions - How Does it Works

2015-03-18 Thread ashish.usoni
, 4, 7) Can some one please explain why it prints 1,4,7 only Thanks, -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/mapPartitions-How-Does-it-Works-tp22123.html Sent from the Apache Spark User List mailing list archive at Nabble.