mirror of
https://github.com/apache/sqoop.git
synced 2025-05-02 21:43:33 +08:00
SQOOP-3349: Remove Kite dependency from the Gradle dependencies
(Szabolcs Vasas via Boglarka Egyed)
This commit is contained in:
parent
1213b7725a
commit
b56b1767d2
16
LICENSE.txt
16
LICENSE.txt
@ -299,22 +299,6 @@ For lib/jackson-mapper-asl-<version>.jar:
|
|||||||
|
|
||||||
The Apache License, Version 2.0
|
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:
|
For lib/opencsv-<version>.jar:
|
||||||
|
|
||||||
The Apache License, Version 2.0
|
The Apache License, Version 2.0
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
javaSourceCompatibilityVersion=1.8
|
javaSourceCompatibilityVersion=1.8
|
||||||
|
|
||||||
avroVersion=1.8.1
|
avroVersion=1.8.1
|
||||||
kitedataVersion=1.1.0
|
parquetVersion=1.6.0
|
||||||
hadoopVersion=2.8.0
|
hadoopVersion=2.8.0
|
||||||
aspectjVersion=1.7.4
|
aspectjVersion=1.7.4
|
||||||
zookeeperVersion=3.4.6
|
zookeeperVersion=3.4.6
|
||||||
|
@ -39,8 +39,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
redist group: 'hsqldb', name: 'hsqldb', version: hsqldbVersion
|
redist group: 'hsqldb', name: 'hsqldb', version: hsqldbVersion
|
||||||
redist group: 'org.apache.commons', name: 'commons-lang3', version: commonslang3Version
|
redist group: 'org.apache.commons', name: 'commons-lang3', version: commonslang3Version
|
||||||
redist group: 'org.kitesdk', name: 'kite-data-mapreduce', version: kitedataVersion
|
redist group: 'com.twitter', name: 'parquet-avro', version: parquetVersion
|
||||||
redist group: 'org.kitesdk', name: 'kite-data-hive', version: kitedataVersion
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Jar tasks
|
//Jar tasks
|
||||||
|
4
testdata/hcatalog/conf/hive-site.xml
vendored
4
testdata/hcatalog/conf/hive-site.xml
vendored
@ -16,10 +16,6 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<configuration>
|
<configuration>
|
||||||
<property>
|
|
||||||
<name>kite.hive.allow-local-metastore</name>
|
|
||||||
<value>true</value>
|
|
||||||
</property>
|
|
||||||
<property>
|
<property>
|
||||||
<name>hive.metastore.local</name>
|
<name>hive.metastore.local</name>
|
||||||
<value>true</value>
|
<value>true</value>
|
||||||
|
Loading…
Reference in New Issue
Block a user