Hi all,
I have a scenario,of moving data from hadoop to cassandra using map reduce and bulk output format class .How can i authenticate when connecting to cassandra.Can i pass any username and password?
Hi all,
I have a scenario,of moving data from hadoop to cassandra using map reduce and bulk output format class .How can i authenticate when connecting to cassandra.Can i pass any username and password?
By default cassandra allows any users to connect "allow all policy", you can take a look at "authenticator" and "authority" options in conf/cassandra.yaml and org.apache.cassandra.auth package for more info.