A simple template for printing hadoop sequence files.
$ mvn assembly:assembly
$ java -jar target/SeqFilePrinter-1.0-SNAPSHOT-jar-with-dependencies.jar <sequece file>
Key and Value of the seqeuce file must be Text for this template to work. Change as you see fit...