Re: Question on take function - Spark Java API

2015-08-26 Thread Pankaj Wahane
Thanks Sonal.. I shall try doing that.. > On 26-Aug-2015, at 1:05 pm, Sonal Goyal wrote: > > You can try using wholeTextFile which will give you a pair rdd of fileName, > content. flatMap through this and manipulate the content. > > Best Regards, > Sonal > Founder, Nube Technologies

Re: Question on take function - Spark Java API

2015-08-26 Thread Sonal Goyal
You can try using wholeTextFile which will give you a pair rdd of fileName, content. flatMap through this and manipulate the content. Best Regards, Sonal Founder, Nube Technologies Check out Reifier at Spark Summit 2015