jbonofre commented on issue #542: URL: https://github.com/apache/polaris/issues/542#issuecomment-2546061028
So, the current situation is: * shadowJar based binary distribution works * the "non Uber jar" binary distribution doesn't work because the classpath is not correct in `bin/polaris-service`: the `CLASSPATH` should contain `$APP/lib/*` (not the single Polaris service jar which is only valid for shadow jar). Generally speaking, I don't see the reason about having two binary distributions (the shadowJar one and the "regular" one). I think we should have only one binary distribution (for our end users). Maybe the non shadowJar one makes more sense because users can update some dependency in the distribution is needed (easier than exploding the shadowJar). -- 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]
