-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29162/
-----------------------------------------------------------
Review request for Ambari and Vitalyi Brodetskyi.
Bugs: AMBARI-8761
https://issues.apache.org/jira/browse/AMBARI-8761
Repository: ambari
Description
-------
Currently, Ambari has a template for only hive-site.xml. Need a separate
template for hiveserver2-site.xml
Following things are required.
- Remove the hiveconf command line parameters passed
(hive.security.authenticator.manager & hive.security.authorization.manager) in
/var/lib/ambari-server/resources/stacks/HDP/2.0.6/services/HIVE/package/templates/startHiveserver2.sh.j2
- hive.security.authenticator.manager & hive.security.authorization.manager
should be specified in hiveserver2-site.xml (under /etc/hive/conf.server)
- From Ambari UI, when these parameters for hiveserver2-site.xml are changed ,
only hiveserver2 should be affected. When the same parameters are changed for
hive-site only hive should be affected.
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive.py
ded9064
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py
cf41ed3
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/templates/startHiveserver2.sh.j2
6a59f0a
ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hiveserver2-site.xml
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/metainfo.xml
c5dc9b6
Diff: https://reviews.apache.org/r/29162/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk