databricks / iceberg-kafka-connect

Apache License 2.0
220 stars 49 forks source link

Source code for iceberg-kafka-connect-runtime-hive-0.6.x #222

Closed k0bayash1maru closed 8 months ago

k0bayash1maru commented 8 months ago

Hello team,

Can you please shed some light on this:

From the release page, I see that we have 2 version of iceberg-connector one with hive and one without:

But there is only one source code(.zip/tgz). If I look at the contents of the source code I see:

image

Is this the same source code for hive implementation as well ?

Also the readme says:

The zip archive will be found under ./kafka-connect-runtime/build/distributions.

But from the source code, I only see these 2 files:

#ls -ltrh
total 16
 src
 build.gradle
#pwd
/iceberg-kafka-connect-0.6.12/kafka-connect-runtime

Am I missing something else ? how do I build the source code ?

Thanks in advance!

tabmatfournier commented 8 months ago

https://github.com/tabular-io/iceberg-kafka-connect/blob/main/kafka-connect-runtime/build.gradle is building the distribution, it bundles up everything. If you look in kafka-connect-runtime/src you'll see there is no code.

k0bayash1maru commented 8 months ago

Thank you!