You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2020/12/23 19:30:01 UTC

[jira] [Resolved] (IMPALA-9886) Maven exclusion for Kafka should also exclude version kafka_2.12

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

Joe McDonnell resolved IMPALA-9886.
-----------------------------------
    Fix Version/s: Impala 4.0
       Resolution: Fixed

> Maven exclusion for Kafka should also exclude version kafka_2.12
> ----------------------------------------------------------------
>
>                 Key: IMPALA-9886
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9886
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 4.0
>            Reporter: Joe McDonnell
>            Assignee: Joe McDonnell
>            Priority: Major
>             Fix For: Impala 4.0
>
>
> When Kafka is rebased, the artifact will change from kafka_2.11 to kafka_2.12. This exclusion will be out of date:
>  
> {code:java}
> <dependency>
>   <groupId>org.apache.ranger</groupId>
>   <artifactId>ranger-plugins-audit</artifactId>
>   <version>${ranger.version}</version>
>   <exclusions>
>      <exclusion>
>        <groupId>org.apache.kafka</groupId>
>        <artifactId>kafka_2.11</artifactId>
>      </exclusion>
>   </exclusions>
> </dependency>{code}
> We should go ahead and add an exclusion for kafka_2.12.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)