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

SQOOP-3349: Remove Kite dependency from the Gradle dependencies

(Szabolcs Vasas via Boglarka Egyed)
This commit is contained in:
Boglarka Egyed 2018-07-27 16:22:42 +02:00
parent 1213b7725a
commit b56b1767d2
4 changed files with 2 additions and 23 deletions

View File

@ -299,22 +299,6 @@ For lib/jackson-mapper-asl-<version>.jar:
The Apache License, Version 2.0
For lib/kite-data-core-<version>.jar:
The Apache License, Version 2.0
For lib/kite-data-hive-<version>.jar:
The Apache License, Version 2.0
For lib/kite-data-mapreduce-<version>.jar:
The Apache License, Version 2.0
For lib/kite-hadoop-compatibility-<version>.jar:
The Apache License, Version 2.0
For lib/opencsv-<version>.jar:
The Apache License, Version 2.0

View File

@ -20,7 +20,7 @@
javaSourceCompatibilityVersion=1.8
avroVersion=1.8.1
kitedataVersion=1.1.0
parquetVersion=1.6.0
hadoopVersion=2.8.0
aspectjVersion=1.7.4
zookeeperVersion=3.4.6

View File

@ -39,8 +39,7 @@ dependencies {
}
redist group: 'hsqldb', name: 'hsqldb', version: hsqldbVersion
redist group: 'org.apache.commons', name: 'commons-lang3', version: commonslang3Version
redist group: 'org.kitesdk', name: 'kite-data-mapreduce', version: kitedataVersion
redist group: 'org.kitesdk', name: 'kite-data-hive', version: kitedataVersion
redist group: 'com.twitter', name: 'parquet-avro', version: parquetVersion
}
//Jar tasks

View File

@ -16,10 +16,6 @@
limitations under the License.
-->
<configuration>
<property>
<name>kite.hive.allow-local-metastore</name>
<value>true</value>
</property>
<property>
<name>hive.metastore.local</name>
<value>true</value>