Package edu.umd.cloud9.util

Class Summary
FSLineReader Copied from LineRecordReader.LineReader in Hadoop 0.17.2 release.
HadoopTask An abstract class representing a generic Hadoop task.
Histogram<T extends Comparable<T>> A class for keeping track of the number of times an object has been encountered.
KeyValuePair<K extends WritableComparable,V extends Writable> Class representing a key-value pair.
PackTextFile Program that takes a plain text file and converts it into a SequenceFile.
ReadSequenceFile Program that reads either a SequenceFile or a directory containing SequenceFiles.
Scorekeeper<K extends Comparable<K>,V extends Number & Comparable<V>> An object that holds scores associated with each object (the key) and supports iteration by score (descending).
SequenceFileUtils Class containing a number of utility methods for manipulating SequenceFiles.