I'm managing to read data via JDBC using the following but I can't work out
how to write something back to the Database.


df <- read.df(sqlContext, source="jdbc",
url="jdbc:mysql://hostname:3306?user=user&password=pass",
dbtable="database.table")


Does this functionality exist in 1.5.2?


Thanks,


Andrew

Reply via email to