You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/05/05 23:09:47 UTC

ambari git commit: AMBARI-10941. Remove Encryption section (Key Server+Port) from HDFS Settings page (srimanth)

Repository: ambari
Updated Branches:
  refs/heads/trunk ef9dc0f19 -> 1d0588497


AMBARI-10941. Remove Encryption section (Key Server+Port) from HDFS Settings page (srimanth)


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

Branch: refs/heads/trunk
Commit: 1d058849733d5f57894697d88885bbb3a010efca
Parents: ef9dc0f
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Tue May 5 14:06:04 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Tue May 5 14:06:04 2015 -0700

----------------------------------------------------------------------
 .../HDP/2.2/services/HDFS/themes/theme.json     | 45 --------------------
 1 file changed, 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1d058849/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/themes/theme.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/themes/theme.json b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/themes/theme.json
index 389c70c..6f2b797 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/themes/theme.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/themes/theme.json
@@ -50,31 +50,6 @@
                       "column-span": "1"
                     }
                   ]
-                },
-                {
-                  "name": "section-encryption",
-                  "display-name": "Encryption",
-                  "row-index": "1",
-                  "column-index": "0",
-                  "row-span": "1",
-                  "column-span": "2",
-                  "section-columns": "2",
-                  "section-rows": "1",
-                  "subsections": [
-                    {
-                      "name": "subsection-encryption-col1",
-                      "row-index": "0",
-                      "column-index": "0",
-                      "row-span": "1",
-                      "column-span": "1"
-                    }, {
-                      "name": "subsection-encryption-col2",
-                      "row-index": "0",
-                      "column-index": "1",
-                      "row-span": "1",
-                      "column-span": "1"
-                    }
-                  ]
                 }
               ]
             }
@@ -116,14 +91,6 @@
         {
           "config": "hdfs-site/dfs.datanode.max.transfer.threads",
           "subsection-name": "subsection-datanode-col1"
-        },
-        {
-          "config": "hadoop-env/keyserver_host",
-          "subsection-name": "subsection-encryption-col1"
-        },
-        {
-          "config": "hadoop-env/keyserver_port",
-          "subsection-name": "subsection-encryption-col2"
         }
       ]
     },
@@ -205,18 +172,6 @@
             }
           ]
         }
-      },
-      {
-        "config": "hadoop-env/keyserver_host",
-        "widget": {
-          "type": "text-field"
-        }
-      },
-      {
-        "config": "hadoop-env/keyserver_port",
-        "widget": {
-          "type": "text-field"
-        }
       }
     ]
   }