uce opened a new pull request #7843: [FLINK-11752] [dist] Move flink-python to opt URL: https://github.com/apache/flink/pull/7843 ## What is the purpose of the change Move `flink-python` from `/lib` to `/opt` directory of distribution. ## Verifying this change ```bash $ find lib opt lib lib/log4j-1.2.17.jar lib/slf4j-log4j12-1.7.15.jar lib/flink-dist_2.11-1.9-SNAPSHOT.jar opt opt/flink-metrics-prometheus-1.9-SNAPSHOT.jar opt/flink-cep-scala_2.11-1.9-SNAPSHOT.jar opt/flink-sql-client_2.11-1.9-SNAPSHOT.jar opt/flink-oss-fs-hadoop-1.9-SNAPSHOT.jar opt/flink-swift-fs-hadoop-1.9-SNAPSHOT.jar opt/flink-queryable-state-runtime_2.11-1.9-SNAPSHOT.jar opt/flink-gelly-scala_2.11-1.9-SNAPSHOT.jar opt/flink-metrics-statsd-1.9-SNAPSHOT.jar opt/flink-metrics-datadog-1.9-SNAPSHOT.jar opt/flink-ml_2.11-1.9-SNAPSHOT.jar opt/flink-metrics-influxdb-1.9-SNAPSHOT.jar opt/flink-s3-fs-presto-1.9-SNAPSHOT.jar opt/flink-gelly_2.11-1.9-SNAPSHOT.jar opt/flink-streaming-python_2.11-1.9-SNAPSHOT.jar opt/flink-cep_2.11-1.9-SNAPSHOT.jar opt/flink-metrics-slf4j-1.9-SNAPSHOT.jar opt/flink-table_2.11-1.9-SNAPSHOT.jar opt/flink-s3-fs-hadoop-1.9-SNAPSHOT.jar opt/flink-metrics-graphite-1.9-SNAPSHOT.jar opt/flink-python_2.11-1.9-SNAPSHOT.jar ``` ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): **no** (but moves dependency in distribution) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: **no** - The serializers: **no** - The runtime per-record code paths (performance sensitive): **no** - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: **no** - The S3 file system connector: **no**
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
