RE: JDBC connector for DataSourceV2

2019-07-15 Thread Priyanka Gomatam
...@databricks.com; Spark Dev List Subject: Re: JDBC connector for DataSourceV2 Agree. Let's use SPARK-24907<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FSPARK-24907=02%7C01%7CPriyanka.Gomatam%40microsoft.

Re: JDBC connector for DataSourceV2

2019-07-15 Thread Shiv Prashant Sood
>> *Date: *Sunday, July 14, 2019 at 2:59 AM >> *To: *Gabor Somogyi >> *Cc: *Xianyin Xin , Ryan Blue < >> rb...@netflix.com>, , Spark Dev List < >> dev@spark.apache.org> >> *Subject: *Re: JDBC connector for DataSourceV2 >> >> >&g

Re: JDBC connector for DataSourceV2

2019-07-15 Thread Gabor Somogyi
> > > I created a JIRA and added some goals. Please comments/add as relevant. > > > > https://issues.apache.org/jira/browse/SPARK-28380 > > > > JIRA for DataSourceV2 API based JDBC connector. > > Goals : > >- Generic connector based on JDBC t

Re: JDBC connector for DataSourceV2

2019-07-14 Thread Xianyin Xin
: Xianyin Xin , Ryan Blue , , Spark Dev List Subject: Re: JDBC connector for DataSourceV2 To me this looks like refactoring of DS1 JDBC to enable user provided connection factories. In itself a good change, but IMO not DSV2 related. I created a JIRA and added some goals. Please comments

Re: JDBC connector for DataSourceV2

2019-07-13 Thread Shiv Prashant Sood
on that, I’d like to contribute. >> >> >> >> Loop in @Gengliang Wang. >> >> >> >> Xianyin >> >> >> >> *From: *Ryan Blue >> *Reply-To: * >> *Date: *Saturday, July 13, 2019 at 6:54 AM >> *To: *Shiv Prashant Sood &g

Re: JDBC connector for DataSourceV2

2019-07-13 Thread Gabor Somogyi
Xianyin > > > > *From: *Ryan Blue > *Reply-To: * > *Date: *Saturday, July 13, 2019 at 6:54 AM > *To: *Shiv Prashant Sood > *Cc: *Spark Dev List > *Subject: *Re: JDBC connector for DataSourceV2 > > > > I'm not aware of a JDBC connector effort. It would be great

Re: JDBC connector for DataSourceV2

2019-07-12 Thread Shiv Prashant Sood
n Blue > Reply-To: > Date: Saturday, July 13, 2019 at 6:54 AM > To: Shiv Prashant Sood > Cc: Spark Dev List > Subject: Re: JDBC connector for DataSourceV2 > > I'm not aware of a JDBC connector effort. It would be great to have someone > build one! > > On Fri, Ju

Re: JDBC connector for DataSourceV2

2019-07-12 Thread Ryan Blue
rom: *Ryan Blue > *Reply-To: * > *Date: *Saturday, July 13, 2019 at 6:54 AM > *To: *Shiv Prashant Sood > *Cc: *Spark Dev List > *Subject: *Re: JDBC connector for DataSourceV2 > > > > I'm not aware of a JDBC connector effort. It would be great to have > someone build one

Re: JDBC connector for DataSourceV2

2019-07-12 Thread Xianyin Xin
If there’s nobody working on that, I’d like to contribute. Loop in @Gengliang Wang. Xianyin From: Ryan Blue Reply-To: Date: Saturday, July 13, 2019 at 6:54 AM To: Shiv Prashant Sood Cc: Spark Dev List Subject: Re: JDBC connector for DataSourceV2 I'm not aware of a JDBC

Re: JDBC connector for DataSourceV2

2019-07-12 Thread Ryan Blue
I'm not aware of a JDBC connector effort. It would be great to have someone build one! On Fri, Jul 12, 2019 at 3:33 PM Shiv Prashant Sood wrote: > Can someone please help understand the current Status of DataSource V2 > based JDBC connector? I see connectors for various file formats in Master,

JDBC connector for DataSourceV2

2019-07-12 Thread Shiv Prashant Sood
Can someone please help understand the current Status of DataSource V2 based JDBC connector? I see connectors for various file formats in Master, but can't find a JDBC implementation or related JIRA. DatasourceV2 APIs to me look in good shape to attempt a JDBC connector for READ/WRITE path.