| Class | Description |
|---|---|
| GuaguaInputSplit |
InputSplit implementation in guagua. |
| GuaguaLineRecordReader |
Copy from LineRecordReader to avoid using Mapreduce-related interfaces.
|
| GuaguaOptionsParser |
GuaguaOptionsParser is a utility to parse command line arguments generic to the Hadoop framework. |
| GuaguaSequenceAsBinaryRecordReader |
A reader read HDFS sequence file key by key.
|
| GuaguaSequenceAsTextRecordReader |
A reader read HDFS sequence file key by key.
|
| GuaguaSequenceRecordReader<KEY extends org.apache.hadoop.io.Writable,VALUE extends org.apache.hadoop.io.Writable> |
A reader read HDFS sequence file key by key.
|
| GuaguaWritableAdapter<W extends org.apache.hadoop.io.Writable> |
GuaguaWritableAdapter is used to adapt hadoop io to Bytable interface. |
| GuaguaWritableSerializer<RESULT extends Bytable> |
GuaguaWritableSerializer is to provide the functionality to support use hadoop writable interface. |
Copyright © 2015. All Rights Reserved.