How can I configure Hive to connect to my Cassandra database using a username/password? Hive is configured to auto create schema and works well when Cassandra authentication is disabled. Of course, if I enable authentication, hive gives me an error message...
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient
Where can I specify the username/password? I cannot find anything in DataStax documentation about Hive... Thank you