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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -