Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF46FDAAF for ; Sat, 1 Sep 2012 12:41:23 +0000 (UTC) Received: (qmail 30971 invoked by uid 500); 1 Sep 2012 12:41:23 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 30902 invoked by uid 500); 1 Sep 2012 12:41:22 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 30036 invoked by uid 99); 1 Sep 2012 12:41:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Sep 2012 12:41:20 +0000 Date: Sat, 1 Sep 2012 23:41:20 +1100 (NCT) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1818657356.26795.1346503280057.JavaMail.jiratomcat@arcas> In-Reply-To: <636634505.19020.1346368388193.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (MAPREDUCE-4614) Simplify debugging a job's tokens MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-4614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446675#comment-13446675 ] Hudson commented on MAPREDUCE-4614: ----------------------------------- Integrated in Hadoop-Hdfs-0.23-Build #361 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/361/]) MAPREDUCE-4614. Simplify debugging a job's tokens (daryn via bobby) (Revision 1379597) Result = UNSTABLE bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1379597 Files : * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapred/YarnChild.java * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/JobSubmitter.java > Simplify debugging a job's tokens > --------------------------------- > > Key: MAPREDUCE-4614 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4614 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: client, task > Affects Versions: 0.23.3, 3.0.0, 2.2.0-alpha > Reporter: Daryn Sharp > Assignee: Daryn Sharp > Fix For: 0.23.3, 3.0.0, 2.2.0-alpha > > Attachments: MAPREDUCE-4614.branch-23.patch, MAPREDUCE-4614.patch > > > It's exceedingly difficult to debug token issues with a job. Sometimes tokens appear to be missing, or have the wrong service, etc. It would be much easier if job submission logged the tokens submitted, and if tasks logged the tokens they received. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira