// For Parquet file, the import action will create hive table directly
// via kite. So there is no need to create hive table again.
if (options.getFileLayout() != SqoopOptions.FileLayout.ParquetFile) {
HiveImport hiveImport = new HiveImport(options, manager,
options.getConf(), true);
hiveImport.importTable(options.getTableName(),
options.getHiveTableName(), true);
}
}
} catch (IOException ioe) {
LOG.error("Encountered IOException running codegen job: "