Repository: ambari
Updated Branches:
  refs/heads/trunk 00c5d3fed -> 4efd4ef31


AMBARI-11111. HDFS properties duplications and removals after adding Ranger KMS 
Server (akovalenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4efd4ef3
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4efd4ef3
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4efd4ef3

Branch: refs/heads/trunk
Commit: 4efd4ef31c70ca9a95653950039ff1f711046041
Parents: 00c5d3f
Author: Aleksandr Kovalenko <akovale...@hortonworks.com>
Authored: Wed May 13 20:30:56 2015 +0300
Committer: Aleksandr Kovalenko <akovale...@hortonworks.com>
Committed: Wed May 13 20:35:36 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/controllers/main/host/details.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4efd4ef3/ambari-web/app/controllers/main/host/details.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/host/details.js 
b/ambari-web/app/controllers/main/host/details.js
index 1d1f965..9c88a41 100644
--- a/ambari-web/app/controllers/main/host/details.js
+++ b/ambari-web/app/controllers/main/host/details.js
@@ -901,7 +901,7 @@ App.MainHostDetailsController = Em.Controller.extend({
     var rkmsHosts = this.getRangerKMSServerHosts();
     var rkmsPort = data.items.findProperty('type', 
'kms-env').properties['kms_port'];
     var coreSiteConfigs = data.items.findProperty('type', 'core-site');
-    var hdfsSiteConfigs = data.items.findProperty('type', 'core-site');
+    var hdfsSiteConfigs = data.items.findProperty('type', 'hdfs-site');
     var groups = [
       {
         properties: {

Reply via email to