Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-9886

Maven exclusion for Kafka should also exclude version kafka_2.12

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 4.0.0
    • Impala 4.0.0
    • Infrastructure
    • None

    Description

      When Kafka is rebased, the artifact will change from kafka_2.11 to kafka_2.12. This exclusion will be out of date:

       

      <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>

      We should go ahead and add an exclusion for kafka_2.12.

       

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            joemcdonnell Joe McDonnell
            joemcdonnell Joe McDonnell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment