@Override
protected void setup(Context context)
throws IOException, InterruptedException {
Configuration conf = context.getConfiguration();
helper = new SqoopHCatImportHelper(conf);
String recordClassName = conf.get(ConfigurationHelper
.getDbInputClassProperty());
if (null == recordClassName) {
throw new IOException("DB Input class name is not set!");
}