فهرست منبع

AMBARI-1630. Expose HUE config parameters through Ambari Web. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1456287 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 سال پیش
والد
کامیت
c4bbbe38fd
2فایلهای تغییر یافته به همراه30 افزوده شده و 2 حذف شده
  1. 2 0
      CHANGES.txt
  2. 28 2
      ambari-web/app/data/config_properties.js

+ 2 - 0
CHANGES.txt

@@ -122,6 +122,8 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-1630. Expose HUE config parameters through Ambari Web. (yusaku)
+
  AMBARI-1595. Add Oracle option for Hive Metastore during Ambari
  cluster install. (Xi Wang via yusaku)
 

+ 28 - 2
ambari-web/app/data/config_properties.js

@@ -453,7 +453,6 @@ module.exports =
       "description": "Directory on the local filesystem where the Secondary NameNode should store the temporary images to merge",
       "defaultValue": "",
       "defaultDirectory": "/hadoop/hdfs/namesecondary",
-      "isReconfigurable": false,
       "displayType": "directory",
       "isOverridable": false,
       "isVisible": true,
@@ -2422,7 +2421,34 @@ module.exports =
       "domain": "global",
       "serviceName": "MISC",
       "category": "General"
+    },
+    {
+      "id": "puppet var",
+      "name": "hue_pid_dir",
+      "displayName": "HUE Log Dir",
+      "description": "Directory for HUE logs",
+      "defaultValue": "/var/log/hue",
+      "isReconfigurable": false,
+      "displayType": "directory",
+      "isOverridable": false,
+      "isVisible": true,
+      "domain": "global",
+      "serviceName": "HUE",
+      "category": "Advanced"
+    },
+    {
+      "id": "puppet var",
+      "name": "hue_log_dir",
+      "displayName": "HUE PID Dir",
+      "description": "Directory in which the pid files for HUE processes will be created",
+      "defaultValue": "/var/run/hue",
+      "isReconfigurable": false,
+      "displayType": "directory",
+      "isOverridable": false,
+      "isVisible": true,
+      "domain": "global",
+      "serviceName": "HUE",
+      "category": "Advanced"
     }
-
   ]
 };