RE: Data from Mysql using JdbcRDD

2014-08-01 Thread srinivas
. Is their any work around solution to do normal sql queries with or without using where clause or like selecting values for particular value? Please help -Srini. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Data-from-Mysql-using-JdbcRDD-tp10994p11174.html Sent

Re: Data from Mysql using JdbcRDD

2014-07-30 Thread chaitu reddy
Kc On Jul 30, 2014 3:55 PM, srinivas kusamsrini...@gmail.com wrote: Hi, I am trying to get data from mysql using JdbcRDD using code The table have three columns val url = jdbc:mysql://localhost:3306/studentdata val username = root val password = root val mysqlrdd = new

Re: Data from Mysql using JdbcRDD

2014-07-30 Thread Josh Mahonin
wrote: Kc On Jul 30, 2014 3:55 PM, srinivas kusamsrini...@gmail.com wrote: Hi, I am trying to get data from mysql using JdbcRDD using code The table have three columns val url = jdbc:mysql://localhost:3306/studentdata val username = root val password = root val mysqlrdd = new