mirror of
https://github.com/apache/sqoop.git
synced 2025-05-02 17:09:46 +08:00
Merge 3baa7430c6
into 8382ffb9ce
This commit is contained in:
commit
c0d91608f6
@ -82,6 +82,7 @@ public Set<String> getJars(InitializerContext context,
|
||||
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"));
|
||||
jars.add(ClassUtils.jarForClass("org.apache.hadoop.hive.ql.io.HiveOutputFormat"));
|
||||
jars.add(ClassUtils.jarForClass("org.apache.hadoop.hive.serde2.SerDe"));
|
||||
jars.add(ClassUtils.jarForClass("org.apache.hadoop.hive.metastore.Warehouse"));
|
||||
jars.add(ClassUtils.jarForClass("org.apache.hive.common.HiveCompat"));
|
||||
|
@ -83,6 +83,7 @@ public Set<String> getJars(InitializerContext context,
|
||||
if (toJobConfig.toJobConfig.uri.startsWith("dataset:hive")) {
|
||||
// @TODO(Abe): Remove a deps that aren't used?
|
||||
jars.add(ClassUtils.jarForClass("org.apache.hadoop.hive.conf.HiveConf"));
|
||||
jars.add(ClassUtils.jarForClass("org.apache.hadoop.hive.ql.io.HiveOutputFormat"));
|
||||
jars.add(ClassUtils.jarForClass("org.apache.hadoop.hive.serde2.SerDe"));
|
||||
jars.add(ClassUtils.jarForClass("org.apache.hadoop.hive.metastore.Warehouse"));
|
||||
jars.add(ClassUtils.jarForClass("org.apache.hive.common.HiveCompat"));
|
||||
|
Loading…
Reference in New Issue
Block a user