Chesnay Schepler created FLINK-18330:
---------------------------------------- Summary: Python NOTICE issues Key: FLINK-18330 URL: https://issues.apache.org/jira/browse/FLINK-18330 Project: Flink Issue Type: Bug Components: API / Python, Build System Affects Versions: 1.11.0 Reporter: Chesnay Schepler Fix For: 1.11.0 beam-runners-core-java / beam-vendor-bytebuddy bundled but not listed protobuf-java-util listed but not bundled The NOTICE file additionally lists various dependencies that are bundled by beam. While this is fine, the lack of separation makes verification difficult. These would be the entries for directly bundled dependencies: {code} This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) - com.fasterxml.jackson.core:jackson-annotations:2.10.1 - com.fasterxml.jackson.core:jackson-core:2.10.1 - com.fasterxml.jackson.core:jackson-databind:2.10.1 - com.google.flatbuffers:flatbuffers-java:1.9.0 - io.netty:netty-buffer:4.1.44.Final - io.netty:netty-common:4.1.44.Final - joda-time:joda-time:2.5 - org.apache.arrow:arrow-format:0.16.0 - org.apache.arrow:arrow-memory:0.16.0 - org.apache.arrow:arrow-vector:0.16.0 - org.apache.beam:beam-model-fn-execution:2.19.0 - org.apache.beam:beam-model-job-management:2.19.0 - org.apache.beam:beam-model-pipeline:2.19.0 - org.apache.beam:beam-runners-core-construction-java:2.19.0 - org.apache.beam:beam-runners-java-fn-execution:2.19.0 - org.apache.beam:beam-sdks-java-core:2.19.0 - org.apache.beam:beam-sdks-java-fn-execution:2.19.0 - org.apache.beam:beam-vendor-grpc-1_21_0:0.1 - org.apache.beam:beam-vendor-guava-26_0-jre:0.1 - org.apache.beam:beam-vendor-sdks-java-extensions-protobuf:2.19.0 This project bundles the following dependencies under the BSD license. See bundled license files for details - net.sf.py4j:py4j:0.10.8.1 - com.google.protobuf:protobuf-java:3.7.1 This project bundles the following dependencies under the MIT license. (https://opensource.org/licenses/MIT) See bundled license files for details. - net.razorvine:pyrolite:4.13 {code} These are the ones that are (supposedly) bundled by beam, which would need additional verification: {code} The bundled Apache Beam dependencies bundle the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) - com.google.api.grpc:proto-google-common-protos:1.12.0 - com.google.code.gson:gson:2.7 - com.google.guava:guava:26.0-jre - io.grpc:grpc-auth:1.21.0 - io.grpc:grpc-core:1.21.0 - io.grpc:grpc-context:1.21.0 - io.grpc:grpc-netty:1.21.0 - io.grpc:grpc-protobuf:1.21.0 - io.grpc:grpc-stub:1.21.0 - io.grpc:grpc-testing:1.21.0 - io.netty:netty-buffer:4.1.34.Final - io.netty:netty-codec:4.1.34.Final - io.netty:netty-codec-http:4.1.34.Final - io.netty:netty-codec-http2:4.1.34.Final - io.netty:netty-codec-socks:4.1.34.Final - io.netty:netty-common:4.1.34.Final - io.netty:netty-handler:4.1.34.Final - io.netty:netty-handler-proxy:4.1.34.Final - io.netty:netty-resolver:4.1.34.Final - io.netty:netty-transport:4.1.34.Final - io.netty:netty-transport-native-epoll:4.1.34.Final - io.netty:netty-transport-native-unix-common:4.1.34.Final - io.netty:netty-tcnative-boringssl-static:2.0.22.Final - io.opencensus:opencensus-api:0.21.0 - io.opencensus:opencensus-contrib-grpc-metrics:0.21.0 The bundled Apache Beam dependencies bundle the following dependencies under the BSD license. See bundled license files for details - com.google.protobuf:protobuf-java-util:3.7.1 - com.google.auth:google-auth-library-credentials:0.13.0 {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) |
Free forum by Nabble | Edit this page |