Author: yusaku
Date: Wed May 15 19:02:40 2013
New Revision: 1483012

URL: http://svn.apache.org/r1483012
Log:
AMBARI-2137. Enable WebHDFS by default. (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=1483012&r1=1483011&r2=1483012&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Wed May 15 19:02:40 2013
@@ -295,6 +295,8 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-2137. Enable WebHDFS by default. (yusaku)
+
  AMBARI-2122. Improve navigation when jumping from one page to Host Details
  page and back. (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=1483012&r1=1483011&r2=1483012&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/config_properties.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/config_properties.js Wed May 15 
19:02:40 2013
@@ -228,7 +228,7 @@ module.exports =
       "name": "dfs_webhdfs_enabled",
       "displayName": "WebHDFS enabled",
       "description": "Whether to enable WebHDFS feature",
-      "defaultValue": false,
+      "defaultValue": true,
       "displayType": "checkbox",
       "isOverridable": false,
       "isVisible": true,


Reply via email to