abhishekkh commented on issue #12507:
URL: https://github.com/apache/iceberg/issues/12507#issuecomment-3202023183
@coldfusioncoder This worked for me, the zip had all the deps needed to at
least start running
```
ARG PLUGINS_PATH=/usr/share/confluent-hub-components
RUN mkdir ${PLUGINS_PATH}/iceberg-iceberg-kafka-connect
# Copy and install Iceberg connector runtime from local
COPY iceberg-kafka-connect-runtime-389c04c.zip /tmp/
RUN cd /tmp && \
unzip iceberg-kafka-connect-runtime-389c04c.zip && \
ls -la iceberg-kafka-connect-runtime-*/lib/ && \
cp -r iceberg-kafka-connect-runtime-*/lib/*
${PLUGINS_PATH}/iceberg-iceberg-kafka-connect/
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]