Re: Adding support for a new object store

2014-08-27 Thread Reynold Xin
Linking to the JIRA tracking APIs to hook into the planner: https://issues.apache.org/jira/browse/SPARK-3248 On Wed, Aug 27, 2014 at 1:56 PM, Reynold Xin wrote: > Hi Rajendran, > > I'm assuming you have some concept of schema and you are intending to > integrate with SchemaRDD instead of norm

Re: Adding support for a new object store

2014-08-27 Thread Reynold Xin
Hi Rajendran, I'm assuming you have some concept of schema and you are intending to integrate with SchemaRDD instead of normal RDDs. More responses inline below. On Fri, Aug 22, 2014 at 2:21 AM, Rajendran Appavu wrote: > > I am new to Spark source code and looking to see if i can add push-do