Configure PAM Authentication Between Hue and Hive
About this task
Complete the following steps to configure PAM authentication between Hue and Hive:
Complete the following steps to configure PAM authentication between Hue and Hive:
[beeswax] section of the
hue.ini file. Set the mechanism option to
none. Set the auth_username and
auth_password options in the [desktop] or
[beeswax] sections of hue.ini (where
auth_username and auth_password are the
user credentials for the user who authenticates the Hue service with
HiveServer2).
[desktop]
...
# Default LDAP/PAM/.. username and password of the Hue user used for authentication with other services.
# Inactive if password is empty.
# e.g. LDAP pass-through authentication for HiveServer2 or Impala.
Apps can override them individually.
auth_username=mapr
auth_password=<user_password>
...
[beeswax]
...
# Security mechanism of authentication none/GSSAPI/MAPR-SECURITY
mechanism=none
maprcli node services -name hue -action restart -nodes <Hue node>