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 "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/07/22 21:18:39 UTC

[jira] [Updated] (MAPREDUCE-5990) If output directory can not be created, error message on stdout does not provide any clue.

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

Allen Wittenauer updated MAPREDUCE-5990:
----------------------------------------

    Component/s: examples

> If output directory can not be created, error message on stdout does not provide any clue.
> ------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-5990
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5990
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: examples
>            Reporter: Suhas Gogate
>              Labels: newbie
>
> In the following wordcount example output directory path can not be created because /temp does not exists and user has not privileges to create output path at "/". 
> hadoop --config ./clustdir/ jar /homes/gogate/wordcount.jar com.XXXX.wordcount.WordCount /in-path/gogate/myfile /temp/mywc-gogate 
> 09/04/28 23:00:32 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
> 09/04/28 23:00:32 INFO mapred.FileInputFormat: Total input paths to process : 1
> 09/04/28 23:00:32 INFO mapred.FileInputFormat: Total input paths to process : 1
> 09/04/28 23:00:33 INFO mapred.JobClient: Running job: job_200904282249_0004
> java.io.IOException: Job failed!
> 	at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1113)
> 	at com.XXXX.wordcount.WordCount.main(WordCount.java:55)
> 	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:597)
> 	at org.apache.hadoop.util.RunJar.main(RunJar.java:155)
> 	at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
> 	at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68)
>  



--
This message was sent by Atlassian JIRA
(v6.2#6252)