cloudera / hue

Open source SQL Query Assistant service for Databases/Warehouses
https://cloudera.com
Apache License 2.0
1.16k stars 364 forks source link

How to configure beeswax to use user and password to connect to hiveserver2? #174

Closed mbanduk closed 9 years ago

mbanduk commented 9 years ago

How to aloow beeswax to connectto hiveserver2 having a PasswdAuthenticationProvider class and hive.server2.custom.authentication.class set in the hive-default.xml?

<property>
  <name>hive.server2.custom.authentication.class</name>
  <value>com.mycompany.hive.service.Authenticator</value>
</property>
erickt commented 9 years ago

Hello @mbanduk. Questions like this are more appropriate on the hue-user mailing list. That said, I believe this is the documentation you are looking for.