edu.umd.cloud9.io
Class PackTextFile

java.lang.Object
  extended by edu.umd.cloud9.io.PackTextFile

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]
 


Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException