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/04/11 20:18:12 UTC

svn commit: r1467033 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/data/config_properties.js

Author: yusaku
Date: Thu Apr 11 18:18:12 2013
New Revision: 1467033

URL: http://svn.apache.org/r1467033
Log:
AMBARI-1873. HUE pid and log dir labels are flip flopped. (yusaku)

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

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1467033&r1=1467032&r2=1467033&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Apr 11 18:18:12 2013
@@ -690,6 +690,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1873. HUE pid and log dir labels are flip flopped. (yusaku)
+
  AMBARI-1878. Host overrides functionality broken in wizard Step7 controller.
  (yusaku)
 

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=1467033&r1=1467032&r2=1467033&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/config_properties.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/config_properties.js Thu Apr 11 18:18:12 2013
@@ -2625,7 +2625,7 @@ module.exports =
     },
     {
       "id": "puppet var",
-      "name": "hue_pid_dir",
+      "name": "hue_log_dir",
       "displayName": "HUE Log Dir",
       "description": "Directory for HUE logs",
       "defaultValue": "/var/log/hue",
@@ -2639,8 +2639,8 @@ module.exports =
     },
     {
       "id": "puppet var",
-      "name": "hue_log_dir",
-      "displayName": "HUE PID Dir",
+      "name": "hue_pid_dir",
+      "displayName": "HUE Pid Dir",
       "description": "Directory in which the pid files for HUE processes will be created",
       "defaultValue": "/var/run/hue",
       "isReconfigurable": false,