5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-09 05:20:18 +08:00

SQOOP-2397: Sqoop2: Propagate CSVWriter in Kite connector to execution engine

(Richard via Jarek Jarcec Cecho)
This commit is contained in:
Jarek Jarcec Cecho 2015-07-08 16:37:11 -07:00
parent c812ec586b
commit bbb9aff55d

View File

@ -67,6 +67,7 @@ public Set<String> getJars(InitializerContext context,
jars.add(ClassUtils.jarForClass("parquet.org.codehaus.jackson.type.TypeReference"));
jars.add(ClassUtils.jarForClass("parquet.bytes.CapacityByteArrayOutputStream"));
jars.add(ClassUtils.jarForClass("parquet.encoding.Generator"));
jars.add(ClassUtils.jarForClass("au.com.bytecode.opencsv.CSVWriter"));
if (fromJobConfig.fromJobConfig.uri.startsWith("dataset:hive")) {
// @TODO(Abe): Remove a deps that aren't used?
jars.add(ClassUtils.jarForClass("org.apache.hadoop.hive.conf.HiveConf"));