how to read/write sparkR and sparklyr dataframe from/to casandara and S3?

Viewed 120

I have a spark data frame, I want to save this data frame as a table in Casandra and save as parquet in S3. everywhere python, java, scala codes are there. I'm not finding the right solution in R. I have found Rcasandra package can i use this to do the same?

0 Answers
Related