Package ml.shifu.guagua.hadoop.io

This package contains hadoop related common io classes.

Noticed that each class in this package is the same package and same name with the one in guagua-yarn. This is important to make sure such common hadoop io utils can be used in both guagua mapreduce and yarn implementations.

IO related classes including GuaguaWritableAdapter and GuaguaWritableSerializer can be used to combine hadoop Writable with guagua Bytable.

Hadoop input format and output format customization for guagua is in GuaguaInputFormat and GuaguaOutputFormat and other related classes.