Skip to content

Commit

Permalink
SDC-1457. Kafka Consumer doesnt work on HDP 2.3
Browse files Browse the repository at this point in the history
Change-Id: I9d037bd86d4fa20c8317bb4524333d602361983e
Reviewed-on: https://review.streamsets.net/1014
Reviewed-by: Alejandro Abdelnur <tucu@streamsets.com>
Tested-by: StreamSets CI <streamsets-ci-spam@streamsets.com>
(cherry picked from commit f3e6160)
Reviewed-on: https://review.streamsets.net/1015
Reviewed-by: Brock Noland <brock@streamsets.com>
  • Loading branch information
Adam Kunicki authored and brockn committed Aug 14, 2015
1 parent 8237d33 commit 830eae2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hdp_2_3-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</exclusion>
<exclusion>
<groupId>com.101tec</groupId>
<artifactId>zkclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -270,6 +274,10 @@
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</exclusion>
<exclusion>
<groupId>com.101tec</groupId>
<artifactId>zkclient</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand All @@ -279,6 +287,12 @@
<version>${kafka.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.101tec</groupId>
<artifactId>zkclient</artifactId>
<version>${zk-client.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.10</artifactId>
Expand Down

0 comments on commit 830eae2

Please sign in to comment.