-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53454/
-----------------------------------------------------------
Review request for Ambari, Jonathan Hurley, Jayush Luniya, Nate Cole, Robert
Levas, and Sumit Mohanty.
Bugs: AMBARI-18795
https://issues.apache.org/jira/browse/AMBARI-18795
Repository: ambari
Description
-------
AMBARI-18795: Ambari-server: Stack definition to specify which services support
credential store
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.4/services/RANGER/metainfo.xml
811c5e9
ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml
a409465
ambari-server/src/main/resources/stacks/HDP/2.5/services/KNOX/metainfo.xml
8f303a5
Diff: https://reviews.apache.org/r/53454/diff/
Testing
-------
** Manual testing **
Copied the modified stack definition files to a VM, deployed RANGER, HIVE and
KNOX for HDP-2.5. Verified in the database that the following entries were made:
ambari=> select service_name, credential_store_supported,
credential_store_enabled from servicedesiredstate;
service_name | credential_store_supported | credential_store_enabled
--------------+----------------------------+--------------------------
HDFS | 0 | 0
HIVE | 1 | 0
KNOX | 1 | 0
MAPREDUCE2 | 0 | 0
PIG | 0 | 0
SLIDER | 0 | 0
TEZ | 0 | 0
YARN | 0 | 0
ZOOKEEPER | 0 | 0
RANGER | 1 | 1
Thanks,
Nahappan Somasundaram