maobaolong commented on PR #1882: URL: https://github.com/apache/incubator-uniffle/pull/1882#issuecomment-2220233373
<img width="811" alt="image" src="https://github.com/apache/incubator-uniffle/assets/17329931/41de2b65-d3b5-404b-99c1-0655c88e79ae"> @jerqi Thanks for your explain, but in the other side, we could meet `MethodNotDefException` future in the following scenario: - If spark create a class have the same package and class name with the above screenshot, we could use a conflict class. - If some other dependencies have the same class and package name, we could use a conflict class too. So, I have to suggest to make sure all of our uniffle client classes are under `org.apache.uniffle` package or relocated by shaded maven plugins, if we do like this, we can reduce trouble of `conflict class`. -- 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]
