Re: JDBC based access to RDD

2016-02-20 Thread Shyam Sarkar
s expressly so stated. It is >> the responsibility of the recipient to ensure that this email is virus >> free, therefore neither Peridale Technology Ltd, its subsidiaries nor their >> employees accept any responsibility. >> >> >> >> >> >> *From:* Shyam Sarkar [mailto:ssarkarayushnet...@gmail.com] >> *Sent:* 18 February 2016 22:36 >> *To:* user@spark.apache.org >> *Subject:* JDBC based access to RDD >> >> >> >> Is there any good code example for JDBC based access to RDD ? >> >> Thanks. >> > >

Re: JDBC based access to RDD

2016-02-20 Thread Shyam Sarkar
I was going through the scala code implementing RDD in Spark 1.6 source code and I found JdbcRDD functions defined for JDBC based access to RDD data. I want to see some example code how to use such functions. Thanks, On Thu, Feb 18, 2016 at 2:43 PM, Mich Talebzadeh wrote: > Can you ple

RE: JDBC based access to RDD

2016-02-18 Thread Mich Talebzadeh
hyam Sarkar [mailto:ssarkarayushnet...@gmail.com] Sent: 18 February 2016 22:36 To: user@spark.apache.org Subject: JDBC based access to RDD Is there any good code example for JDBC based access to RDD ? Thanks.

JDBC based access to RDD

2016-02-18 Thread Shyam Sarkar
Is there any good code example for JDBC based access to RDD ? Thanks.