Re: Re: is there any easier way to define a custom RDD in Java

2015-05-25 Thread Ted Yu
ew this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/is-there-any-easier-way-to-define-a-custom-RDD-in-Java-tp6917p23027.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > >

Re: Re: is there any easier way to define a custom RDD in Java

2015-05-25 Thread swaranga
Has this changed now? Can a new RDD be implemented in Java? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/is-there-any-easier-way-to-define-a-custom-RDD-in-Java-tp6917p23027.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Re: is there any easier way to define a custom RDD in Java

2014-06-04 Thread bluejoe2008
wrote: > Just curious, what do you want your custom RDD to do that the normal ones > don't? > > > On Wed, Jun 4, 2014 at 6:30 AM, bluejoe2008 wrote: >> >> hi, folks, >> is there any easier way to define a custom RDD in Java? >> I am wonderin

Re: is there any easier way to define a custom RDD in Java

2014-06-04 Thread Patrick Wendell
do you want your custom RDD to do that the normal ones > don't? > > > On Wed, Jun 4, 2014 at 6:30 AM, bluejoe2008 wrote: >> >> hi, folks, >> is there any easier way to define a custom RDD in Java? >> I am wondering if I have to define a new java cl

Re: is there any easier way to define a custom RDD in Java

2014-06-04 Thread Andrew Ash
Just curious, what do you want your custom RDD to do that the normal ones don't? On Wed, Jun 4, 2014 at 6:30 AM, bluejoe2008 wrote: > hi, folks, > is there any easier way to define a custom RDD in Java? > I am wondering if I have to define a new java class which exte

is there any easier way to define a custom RDD in Java

2014-06-04 Thread bluejoe2008
hi, folks, is there any easier way to define a custom RDD in Java? I am wondering if I have to define a new java class which extends RDD from scratch? It is really a hard job for developers! 2014-06-04 bluejoe2008