Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 4.1.0
-
None
-
None
-
ghx-label-2
Description
16:23:35 15:23:35 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project impala-frontend: Compilation failure: Compilation failure: 16:23:35 15:23:35 [ERROR] /home/ubuntu/Impala/fe/src/main/java/org/apache/impala/service/Frontend.java:[1785,9] cannot find symbol 16:23:35 15:23:35 [ERROR] symbol: class ExecutorMembershipSnapshot 16:23:35 15:23:35 [ERROR] location: class org.apache.impala.service.Frontend 16:23:35 15:23:35 [ERROR] /home/ubuntu/Impala/fe/src/main/java/org/apache/impala/service/Frontend.java:[1785,46] cannot find symbol 16:23:35 15:23:35 [ERROR] symbol: variable ExecutorMembershipSnapshot 16:23:35 15:23:35 [ERROR] location: class org.apache.impala.service.Frontend 16:23:35 15:23:35 [ERROR] /home/ubuntu/Impala/fe/src/main/java/org/apache/impala/service/Frontend.java:[1840,17] cannot find symbol
These classes have been cleaned in IMPALA-11116 because of unused imports, however between merge and verify run another commit started to depend on these imports.
Attachments
Issue Links
- is caused by
-
IMPALA-11116 DESCRIBE HISTORY should be parameterized
- Resolved