[ 
https://issues.apache.org/jira/browse/IMPALA-11203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamas Mate updated IMPALA-11203:
--------------------------------
    Description: 
{code}
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
{code}

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.

> Fix build failure caused by missing import
> ------------------------------------------
>
>                 Key: IMPALA-11203
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11203
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 4.1.0
>            Reporter: Tamas Mate
>            Priority: Major
>             Fix For: Impala 4.1.0
>
>
> {code}
> 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
> {code}
> 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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to