LOG.warn("File import layout " + options.getFileLayout()
+ " is not supported by");
LOG.warn("MySQL direct import; import will proceed as text files.");
}
importer.runImport(tableName, jarFile, splitCol, options.getConf());
}
/**
* Export the table from HDFS by using mysqlimport to insert the data
* back into the database.