Re: why generateJob is a private API?

2015-03-17 Thread madhu phatak
Hi, Thank you for the response. Regards, Madhukara Phatak http://datamantra.io/ On Tue, Mar 17, 2015 at 5:50 AM, Tathagata Das wrote: > It was not really meant to be pubic and overridden. Because anything you > want to do to generate jobs from RDDs can be done using DStream.foreachRDD > > On S

Re: why generateJob is a private API?

2015-03-16 Thread Tathagata Das
It was not really meant to be pubic and overridden. Because anything you want to do to generate jobs from RDDs can be done using DStream.foreachRDD On Sun, Mar 15, 2015 at 11:14 PM, madhu phatak wrote: > Hi, > I am trying to create a simple subclass of DStream. If I understand > correctly, I s