[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070363#comment-13070363
 ] 

Harsh J commented on MAPREDUCE-2715:
------------------------------------

Geoffrey,

Unless you got further issues, this can be resolved I think… The problem is 
specifically workaroundable by the user (by design). Does my above comment 
answer your issue?

Probably can be resolved as 'Not a Problem' or so.

> submitAndMonitorJob() doesn't play nice with MultipleOutputFile
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-2715
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2715
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Geoffrey Young
>
> part of submitAndMonitorJob() balks if the output directory currently exists 
> but is non-empty:
>   "Error launching job , Output path already exists : "
> this logic actually conflicts with the ideas behind MultipleOutputFile, where 
> the output file path is calculated later on.
> it would be really nice to remove the restriction for non-empty output 
> directories in submitAndMonitorJob() so that MultipleOutputFile becomes more 
> useful - as it stands now, I can't, for example, specify a base output path 
> then use MutlipleOutputFile to partition by date on a daily basis.
> thanks.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to