> On Nov. 4, 2016, 1:18 p.m., Jayush Luniya wrote: > > ambari-server/src/main/resources/stacks/HDP/2.4/services/RANGER/metainfo.xml, > > line 26 > > <https://reviews.apache.org/r/53454/diff/2/?file=1554430#file1554430line26> > > > > What about RANGER in HDP-2.2 and HDP-2.3?
HDP-2.3, yes. But not HDP-2.2 since RANGER does not use JCEKS files prior to HDP-2.3. - Nahappan ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53454/#review154981 ----------------------------------------------------------- On Nov. 4, 2016, 9:53 a.m., Nahappan Somasundaram wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/53454/ > ----------------------------------------------------------- > > (Updated Nov. 4, 2016, 9:53 a.m.) > > > 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 > > ambari-server/src/main/resources/stacks/HDP/2.5/services/RANGER/metainfo.xml > fe97a41 > > 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 > >
