Browse Source

AMBARI-3502 Field 'hadoop.security.auth_to_local' changes tag type from Textarea to Input. (ababiichuk)

aBabiichuk 11 years ago
parent
commit
e964d3fd33
1 changed files with 10 additions and 0 deletions
  1. 10 0
      ambari-web/app/data/HDP2/site_properties.js

+ 10 - 0
ambari-web/app/data/HDP2/site_properties.js

@@ -193,6 +193,16 @@ module.exports =
       "unit": "MB",
       "category": "General",
       "serviceName": "MAPREDUCE2"
+    },
+    {
+      "id": "site property",
+      "name": "hadoop.security.auth_to_local",
+      "displayName": "hadoop.security.auth_to_local",
+      "displayType": "multiLine",
+      "serviceName": "HDFS",
+      "category": "Advanced",
+      "value": "",
+      "defaultValue": ""
     }
   ]
 };