@Override
protected void setup(Context context)
throws IOException, InterruptedException {
super.setup(context);
Configuration conf = context.getConfiguration();
helper = new SqoopHCatExportHelper(conf);
// Force escaped by
conf.setInt(DelimiterSet.OUTPUT_ESCAPED_BY_KEY, '\'');
}