Repository: ambari Updated Branches: refs/heads/trunk 641e177b8 -> 7a93872f9
AMBARI-6496. Additional fix: keberization needs hdfs_principal_name property to be saved in hadoop-env section of command file, otherwise it fails in HDP 1.3 stack. (Alejandro via Jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7a93872f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7a93872f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7a93872f Branch: refs/heads/trunk Commit: 7a93872f90594e3c93caddad8971debf0eee5d56 Parents: 641e177 Author: Jaimin Jetly <[email protected]> Authored: Tue Sep 2 16:39:56 2014 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Tue Sep 2 16:39:56 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/data/secure_properties.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7a93872f/ambari-web/app/data/secure_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/secure_properties.js b/ambari-web/app/data/secure_properties.js index ebaf953..ad7adc4 100644 --- a/ambari-web/app/data/secure_properties.js +++ b/ambari-web/app/data/secure_properties.js @@ -123,6 +123,7 @@ module.exports = "isOverridable": false, "isReconfigurable": false, "serviceName": "GENERAL", + "filename": "hadoop-env.xml", "category": "AMBARI" }, {
