Forráskód Böngészése

AMBARI-2137. Enable WebHDFS by default. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1483012 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 éve
szülő
commit
1b1478da61
2 módosított fájl, 3 hozzáadás és 1 törlés
  1. 2 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/data/config_properties.js

+ 2 - 0
CHANGES.txt

@@ -295,6 +295,8 @@ Trunk (unreleased changes):
 
 
  IMPROVEMENTS
  IMPROVEMENTS
 
 
+ AMBARI-2137. Enable WebHDFS by default. (yusaku)
+
  AMBARI-2122. Improve navigation when jumping from one page to Host Details
  AMBARI-2122. Improve navigation when jumping from one page to Host Details
  page and back. (yusaku)
  page and back. (yusaku)
 
 

+ 1 - 1
ambari-web/app/data/config_properties.js

@@ -228,7 +228,7 @@ module.exports =
       "name": "dfs_webhdfs_enabled",
       "name": "dfs_webhdfs_enabled",
       "displayName": "WebHDFS enabled",
       "displayName": "WebHDFS enabled",
       "description": "Whether to enable WebHDFS feature",
       "description": "Whether to enable WebHDFS feature",
-      "defaultValue": false,
+      "defaultValue": true,
       "displayType": "checkbox",
       "displayType": "checkbox",
       "isOverridable": false,
       "isOverridable": false,
       "isVisible": true,
       "isVisible": true,