apache spark - can saveToCassandra() work with multiple tables -


i have rdd contains 4 lines :

stock(test1,2017/07/23 00:01:02,14,status) stock(test1,2017/07/23 00:01:03,78,status) stock(test2,2017/07/23 00:01:02,86,status) stock(test2,2017/07/23 00:01:03,69,status) stock(test3,2017/07/23 00:01:02,46,status) stock(test3,2017/07/23 00:01:03,20,status) 

which test1,test2,test3 tables names, ask if possible save rdd in 3 tables ? thansk


Comments

Popular posts from this blog

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -