edu.umd.cloud9.util
Class ReadSequenceFile

java.lang.Object
  extended by edu.umd.cloud9.util.ReadSequenceFile

public class ReadSequenceFile
extends Object

Program that reads either a SequenceFile or a directory containing SequenceFiles. A maximum number of key-value pairs to read must be specified; in the of a directory, the value specifies the number of key-value pairs to read per file.

 args: [path] [max-num-of-records]
 


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