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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -