On Mon, Apr 20, 2009 at 1:14 PM, Stuart White <stuart.whi...@gmail.com>wrote:

>
> Is this the best/only way to deal with this?  It would be better if
> hadoop offered the option of writing different outputs to different
> output directories, or if getmerge offered the ability to specify a
> file prefix for files desired to be merged.
>

Hi Stuart,

Would dfs -cat do what you need? e.g:

./bin/hdfs dfs -cat /path/to/output/ExceptionDocuments-m-\* >
/tmp/exceptions-merged

-Todd

Reply via email to