shangeyao opened a new issue, #4398:
URL: https://github.com/apache/streampark/issues/4398

   ## Problem
   On JDK 9+, the system class loader is not a `URLClassLoader` and the `ucp` 
field lives on a superclass. `ClassLoaderUtils.addURL` throws 
`NoSuchFieldException: ucp`, breaking Hadoop conf directory loading.
   
   ## Proposed solution
   - Try TCCL and system class loader in order
   - Walk the class hierarchy to locate `ucp` on JDK 9+ built-in loaders
   - Keep `URLClassLoader.addURL` path for older JDKs


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

Reply via email to