if (ec > 0 && ec != '\\') {
throw new ExportException("Input escaped-by character must be '\\' "
+ "for netezza direct mode exports");
}
exporter = new NetezzaExternalTableExportJob(context);
exporter.runExport();
}
/**
* Import the table into HDFS by using Netezza external tables to pull out the
* data from the database and upload the files directly to HDFS.