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

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -