Dataframe from mysql database in pyspark

2015-04-16 Thread Suraj Shetiya
Hi, Is there any means of transforming mysql databases into dataframes from pyspark. Iwas about to find a document that converts mysql database to dataframe in spark-shell(http://www.infoobjects.com/spark-sql-jdbcrdd/) using jdbc. I had been through the official documentation and can't find any

Re: Dataframe from mysql database in pyspark

2015-04-16 Thread Reynold Xin
There is a jdbc in the SQLContext scala doc: https://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.sql.SQLContext Note that this is more of a user list question On Thu, Apr 16, 2015 at 5:11 AM, Suraj Shetiya surajshet...@gmail.com wrote: Hi, Is there any means of