public class PackTextFile extends Object
Program that takes a plain text file and converts it into a SequenceFile. The key is a LongWritable that sequentially counts the line number. The value is a Text containing each line, without a trailing newline.
args: [input-file] [output-file]
public static void main(String[] args) throws IOException
IOExceptionCopyright © 2015. All rights reserved.