You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2012/05/01 15:03:51 UTC

[jira] [Commented] (MAPREDUCE-3883) Document yarn.nodemanager.delete.debug-delay-sec configuration property

    [ https://issues.apache.org/jira/browse/MAPREDUCE-3883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13265782#comment-13265782 ] 

Hudson commented on MAPREDUCE-3883:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #1031 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1031/])
    MAPREDUCE-3883. Document yarn.nodemanager.delete.debug-delay-sec configuration property (Eugene Koontz via tgraves) (Revision 1332196)

     Result = FAILURE
tgraves : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1332196
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml

                
> Document yarn.nodemanager.delete.debug-delay-sec configuration property
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3883
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3883
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation, mrv2
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>              Labels: newbie
>             Fix For: 2.0.0, trunk
>
>         Attachments: MAPREDUCE-3883.patch, MAPREDUCE-3883.patch, MAPREDUCE-3883.patch, MAPREDUCE-3883.patch
>
>
> If you are using Yarn's nodemanager, you can add to your configuration:
> {noformat}
>   <property>
>     <name>yarn.nodemanager.delete.debug-delay-sec</name>
>     <value>10000000</value>
>   </property>
> {noformat}
> to save the environmental directories of the applications (by default in {{/tmp/nm-local-dir}}) that the nodemanager starts so that you can examine them later.
> Set the above value long enough so that you have time to examine the contents before the nodemanager's {{DeletionService}} removes them.
> This setting is defined in {{hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java}}, and used in {{hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/DeletionService.java}}.
> It's a useful configuration setting for developers, but seems not to be documented currently (see http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/yarn-default.xml).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira