datastax enterprise - How can I run a standalone hiveserver2 with internal authentication? -
i have datastax dse (4.5) cluster uses internal authentation (using org.apache.cassandra.auth.passwordauthenticator
). possible me run standalone hiveserver2? how? far haven't found in datastax documentation. this page not have example of running hiveserver2.
you can start dse hive --service hiveserver2 --hiveconf cassandra.username=cassandra --hiveconf cassandra.password=cassandra
then use beeline connect it
beeline> !connect jdbc:hive2://localhost:10000?cassandra.username=cassandra;cassandra.password=cassandra org.apache.hive.jdbc.hivedriver
Comments
Post a Comment