You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/12/06 20:10:24 UTC

[GitHub] [flink] MartijnVisser commented on pull request #21128: [FLINK-29710] Bump minimum supported Hadoop version to 2.10.2

MartijnVisser commented on PR #21128:
URL: https://github.com/apache/flink/pull/21128#issuecomment-1339946779

   @gaborgsomogyi I talked offline with @zentol about the changes and we've decided to also test offline with the Hadoop3 profile. So after a `mvn clean install -DskipTests` I ran `mvn verify -Dflink.hadoop.version=3.1.3 -Phadoop3-tests,hive3` on the `flink-yarn-tests` module. Unfortunately, that fails :(
   
   ```
   [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 152.347 s - in org.apache.flink.yarn.YARNHighAvailabilityITCase
   [INFO] 
   [INFO] Results:
   [INFO] 
   [ERROR] Failures: 
   [ERROR]   YARNSessionCapacitySchedulerITCase.checkForProhibitedLogContents:758->YarnTestBase.ensureNoProhibitedStringInLogFiles:487 
   Expecting file:
     /Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-capacityscheduler
   to exist.
   [ERROR]   YARNSessionCapacitySchedulerITCase.checkForProhibitedLogContents:758->YarnTestBase.ensureNoProhibitedStringInLogFiles:487 
   Expecting file:
     /Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-capacityscheduler
   to exist.
   [ERROR]   YARNSessionCapacitySchedulerITCase.checkForProhibitedLogContents:758->YarnTestBase.ensureNoProhibitedStringInLogFiles:487 
   Expecting file:
     /Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-capacityscheduler
   to exist.
   [ERROR]   YARNSessionCapacitySchedulerITCase.checkForProhibitedLogContents:758->YarnTestBase.ensureNoProhibitedStringInLogFiles:487 
   Expecting file:
     /Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-capacityscheduler
   to exist.
   [ERROR]   YARNSessionCapacitySchedulerITCase.checkForProhibitedLogContents:758->YarnTestBase.ensureNoProhibitedStringInLogFiles:487 
   Expecting file:
     /Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-capacityscheduler
   to exist.
   [ERROR]   YARNSessionCapacitySchedulerITCase.checkForProhibitedLogContents:758->YarnTestBase.ensureNoProhibitedStringInLogFiles:487 
   Expecting file:
     /Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-capacityscheduler
   to exist.
   [ERROR]   YARNSessionCapacitySchedulerITCase.checkForProhibitedLogContents:758->YarnTestBase.ensureNoProhibitedStringInLogFiles:487 
   Expecting file:
     /Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-capacityscheduler
   to exist.
   [ERROR]   YARNSessionFIFOITCase.checkForProhibitedLogContents:81->YarnTestBase.ensureNoProhibitedStringInLogFiles:487 
   Expecting file:
     /Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-fifo
   to exist.
   [ERROR]   YARNSessionFIFOSecuredITCase.testDetachedMode:160->YarnTestBase.runTest:298->lambda$testDetachedMode$2:173->YARNSessionFIFOITCase.runDetachedModeTest:163->YarnTestBase.getOnlyApplicationReport:755 
   expected: 1
    but was: 2
   [ERROR] Errors: 
   [ERROR]   YARNSessionFIFOITCase.testDetachedMode » Timeout testDetachedMode() timed out ...
   [ERROR]   YARNSessionFIFOSecuredITCase.testDetachedModeSecureWithPreInstallKeytab » Timeout
   [INFO] 
   [ERROR] Tests run: 27, Failures: 9, Errors: 2, Skipped: 0
   ```
   
   Can you check from your end?


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org