Skip to content

Commit

Permalink
Fix Stream Reactor ElasticSearch 2.x connector which failed due to an…
Browse files Browse the repository at this point in the history
… extra log4j jar pulled in from elastic.

Signed-off-by: Marios Andreopoulos <opensource@andmarios.com>
  • Loading branch information
andmarios committed Jun 22, 2018
1 parent 2f8caf9 commit 37eaebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -79,6 +79,7 @@ RUN wget "${STREAM_REACTOR_URL}" -O /stream-reactor.tar.gz \
--no-same-owner \
--strip-components=1 \
-C /elasticsearch \
&& rm -f /elasticsearch/lib/apache-log4j-extras* \
&& mv /elasticsearch/lib/*.jar /opt/landoop/connectors/stream-reactor/kafka-connect-elastic/ \
&& rm -rf /elasticsearch* \
&& wget http://central.maven.org/maven2/org/apache/activemq/activemq-all/${ACTIVEMQ_VERSION}/activemq-all-${ACTIVEMQ_VERSION}.jar \
Expand Down

0 comments on commit 37eaebc

Please sign in to comment.