MartijnVisser commented on PR #21529: URL: https://github.com/apache/flink/pull/21529#issuecomment-1359078634
OK so what's currently happening in `master` is the the Hive connector is having a dedicated Hadoop version (that has been removed in this PR). See https://github.com/apache/flink/blob/master/pom.xml#L177 and https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-hive/pom.xml#L48-L50 In the CI on `master` we're making a `-Dflink.hadoop.version=3.1.3 -Phadoop3-tests,hive3` call when executing the Hadoop313 cron jobs. That means that even though we're calling a Hive3 profile for testing, the Hadoop version that's being used for testing Hadoop is still set to the one from the main `pom.xml` which is 2.7.5. So we're testing a Hive3 profile with a Hadoop 2.7.5 version. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
