adp2201 opened a new pull request, #15608:
URL: https://github.com/apache/iceberg/pull/15608

   Fixes #13691
   
   ## Summary
   This draft removes two runtime dependency excludes in 
`kafka-connect/build.gradle` for `iceberg-kafka-connect-runtime`:
   - `org.apache.hadoop:hadoop-auth`
   - `org.apache.commons:commons-configuration2`
   
   ## Why
   Local repro showed Hadoop catalog mode fails under Kafka Connect plugin 
isolation with:
   - `NoClassDefFoundError: org/apache/commons/configuration2/Configuration`
   - then `NoClassDefFoundError: org/apache/hadoop/util/PlatformName`
   
   Including these two jars in the runtime distribution resolves the reproduced 
startup/classloading failure.
   
   ## Notes
   There are tradeoffs (bundle size/transitive surface/classpath conflict 
risk), so opening as draft for maintainer direction.


-- 
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]

Reply via email to