tableDesc,
jobProperties);
} catch(AbstractMethodError e) {
LOG.debug("configureOutputJobProperties not found"+
"using configureTableJobProperties",e);
storageHandler.configureTableJobProperties(tableDesc, jobProperties);
}
if (tableDesc.getOutputFileFormatClass().getName()
== HivePassThroughOutputFormat.HIVE_PASSTHROUGH_OF_CLASSNAME) {
// get the real output format when we register this for the table
jobProperties.put(