您的位置:首页 > Web前端 > Node.js

hadoop2.2.0 maprd-site.xml--Node health script variables

2014-05-03 14:25 351 查看
<!--  Node health script variables -->

<property>
<name>mapreduce.tasktracker.healthchecker.script.path</name>
<value></value>
<description>Absolute path to the script which is
periodicallyrun by the node health monitoring service to determine if
the node is healthy or not. If the value of this key is empty or the
file does not exist in the location configured here, the node health
monitoring service is not started.</description>
</property>


注释:

<property>
<name>mapreduce.tasktracker.healthchecker.interval</name>
<value>60000</value>
<description>Frequency of the node health script to be run,
in milliseconds</description>
</property>


注释:

 

<property>
<name>mapreduce.tasktracker.healthchecker.script.timeout</name>
<value>600000</value>
<description>Time after node health script should be killed if
unresponsive and considered that the script has failed.</description>
</property>


注释:

<property>
<name>mapreduce.tasktracker.healthchecker.script.args</name>
<value></value>
<description>List of arguments which are to be passed to
node health script when it is being launched comma seperated.
</description>
</property>


注释:

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: