mirror of https://github.com/apache/druid.git
Use kafka_2.12-0.10.2.2 (#6846)
This commit is contained in:
parent
55927bf8e3
commit
b18d681551
|
@ -38,7 +38,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.kafka</groupId>
|
||||
<artifactId>kafka-clients</artifactId>
|
||||
<version>0.10.2.0</version>
|
||||
<version>0.10.2.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.druid</groupId>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
</parent>
|
||||
|
||||
<properties>
|
||||
<apache.kafka.version>0.10.2.0</apache.kafka.version>
|
||||
<apache.kafka.version>0.10.2.2</apache.kafka.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -80,7 +80,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.kafka</groupId>
|
||||
<artifactId>kafka_2.11</artifactId>
|
||||
<artifactId>kafka_2.12</artifactId>
|
||||
<version>${apache.kafka.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
|
|
@ -40,8 +40,8 @@ wget -q -O - http://www.us.apache.org/dist/zookeeper/zookeeper-3.4.11/zookeeper-
|
|||
|
||||
# Kafka
|
||||
# Match the version to the Kafka client used by KafkaSupervisor
|
||||
wget -q -O - http://www.us.apache.org/dist/kafka/0.10.2.0/kafka_2.11-0.10.2.0.tgz | tar -xzf - -C /usr/local \
|
||||
&& ln -s /usr/local/kafka_2.11-0.10.2.0 /usr/local/kafka
|
||||
wget -q -O - http://www.us.apache.org/dist/kafka/0.10.2.2/kafka_2.12-0.10.2.2.tgz | tar -xzf - -C /usr/local \
|
||||
&& ln -s /usr/local/kafka_2.12-0.10.2.2 /usr/local/kafka
|
||||
|
||||
# Druid system user
|
||||
adduser --system --group --no-create-home druid \
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
</parent>
|
||||
|
||||
<properties>
|
||||
<apache.kafka.version>0.10.2.0</apache.kafka.version>
|
||||
<apache.kafka.version>0.10.2.2</apache.kafka.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -126,7 +126,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.kafka</groupId>
|
||||
<artifactId>kafka_2.11</artifactId>
|
||||
<artifactId>kafka_2.12</artifactId>
|
||||
<version>${apache.kafka.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
|
Loading…
Reference in New Issue