Re: how to implement my own datasource?

2015-06-25 Thread
thank you guys, I'll read examples and give a try. On Fri, Jun 26, 2015 at 2:47 AM, jimfcarroll wrote: > > I'm not sure if this is what you're looking for but we have several custom > RDD implementations for internal data format/partitioning schemes. > > The Spark api is really simple and consis

how to implement my own datasource?

2015-06-24 Thread
hi, I can't find documentation about datasource api, how to implement custom datasource. any hint is appreciated.thanks.