Closed zhaoli2333 closed 8 months ago
I installed this connect by the steps below:
- I downloaded iceberg-kafka-connect-runtime-0.6.12.zip and unzip it.
- add configure
plugin.path=/usr/local/kafka/connectors/iceberg-kafka-connect-runtime-hive-0.6.5/lib
to file connect-distributed.properties
I think there's a mismatch here in what you donwloaded and how your plugin.path
is configured:
First your plugin.path
contains iceberg-kafka-connect-runtime-hive-0.6.5
which contradicts with the 0.6.12
version.
Second if I look at the 0.6.12 release (unzip -l iceberg-kafka-connect-runtime-0.6.12.zip
) I get the following:
Archive: ~/Downloads/iceberg-kafka-connect-runtime-0.6.12.zip
Length Date Time Name
--------- ---------- ----- ----
0 02-29-2024 12:49 iceberg-kafka-connect-runtime-0.6.12/
1313 02-29-2024 12:49 iceberg-kafka-connect-runtime-0.6.12/manifest.json
0 02-29-2024 12:49 iceberg-kafka-connect-runtime-0.6.12/lib/
93921 02-29-2024 12:49 iceberg-kafka-connect-runtime-0.6.12/lib/iceberg-kafka-connect-0.6.12.jar
11189 02-29-2024 12:49 iceberg-kafka-connect-runtime-0.6.12/
...
And you have iceberg-kafka-connect-runtime-hive-0.6.5/lib
in your Kafka Connect plugin.path
. Again there's a version mismatch but also you have a wrong path there.
Based on the above I think your plugin.path
property should look like /usr/local/kafka/connectors/ iceberg-kafka-connect-runtime-0.6.12
.
I installed this connect by the steps below:
plugin.path=/usr/local/kafka/connectors/iceberg-kafka-connect-runtime-hive-0.6.5/lib
to file connect-distributed.propertiesbin/connect-distributed.sh -daemon config/connect-distributed.properties
and I got this error: