You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by nga pham <ng...@gmail.com> on 2009/03/26 16:14:39 UTC

comma delimited files

Hi all,


Can Hadoop export into comma delimited files?


Thank you,

Nga P.

Re: comma delimited files

Posted by Aaron Kimball <aa...@cloudera.com>.
Sure. Put all your comma-delimited data into the output key as a Text
object, and set the output value to the empty string. It'll dump the output
key, as text, to the reducer output files.

- Aaron

On Thu, Mar 26, 2009 at 4:14 PM, nga pham <ng...@gmail.com> wrote:

> Hi all,
>
>
> Can Hadoop export into comma delimited files?
>
>
> Thank you,
>
> Nga P.
>