What's the motivation for subclassing HadoopRDD? I don't believe that's a supported use case. Is it not possible to do what you need with a Hadoop InputFormat?
On Fri, Feb 21, 2014 at 11:16 AM, Ameet Kini <ameetk...@gmail.com> wrote: > I'm looking to subclass HadoopRDD and was hoping to subclass NextIterator > in compute(). > > Thanks, > Ameet