mirror of
https://github.com/apache/sqoop.git
synced 2025-05-02 18:11:13 +08:00
SQOOP-3371: Fix tests using HiveMiniCluster
(Szabolcs Vasas via Boglarka Egyed)
This commit is contained in:
parent
f021580844
commit
1f73341070
@ -111,8 +111,9 @@ dependencies {
|
||||
exclude group: 'org.apache.hive', module: 'hive-exec'
|
||||
}
|
||||
common group: 'org.apache.hive', name: 'hive-exec', version: hcatalogVersion, classifier: 'core'
|
||||
// Kryo is a dependency of hive-exec:core
|
||||
// Kryo and calcite are dependencies of hive-exec:core
|
||||
common group: 'com.esotericsoftware.kryo', name: 'kryo', version: kryoVersion
|
||||
common group: 'org.apache.calcite', name: 'calcite-core', version: calciteVersion
|
||||
common (group: 'org.apache.hive', name: 'hive-jdbc', version: hcatalogVersion) {
|
||||
exclude group: 'org.apache.avro', module: 'avro'
|
||||
}
|
||||
|
@ -27,6 +27,7 @@ zookeeperVersion=3.4.6
|
||||
hbaseVersion=1.2.4
|
||||
hcatalogVersion=1.2.1
|
||||
kryoVersion=2.22
|
||||
calciteVersion=1.2.0-incubating
|
||||
guavaVersion=14.0.1
|
||||
|
||||
accumuloVersion=1.6.2
|
||||
|
3
ivy.xml
3
ivy.xml
@ -210,8 +210,9 @@ under the License.
|
||||
</dependency>
|
||||
|
||||
<dependency org="org.apache.hive" name="hive-exec" rev="${hcatalog.version}" conf="common->default" m:classifier="core" />
|
||||
<!-- Kryo is a dependency of hive-exec:core -->
|
||||
<!-- Kryo and calcite are dependencies of hive-exec:core -->
|
||||
<dependency org="com.esotericsoftware.kryo" name="kryo" rev="${kryo.version}" conf="common->default" />
|
||||
<dependency org="org.apache.calcite" name="calcite-core" rev="${calcite.version}" conf="common->default" />
|
||||
|
||||
<dependency org="org.postgresql" name="postgresql"
|
||||
rev="${postgresql.version}" conf="common->default" />
|
||||
|
@ -59,6 +59,7 @@ hadoop.version=2.8.0
|
||||
hbase.version=1.2.4
|
||||
hcatalog.version=1.2.1
|
||||
kryo.version=2.22
|
||||
calcite.version=1.2.0-incubating
|
||||
|
||||
jackson-databind.version=2.9.5
|
||||
parquet.version=1.6.0
|
||||
|
Loading…
Reference in New Issue
Block a user