You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/06/19 01:43:39 UTC

svn commit: r1494381 - in /incubator/ambari/trunk/ambari-web/app/data: config_mapping.js config_properties.js

Author: yusaku
Date: Tue Jun 18 23:43:38 2013
New Revision: 1494381

URL: http://svn.apache.org/r1494381
Log:
AMBARI-2417. Additional parameter in core-site.xml is required for HCFS installations. (Chad Roberts via yusaku)

Modified:
    incubator/ambari/trunk/ambari-web/app/data/config_mapping.js
    incubator/ambari/trunk/ambari-web/app/data/config_properties.js

Modified: incubator/ambari/trunk/ambari-web/app/data/config_mapping.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/data/config_mapping.js?rev=1494381&r1=1494380&r2=1494381&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/config_mapping.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/config_mapping.js Tue Jun 18 23:43:38 2013
@@ -714,7 +714,14 @@ var configs = [
     "foreignKey": null,
     "value": "<templateName[0]>",
     "filename": "core-site.xml"
-  }  
+  },
+  {
+    "name": "fs.glusterfs.getfattrcmd",
+    "templateName": ["fs_glusterfs_getfattrcmd"],
+    "foreignKey": null,
+    "value": "<templateName[0]>",
+    "filename": "core-site.xml"
+  }
 ];
 
 /**

Modified: incubator/ambari/trunk/ambari-web/app/data/config_properties.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/data/config_properties.js?rev=1494381&r1=1494380&r2=1494381&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/config_properties.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/config_properties.js Tue Jun 18 23:43:38 2013
@@ -525,7 +525,19 @@ module.exports =
       "domain": "global",
       "serviceName": "HCFS",
       "category": "General"
-    },     
+    },
+    {
+      "id": "puppet var",
+      "name": "fs_glusterfs_getfattrcmd",
+      "displayName": "Gluster getfattr command",
+      "description": "Gluster getfattr command",
+      "defaultValue": "sudo getfattr -m . -n trusted.glusterfs.pathinfo",
+      "displayType": "string",
+      "isVisible": false,
+      "domain": "global",
+      "serviceName": "HCFS",
+      "category": "General"
+    },
   /**********************************************MAPREDUCE***************************************/
     {
       "id": "puppet var",