Re: JdbcRdd for Python

2015-01-05 Thread Michael Armbrust
I'll add that there is a JDBC connector for the Spark SQL data sources API in the works, and this will work with python (though the standard SchemaRDD type conversions). On Mon, Jan 5, 2015 at 7:09 AM, Cody Koeninger wrote: > JavaDataBaseConnectivity is, as far as I know, JVM specific. The Jdbc

Re: JdbcRdd for Python

2015-01-05 Thread Cody Koeninger
JavaDataBaseConnectivity is, as far as I know, JVM specific. The JdbcRDD is expecting to deal with Jdbc Connection and ResultSet objects. I haven't done any python development in over a decade, but if someone wants to work together on a python equivalent I'd be happy to help out. The original Jdb

Re: JdbcRdd for Python

2015-01-02 Thread elliott cordo
yeah.. i went through the source, and unless i'm missing something it's not.. agreed, i'd love to see it implemented! On Fri, Jan 2, 2015 at 3:59 PM, Tim Schweichler < tim.schweich...@healthination.com> wrote: > Doesn't look like it is at the moment. If that's the case I'd love to > see it imple

Re: JdbcRdd for Python

2015-01-02 Thread Tim Schweichler
Doesn't look like it is at the moment. If that's the case I'd love to see it implemented. From: elliott cordo mailto:elliottco...@gmail.com>> Date: Friday, January 2, 2015 at 8:17 AM To: "user@spark.apache.org" mailto:user@spark.apache.org>> Subject: JdbcRdd for Pyt