This simple catalog generator assumes that is partitioned uniformly across all nodes and
assigns ids that follow the node ordering in the instances input file provided.
This class extends the base DBInputSplit class and additionally
serializes path information needed by Hive to rebuild map operators
from the data path being processed.
SMSRecordReaders extends AbstractDBRecordReader and specializes the
value class to Text (in contrast to DBRecordReader that allows
arbitrary value classes).