You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Stuart White <st...@gmail.com> on 2009/09/18 18:49:54 UTC

Output to multiple sequence files with different value types?

I see that I can use MultipleSequenceFileOutputFormat to output to
multiple sequence files.  It appears, using this class, that all of
the sequence files must have the same key and value class types.

Is that true?

If so, how might I go about writing multiple sequence files with
different key/value types?