Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
1b1478da61
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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
 
+ AMBARI-2137. Enable WebHDFS by default. (yusaku)
+
  AMBARI-2122. Improve navigation when jumping from one page to Host Details
  page and back. (yusaku)
 

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

@@ -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,