瀏覽代碼

AMBARI-1146. Exclude hosts and include hosts config parameters need clarification. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1431595 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 年之前
父節點
當前提交
0a386386a8
共有 3 個文件被更改,包括 6 次插入3 次删除
  1. 3 0
      CHANGES.txt
  2. 2 2
      ambari-web/app/data/config_properties.js
  3. 1 1
      ambari-web/app/templates/application.hbs

+ 3 - 0
CHANGES.txt

@@ -454,6 +454,9 @@ AMBARI-666 branch (unreleased changes)
   AMBARI-676. Seperate directory for ambari-server. (jitendra)
   AMBARI-676. Seperate directory for ambari-server. (jitendra)
 
 
   IMPROVEMENTS
   IMPROVEMENTS
+ 
+  AMBARI-1146. Exclude hosts and include hosts config parameters need 
+  clarification. (yusaku)
   
   
   AMBARI-1074. CPU Usage chart needs better idle time display. (Srimanth
   AMBARI-1074. CPU Usage chart needs better idle time display. (Srimanth
   Gunturi via yusaku)
   Gunturi via yusaku)

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

@@ -672,7 +672,7 @@ module.exports =
       "id": "puppet var",
       "id": "puppet var",
       "name": "dfs_exclude",
       "name": "dfs_exclude",
       "displayName": "Exclude hosts",
       "displayName": "Exclude hosts",
-      "description": "Exclude entered hosts",
+      "description": "Names a file that contains a list of hosts that are not permitted to connect to the namenode.  This file will be placed inside the Hadoop conf directory.",
       "defaultValue": "dfs.exclude",
       "defaultValue": "dfs.exclude",
       "isReconfigurable": false,
       "isReconfigurable": false,
       "displayType": "advanced",
       "displayType": "advanced",
@@ -686,7 +686,7 @@ module.exports =
       "id": "puppet var",
       "id": "puppet var",
       "name": "dfs_include",
       "name": "dfs_include",
       "displayName": "Include hosts",
       "displayName": "Include hosts",
-      "description": "Include entered hosts",
+      "description": "Names a file that contains a list of hosts that are permitted to connect to the namenode.  This file will be placed inside the Hadoop conf directory.",
       "defaultValue": "dfs.include",
       "defaultValue": "dfs.include",
       "isReconfigurable": false,
       "isReconfigurable": false,
       "displayType": "advanced",
       "displayType": "advanced",

+ 1 - 1
ambari-web/app/templates/application.hbs

@@ -29,7 +29,7 @@
               </a>
               </a>
             {{/if}}
             {{/if}}
           <ul class="nav">
           <ul class="nav">
-            <li class="right"><a class="help" {{translateAttr href="topnav.help.href"}} target="_blank">Help</a></li>
+            <!-- <li class="right"><a class="help" {{!translateAttr href="topnav.help.href"}} target="_blank">Help</a></li> -->
             {{#if App.router.loggedIn}}
             {{#if App.router.loggedIn}}
             <li class="right"><a class="help" href="" {{action logoff}}>Sign out</a></li>
             <li class="right"><a class="help" href="" {{action logoff}}>Sign out</a></li>
             {{/if}}
             {{/if}}