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 David Rosenstrauch <da...@darose.net> on 2011/03/08 01:21:34 UTC

Re: Sequence File usage queries

On 02/23/2011 07:24 PM, Mapred Learn wrote:
> Thanks !
>
> In this case, how can we print the metadata associated with the data
> (sequence files), if user accessing this data wants to know it:
> i) Is there any hadoop command that can do it ?
> ii) Or we will have to provide some interface to the user to see the
> metadata ?
>
> -JJ

We wrote our own sequence file dumper app.

DR