Posts by Shirlei Alexandrino • 41 points
2 posts
-
0
votes1
answer82
viewsQ: Cassandra + Spark + R connection
How do I connect Cassandra to Spark? Cassandra > Spark > R I’ve already been able to connect R to Spark, now I need to bring the data that is stored in Cassandra to Spark and finally analyze…
-
4
votes1
answer203
viewsQ: R connection to Myqsl
Does anyone know how #Mysql can have access to a dataframe that was handled in R, I have already connected to the following script install.packages("RMySQL") install.packages("RJDBC") library(DBI)…