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 B087498CA for ; Mon, 26 Dec 2011 09:05:55 +0000 (UTC) Received: (qmail 56249 invoked by uid 500); 26 Dec 2011 09:05:55 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 56216 invoked by uid 500); 26 Dec 2011 09:05:55 -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 56208 invoked by uid 99); 26 Dec 2011 09:05:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Dec 2011 09:05:55 +0000 X-ASF-Spam-Status: No, hits=-2001.3 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Dec 2011 09:05:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9E7A312988D for ; Mon, 26 Dec 2011 09:05:30 +0000 (UTC) Date: Mon, 26 Dec 2011 09:05:30 +0000 (UTC) From: "Ravi Prakash (Commented) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <175387988.45081.1324890330650.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <533814741.5464.1322039260218.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-3462) Job submission failing in JUnit tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-3462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175916#comment-13175916 ] Ravi Prakash commented on MAPREDUCE-3462: ----------------------------------------- Also, I'm still ignorant of the change which made the tests start to fail. I should probably understand better the reasons for that change before proposing a more generalized fix. For now, couldn't these tests passing unblock you? > Job submission failing in JUnit tests > ------------------------------------- > > Key: MAPREDUCE-3462 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3462 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2, test > Affects Versions: 0.23.0 > Reporter: Amar Kamat > Assignee: Ravi Prakash > Priority: Blocker > Labels: junit, test > Attachments: 3462.trunk.patch, MAPREDUCE-3462.branch-0.23.patch > > > When I run JUnit tests (e.g. TestDistCacheEmulation, TestSleepJob and TestCompressionEmulationUtils), I see job submission failing with the following error: > {noformat} > java.lang.IllegalStateException: Variable substitution depth too large: 20 ${fs.default.name} > at org.apache.hadoop.conf.Configuration.substituteVars(Configuration.java:551) > at org.apache.hadoop.conf.Configuration.get(Configuration.java:569) > at org.apache.hadoop.conf.Configuration.getStrings(Configuration.java:1020) > at org.apache.hadoop.mapreduce.JobSubmitter.populateTokenCache(JobSubmitter.java:564) > at org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:353) > at org.apache.hadoop.mapreduce.Job$2.run(Job.java:1159) > at org.apache.hadoop.mapreduce.Job$2.run(Job.java:1156) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:396) > at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1152) > at org.apache.hadoop.mapreduce.Job.submit(Job.java:1156) > at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1176) > at org.apache.hadoop.mapred.gridmix.Gridmix.launchGridmixJob(Gridmix.java:190) > at org.apache.hadoop.mapred.gridmix.Gridmix.writeInputData(Gridmix.java:150) > at org.apache.hadoop.mapred.gridmix.Gridmix.start(Gridmix.java:425) > at org.apache.hadoop.mapred.gridmix.Gridmix.runJob(Gridmix.java:380) > at org.apache.hadoop.mapred.gridmix.Gridmix.access$000(Gridmix.java:56) > at org.apache.hadoop.mapred.gridmix.Gridmix$1.run(Gridmix.java:313) > at org.apache.hadoop.mapred.gridmix.Gridmix$1.run(Gridmix.java:311) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:396) > at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1152) > at org.apache.hadoop.mapred.gridmix.Gridmix.run(Gridmix.java:311) > {noformat} -- 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