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/19 01:45:23 UTC

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

Author: yusaku
Date: Thu Apr 18 23:45:23 2013
New Revision: 1469640

URL: http://svn.apache.org/r1469640
Log:
AMBARI-1984. WebHCat log and pid dirs configs should be under WebHCat > Advanced. (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=1469640&r1=1469639&r2=1469640&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Apr 18 23:45:23 2013
@@ -771,6 +771,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1984. WebHCat log and pid dirs configs should be under WebHCat >
+ Advanced. (yusaku)
+
  AMBARI-1989. Add component shows the same component again even if the
  component is already added/installed/started. (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=1469640&r1=1469639&r2=1469640&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 18 23:45:23 2013
@@ -1193,7 +1193,7 @@ module.exports =
       "isOverridable": false,
       "isVisible": true,
       "domain": "global",
-      "serviceName": "HIVE",
+      "serviceName": "WEBHCAT",
       "category": "Advanced"
     },
     {
@@ -1207,7 +1207,7 @@ module.exports =
       "isOverridable": false,
       "isVisible": true,
       "domain": "global",
-      "serviceName": "HIVE",
+      "serviceName": "WEBHCAT",
       "category": "Advanced"
     },
     {