KKcorps opened a new pull request, #8882: URL: https://github.com/apache/pinot/pull/8882
Hadoop shading was done so as to allow pinot to use the packaged hadoop classes and not conflict with the environment hadoop classes. However, there are certain places in the hadoop code where reflections are used to fetch the classes. This breaks the code at runtime since the package names are not modified to shaded ones in reflection class strings. -- 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]
