Re: How to use DataFrame with MySQL

2015-06-16 Thread matthewrj
I just ran into this too. Thanks for the tip! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/How-to-use-DataFrame-with-MySQL-tp22178p23351.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: How to use DataFrame with MySQL

2015-03-23 Thread Rishi Yadav
; > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/How-to-use-DataFrame-with-MySQL-tp22178p22182.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > > --

Re: How to use DataFrame with MySQL

2015-03-22 Thread gavin zhang
OK,I found what the problem is: It couldn't work with mysql-connector-5.0.8. I updated the connector version to 5.1.34 and it worked. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/How-to-use-DataFrame-with-MySQL-tp22178p22182.html Sent from the A

Re: How to use DataFrame with MySQL

2015-03-22 Thread Michael Armbrust
Spark version is 1.3.0 while > `Class.forName("com.mysql.jdbc.Driver").newInstance` is worked. > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/How-to-use-DataFrame-with-MySQL-tp22178.html > Sent from the A

How to use DataFrame with MySQL

2015-03-22 Thread gavin zhang
.0 while `Class.forName("com.mysql.jdbc.Driver").newInstance` is worked. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/How-to-use-DataFrame-with-MySQL-tp22178.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --