Skip to content

Commit 9e83aa4

Browse files
committed
Adjust common library code for the new Hive connector, making connect startup time faster again.
Signed-off-by: Marios Andreopoulos <[email protected]>
1 parent 213eff3 commit 9e83aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN wget $DEVARCH_USER $DEVARCH_PASS "${STREAM_REACTOR_URL}" -O /stream-reactor.
9292
done \
9393
&& rm /calcite-linq4j-${CALCITE_LINQ4J_VERSION}.jar \
9494
&& mkdir -p /opt/landoop/kafka/share/java/landoop-common \
95-
&& for file in $(find /opt/landoop/connectors/stream-reactor -maxdepth 2 -type f -exec basename {} \; | grep -Ev "scala-logging|kafka-connect-common|scala-" | sort | uniq -c | grep -E "^\s+22 " | awk '{print $2}' ); do \
95+
&& for file in $(find /opt/landoop/connectors/stream-reactor -maxdepth 2 -type f -exec basename {} \; | grep -Ev "scala-logging|kafka-connect-common|scala-" | sort | uniq -c | grep -E "^\s+23 " | awk '{print $2}' ); do \
9696
cp /opt/landoop/connectors/stream-reactor/kafka-connect-elastic/$file /opt/landoop/kafka/share/java/landoop-common/; \
9797
rm -f /opt/landoop/connectors/stream-reactor/kafka-connect-*/$file; \
9898
done \

0 commit comments

Comments
 (0)