Kafka Connect: Update distribution LICENSE and NOTICE#16147
Draft
rdblue wants to merge 5 commits intoapache:mainfrom
Draft
Kafka Connect: Update distribution LICENSE and NOTICE#16147rdblue wants to merge 5 commits intoapache:mainfrom
rdblue wants to merge 5 commits intoapache:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a WIP PR to update the LICENSE and NOTICE in Kafka Connect distribution zip files.
This makes a few changes to make the process easier:
hivedistribution in order to focus on the non-Hive distribution. Non-Hive contains 248 Jars, while the Hive distribution contains nearly 100 more (343 Jars). That includes basically all of Hadoop, likehadoop-mapreduce-client-{core,common,jobclient}that are probably unnecessary. The non-Hive distribution is also covered by the newruntime-deps.txtfile that tracks bundled dependencies as they change. (To add Hive back, a follow up will need to add a secondaryruntime-deps.txtfile for it.)#16081 added
runtime-deps.txtand I've verified that the non-Hive distribution it file closely. After accounting for Iceberg Jars, LICENSE, and NOTICE:I think that means we can get the LICENSE for this done fairly quickly. The remaining dependencies on top of the cloud provider bundles are not a huge list, and many of these are included in runtime Jars so we can copy the LICENSE content. These remaining Jars need to be checked to see whether they actually need to be included:
And we will also need to make sure the LICENSE is up to date for Jars that are included in other runtimes: