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 "nijel (JIRA)" <ji...@apache.org> on 2015/05/12 11:47:59 UTC

[jira] [Resolved] (MAPREDUCE-413) job.jar, job.xml not deleted when JobClient submitJob method fail with exception

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

nijel resolved MAPREDUCE-413.
-----------------------------
    Resolution: Cannot Reproduce

Closing it as cannot reproduce. Feel free to reopen if you feel further analysis required

> job.jar, job.xml not deleted when JobClient submitJob method  fail with exception 
> ----------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-413
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-413
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Koji Noguchi
>            Priority: Minor
>              Labels: newbie
>
> If mapred.system.dir is set to /hadoop/mapred/system, 
> $ hadoop dfs -lsr /hadoop
> /hadoop/mapred  <dir>
> /hadoop/mapred/system   <dir>
> $ 
> $ hadoop jar hadoop-examples.jar wordcount  invaliddirectoryname  output
> org.apache.hadoop.mapred.InvalidInputException: Input path doesnt exist : /user/_____/invaliddirectoryname
>         at org.apache.hadoop.mapred.InputFormatBase.validateInput(InputFormatBase.java:138)
>         at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:316)
>         at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:371)
>         at org.apache.hadoop.examples.WordCount.main(WordCount.java:143)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:71)
>         at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:143)
>         at org.apache.hadoop.examples.ExampleDriver.main(ExampleDriver.java:40)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.apache.hadoop.util.RunJar.main(RunJar.java:155)
> $ hadoop dfs -lsr /hadoop
> /hadoop/mapred  <dir>
> /hadoop/mapred/system   <dir>
> /hadoop/mapred/system/submit_gpw022     <dir>
> /hadoop/mapred/system/submit_gpw022/job.jar     <r 10>  19397
> $ ls -l hadoop-examples.jar
> -rw-r--r--  1 _____ _____ 19397  hadoop-examples.jar



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)