Re: Review Request 53454: AMBARI-18795: Ambari-server: Stack definition to specify which services support credential store

2016-11-08 Thread Jayush Luniya

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53454/#review155310
---


Ship it!




Ship It!

- Jayush Luniya


On Nov. 8, 2016, 5:16 p.m., Nahappan Somasundaram wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/53454/
> ---
> 
> (Updated Nov. 8, 2016, 5:16 p.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.3/services/RANGER/metainfo.xml 
> c5a727ca549af8accea1eceee59bb9662785146e 
>   
> ambari-server/src/main/resources/stacks/HDP/2.4/services/RANGER/metainfo.xml 
> 811c5e9b443b1d13bdc1884d098d0ad726f92f0d 
>   ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml 
> a409465cbf8e6a457f8330c7a7bf073bdbb716e6 
>   ambari-server/src/main/resources/stacks/HDP/2.5/services/KNOX/metainfo.xml 
> 8f303a54a5128520bea23f6f6c87ad7ae41965ed 
>   
> ambari-server/src/main/resources/stacks/HDP/2.5/services/RANGER/metainfo.xml 
> fe97a41657dcd647707729951a4d09fa5eb870e5 
> 
> 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
> 
>



Re: Review Request 53454: AMBARI-18795: Ambari-server: Stack definition to specify which services support credential store

2016-11-08 Thread Nahappan Somasundaram

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53454/
---

(Updated Nov. 8, 2016, 9:16 a.m.)


Review request for Ambari, Jonathan Hurley, Jayush Luniya, Nate Cole, Robert 
Levas, and Sumit Mohanty.


Changes
---

Have RANGER in disable state. Enabling it now will cause issues with current 
RANGER scripts. Will be enabled when making changes to RANGER scripts for 
backward compatibility.


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 (updated)
-

  ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/metainfo.xml 
c5a727ca549af8accea1eceee59bb9662785146e 
  ambari-server/src/main/resources/stacks/HDP/2.4/services/RANGER/metainfo.xml 
811c5e9b443b1d13bdc1884d098d0ad726f92f0d 
  ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml 
a409465cbf8e6a457f8330c7a7bf073bdbb716e6 
  ambari-server/src/main/resources/stacks/HDP/2.5/services/KNOX/metainfo.xml 
8f303a54a5128520bea23f6f6c87ad7ae41965ed 
  ambari-server/src/main/resources/stacks/HDP/2.5/services/RANGER/metainfo.xml 
fe97a41657dcd647707729951a4d09fa5eb870e5 

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



Re: Review Request 53454: AMBARI-18795: Ambari-server: Stack definition to specify which services support credential store

2016-11-06 Thread Jayush Luniya

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53454/#review155079
---


Ship it!




Ship It!

- Jayush Luniya


On Nov. 4, 2016, 8:32 p.m., Nahappan Somasundaram wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/53454/
> ---
> 
> (Updated Nov. 4, 2016, 8:32 p.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.3/services/RANGER/metainfo.xml 
> c5a727ca549af8accea1eceee59bb9662785146e 
>   
> ambari-server/src/main/resources/stacks/HDP/2.4/services/RANGER/metainfo.xml 
> 811c5e9b443b1d13bdc1884d098d0ad726f92f0d 
>   ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml 
> a409465cbf8e6a457f8330c7a7bf073bdbb716e6 
>   ambari-server/src/main/resources/stacks/HDP/2.5/services/KNOX/metainfo.xml 
> 8f303a54a5128520bea23f6f6c87ad7ae41965ed 
>   
> ambari-server/src/main/resources/stacks/HDP/2.5/services/RANGER/metainfo.xml 
> fe97a41657dcd647707729951a4d09fa5eb870e5 
> 
> 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
> 
>



Re: Review Request 53454: AMBARI-18795: Ambari-server: Stack definition to specify which services support credential store

2016-11-04 Thread Nahappan Somasundaram

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53454/
---

(Updated Nov. 4, 2016, 1:32 p.m.)


Review request for Ambari, Jonathan Hurley, Jayush Luniya, Nate Cole, Robert 
Levas, and Sumit Mohanty.


Changes
---

HDP-2.3 stack definition changes for RANGER.


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 (updated)
-

  ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/metainfo.xml 
c5a727ca549af8accea1eceee59bb9662785146e 
  ambari-server/src/main/resources/stacks/HDP/2.4/services/RANGER/metainfo.xml 
811c5e9b443b1d13bdc1884d098d0ad726f92f0d 
  ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml 
a409465cbf8e6a457f8330c7a7bf073bdbb716e6 
  ambari-server/src/main/resources/stacks/HDP/2.5/services/KNOX/metainfo.xml 
8f303a54a5128520bea23f6f6c87ad7ae41965ed 
  ambari-server/src/main/resources/stacks/HDP/2.5/services/RANGER/metainfo.xml 
fe97a41657dcd647707729951a4d09fa5eb870e5 

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



Re: Review Request 53454: AMBARI-18795: Ambari-server: Stack definition to specify which services support credential store

2016-11-04 Thread Nahappan Somasundaram


> 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
> > 
> >
> > 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
> 
>



Re: Review Request 53454: AMBARI-18795: Ambari-server: Stack definition to specify which services support credential store

2016-11-04 Thread Jayush Luniya

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53454/#review154981
---




ambari-server/src/main/resources/stacks/HDP/2.4/services/RANGER/metainfo.xml 
(line 26)


What about RANGER in HDP-2.2 and HDP-2.3?


- Jayush Luniya


On Nov. 4, 2016, 4:53 p.m., Nahappan Somasundaram wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/53454/
> ---
> 
> (Updated Nov. 4, 2016, 4:53 p.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
> 
>



Re: Review Request 53454: AMBARI-18795: Ambari-server: Stack definition to specify which services support credential store

2016-11-04 Thread Jonathan Hurley

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53454/#review154954
---


Ship it!




Ship It!

- Jonathan Hurley


On Nov. 4, 2016, 12:53 p.m., Nahappan Somasundaram wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/53454/
> ---
> 
> (Updated Nov. 4, 2016, 12:53 p.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
> 
>



Re: Review Request 53454: AMBARI-18795: Ambari-server: Stack definition to specify which services support credential store

2016-11-04 Thread Nahappan Somasundaram

---
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.


Changes
---

Added stack definition for RANGER HDP-2.5 since it extends from common-services 
and will not inherit HDP-2.4 properties. Missed adding it in the original patch.


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 (updated)
-

  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



Re: Review Request 53454: AMBARI-18795: Ambari-server: Stack definition to specify which services support credential store

2016-11-04 Thread Robert Levas

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53454/#review154932
---


Ship it!




Ship It!

- Robert Levas


On Nov. 3, 2016, 9:33 p.m., Nahappan Somasundaram wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/53454/
> ---
> 
> (Updated Nov. 3, 2016, 9:33 p.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 
> 
> 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
> 
>



Re: Review Request 53454: AMBARI-18795: Ambari-server: Stack definition to specify which services support credential store

2016-11-04 Thread Nate Cole

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53454/#review154930
---


Ship it!




Ship It!

- Nate Cole


On Nov. 3, 2016, 9:33 p.m., Nahappan Somasundaram wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/53454/
> ---
> 
> (Updated Nov. 3, 2016, 9:33 p.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 
> 
> 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
> 
>



Review Request 53454: AMBARI-18795: Ambari-server: Stack definition to specify which services support credential store

2016-11-03 Thread Nahappan Somasundaram

---
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