You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Huang Xingbo (Jira)" <ji...@apache.org> on 2022/08/15 02:28:00 UTC

[jira] [Created] (FLINK-28955) YARNHighAvailabilityITCase compile failed in hadoop3

Huang Xingbo created FLINK-28955:
------------------------------------

             Summary: YARNHighAvailabilityITCase compile failed in hadoop3
                 Key: FLINK-28955
                 URL: https://issues.apache.org/jira/browse/FLINK-28955
             Project: Flink
          Issue Type: Technical Debt
          Components: Test Infrastructure
    Affects Versions: 1.16.0
            Reporter: Huang Xingbo
             Fix For: 1.16.0


It looks like we have not resolved the problem in hadoop3. This problem was not exposed before due to another test that failed to compile under hadoop3
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=39951&view=logs&j=b1fcf054-9138-5463-c73c-a49979b9ac2a&t=9291ac46-dd95-5135-b799-3839e65a8691

{code:java}
2022-08-14T00:36:43.9971481Z [ERROR] COMPILATION ERROR : 
2022-08-14T00:36:43.9972508Z [INFO] -------------------------------------------------------------
2022-08-14T00:36:43.9973460Z [ERROR] /__w/3/s/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNHighAvailabilityITCase.java:[53,31] package org.apache.curator.test does not exist
2022-08-14T00:36:43.9974493Z [ERROR] /__w/3/s/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNHighAvailabilityITCase.java:[106,20] cannot find symbol
2022-08-14T00:36:43.9975371Z   symbol:   class TestingServer
2022-08-14T00:36:43.9975818Z   location: class org.apache.flink.yarn.YARNHighAvailabilityITCase
2022-08-14T00:36:43.9976253Z [INFO] 2 errors 
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)