-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55833/
-----------------------------------------------------------
(Updated Jan. 23, 2017, 1:40 p.m.)
Review request for Ambari, Laszlo Puskas, Robert Levas, and Sebastian Toader.
Changes
-------
- removed unexpected char in kerberos.json
Bugs: AMBARI-19668
https://issues.apache.org/jira/browse/AMBARI-19668
Repository: ambari
Description
-------
Secure zookeeper ACLs should be supported only in HDP 2.6 and above. This patch
is about reworking the existing patches (oozie, hive, yarn-rm) and removing
secure zk acl support if stack version is < 2.6
Diffs (updated)
-----
ambari-common/src/main/python/resource_management/libraries/functions/constants.py
02ce194
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_server.py
1a34b87
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/params_linux.py
48c8ef0
ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/kerberos.json
f1092f5
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/kerberos.json
c8b5989
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params_linux.py
7df82bf
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/resourcemanager.py
77bd363
ambari-server/src/main/resources/common-services/YARN/3.0.0.3.0/kerberos.json
eaffec6
ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json
e4a499b
ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json
a8ef83c
ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/YARN/kerberos.json
3059f14
ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/kerberos.json
5fff05c
ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/kerberos.json
eaffec6
ambari-server/src/main/resources/stacks/HDP/2.6/services/OOZIE/kerberos.json
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/kerberos.json
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_features.json
ddf8348
contrib/management-packs/hdf-ambari-mpack/src/main/resources/stacks/HDF/2.0/properties/stack_features.json
0b6b3ab
Diff: https://reviews.apache.org/r/55833/diff/
Testing (updated)
-------
HDP2.6
- created a cluster with oozie and yarn
- enabled kerberos
- acl on /rmstore/ZKRMStateRoot and /oozie was sasl
- disabled kerberos
- acl on /rmstore/ZKRMStateRoot and /oozie was word:anyone
HDP2.5
- created a cluster with oozie and yarn
- enabled kerberos
- acl on /rmstore/ZKRMStateRoot and /oozie was world:anyone
- disabled kerberos
- acl on /rmstore/ZKRMStateRoot and /oozie was word:anyone
Ambari agent:
Ran 454 tests in 92.306s
OK
Ambari server:
Thanks,
Attila Magyar