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 "Amar Kamat (Updated) (JIRA)" <ji...@apache.org> on 2012/01/04 06:40:40 UTC

[jira] [Updated] (MAPREDUCE-3462) Job submission failing in JUnit tests

     [ https://issues.apache.org/jira/browse/MAPREDUCE-3462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amar Kamat updated MAPREDUCE-3462:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.24.0
                   0.23.1
     Release Note: Fixed failing JUnit tests in Gridmix.
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

I just committed this to trunk and branch-0.23. Thanks Ravi Prakash and Ravi Gummadi!
                
> 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
>             Fix For: 0.23.1, 0.24.0
>
>         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