MartijnVisser opened a new pull request, #21128: URL: https://github.com/apache/flink/pull/21128
## What is the purpose of the change * Bump the minimum supported Hadoop version to 2.10.2 ## Brief change log * Changed all references from Hadoop 2.8.5 to 2.10.2 * Moved Hive specific Hadoop versioning into the `flink-connector-hive` POM * Make the SQL Gateway use the Hadoop version as defined in the parent POM * Make the SQL Client use the Hadoop version as defined in the parent POM The last 3 steps are taken to supersede/compromise https://github.com/apache/flink/pull/18321 ## Verifying this change This change is a trivial rework / code cleanup without any test coverage. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): yes - 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, Kubernetes/Yarn, ZooKeeper: no - The S3 file system connector: yes ## Documentation - Does this pull request introduce a new feature? no - If yes, how is the feature documented? not applicable -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org