-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26683/
-----------------------------------------------------------
Review request for Ambari, Dmytro Sen and Vitalyi Brodetskyi.
Bugs: AMBARI-7773
https://issues.apache.org/jira/browse/AMBARI-7773
Repository: ambari
Description
-------
In order to use HS2 in multiuser environment (hue and dataworker in the
future), need to make next settings for hive by default:
hive.server2.enable.impersonation=true
hive.server2.enable.doAs=true
These settings doesn't violate any security concerns, they only to make able
HiveServer2 work with proxyuser mechanism, like other services in the stack.
The following setting should also be made in order for thrift clients (i.e.
Hue) to function properly.
"hive.server2.authentication": "NOSASL"
Diffs
-----
ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HIVE/configuration/hive-site.xml
c968ea9
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml
524a27b
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml
4371932
Diff: https://reviews.apache.org/r/26683/diff/
Testing
-------
not applicable
Thanks,
Dmitro Lisnichenko