throws IOException {
if(hadoopConf == null) {
throw new IllegalArgumentException(
"Hadoop configuration can't be null - please provide a valid one.");
}
HCatTupleInputFormat inputFormat = new HCatTupleInputFormat(dbName, tableName, conf);
Map<String, String> specificContext = new HashMap<String, String>();
specificContext.put("mapreduce.lib.hcat.job.info", conf.get("mapreduce.lib.hcat.job.info"));
specificContext.put("mapreduce.lib.hcatoutput.hive.conf",
conf.get("mapreduce.lib.hcatoutput.hive.conf"));
addCustomInputFormatFile(new Path("hive/" + dbName + "/" + this.tableName), inputFormat,