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

Rohit Dandona commented on MAPREDUCE-4773:
------------------------------------------

Hey Harsh...thnx for ur reply. Could you please give an example to elaborate 
the use of baseOutputPath.
                
> MultipleOutput with different output path for each 
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-4773
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4773
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Rohit Dandona
>
> Is it possible to have multiple outputs in a map reduce code where each 
> output is directed to a different path ?
> e.g. 
> FileOutputFormat.setOutputPath(job, new Path(outputPath));
> MultipleOutputs.addNamedOutput(job, "Output 1", TextOutputFormat.class, 
> Text.class, Text.class);
> MultipleOutputs.addNamedOutput(job, "Output 2", TextOutputFormat.class, 
> Text.class, Text.class);
> Can "Output 1" & "Output 2" be alloted seperate paths ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to