File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ RUN wget $DEVARCH_USER $DEVARCH_PASS "${STREAM_REACTOR_URL}" -O /stream-reactor.
92
92
done \
93
93
&& rm /calcite-linq4j-${CALCITE_LINQ4J_VERSION}.jar \
94
94
&& 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 \
96
96
cp /opt/landoop/connectors/stream-reactor/kafka-connect-elastic/$file /opt/landoop/kafka/share/java/landoop-common/; \
97
97
rm -f /opt/landoop/connectors/stream-reactor/kafka-connect-*/$file; \
98
98
done \
You can’t perform that action at this time.
0 commit comments