-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29158/
-----------------------------------------------------------
(Updated Dec. 23, 2014, 12:35 a.m.)
Review request for Ambari, Alejandro Fernandez, Andrew Onischuk, Jaimin Jetly,
Sid Wagle, and Yusaku Sako.
Changes
-------
This latest patch contains a large change to the caching infrastrucutre
surrounding the kinit calls. The change is to allow for the creation and
deletion of temporary cache files used by kinit so as to not overwrite any
exsting cache file or leave behind any orphaned cached file due to this test
procedure.
This patch may need to be fully reviewed.
Bugs: AMBARI-8477
https://issues.apache.org/jira/browse/AMBARI-8477
Repository: ambari
Description
-------
The HDFS service components should indicate security state when queried by
Ambari Agent via STATUS_COMMAND.
See https://issues.apache.org/jira/browse/AMBARI-8477 for more information.
Diffs (updated)
-----
ambari-agent/src/test/python/resource_management/TestSecurityCommons.py
PRE-CREATION
ambari-common/src/main/python/resource_management/libraries/functions/security_commons.py
PRE-CREATION
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py
4afd4ce
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/hdfs_client.py
3c54e6b
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/journalnode.py
f664bcd
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/namenode.py
c8a460f
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/snamenode.py
7106422
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/status_params.py
0027a4c
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/zkfc_slave.py
4102b69
Diff: https://reviews.apache.org/r/29158/diff/
Testing
-------
Manual tests
Added `ambari-agent/src/test/python/resource_management/TestSecurityCommons.py`
- test not executed on Jenkins(?)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40:45 min
[INFO] Finished at: 2014-12-17T00:43:24+00:00
[INFO] Final Memory: 45M/523M
[INFO] ------------------------------------------------------------------------
Thanks,
Robert Levas