JingsongLi commented on a change in pull request #12689: URL: https://github.com/apache/flink/pull/12689#discussion_r442050164
########## File path: flink-connectors/flink-sql-connector-hive-3.1.2/src/main/resources/META-INF/NOTICE ########## @@ -8,3 +8,51 @@ This project bundles the following dependencies under the Apache Software Licens - org.apache.hive:hive-exec:3.1.2 - org.apache.thrift:libfb303:0.9.3 + +The bundled Apache Hive org.apache.hive:hive-exec dependency bundles the following dependencies under +the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) + +- com.esotericsoftware:kryo-shaded:3.0.3 +- com.esotericsoftware:minlog:1.3.0 +- com.esotericsoftware:reflectasm:1.10.1 +- com.google.guava:guava:19.0 +- com.googlecode.javaewah:JavaEWAH:0.3.2 +- com.tdunning:json:1.8 +- commons-lang:commons-lang:2.6 +- io.airlift:aircompressor:0.10 +- javax.jdo:jdo-api:3.0.1 +- joda-time:joda-time:2.9.9 +- net.sf.opencsv:opencsv:2.3 +- org.apache.avro:avro-mapred:1.8.2 +- org.apache.avro:avro:1.8.2 +- org.apache.commons:commons-lang3:3.3.2 +- org.apache.hive.shims:hive-shims-0.23:3.1.2 +- org.apache.hive.shims:hive-shims-common:3.1.2 +- org.apache.hive:hive-common:3.1.2 +- org.apache.hive:hive-llap-client:3.1.2 +- org.apache.hive:hive-llap-common:3.1.2 +- org.apache.hive:hive-metastore:3.1.2 +- org.apache.hive:hive-serde:3.1.2 +- org.apache.hive:hive-service-rpc:3.1.2 +- org.apache.hive:hive-spark-client:3.1.2 +- org.apache.hive:hive-standalone-metastore:3.1.2 +- org.apache.hive:hive-storage-api:3.1.2 +- org.apache.orc:orc-core:1.5.6 +- org.apache.orc:orc-shims:1.5.6 +- org.apache.orc:orc-tools:1.5.6 +- org.apache.parquet:parquet-hadoop-bundle:1.10.0 +- org.apache.parquet:parquet-jackson:1.10.0 +- org.apache.thrift:libthrift:0.9.3 +- org.codehaus.jackson:jackson-core-asl:2.9.5 +- org.codehaus.jackson:jackson-mapper-asl:2.9.5 +- org.objenesis:objenesis:2.1 + +The bundled Apache Hive org.apache.hive:hive-exec dependency bundles the following dependencies under the BSD license. +See bundled license files for details. + +- com.esotericsoftware:kryo-shaded:3.0.3 +- com.esotericsoftware:minlog:1.3.0 +- com.esotericsoftware:reflectasm:1.10.1 Review comment: I found it by `unzip -l flink-sql-connector-hive-3.1.2_2.11-1.12-SNAPSHOT.jar | grep pom`... ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
