Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try downloading pinot's deps as maven instead of unpacking shaded jars #16

Open
codefromthecrypt opened this issue Aug 31, 2020 · 0 comments
Labels

Comments

@codefromthecrypt
Copy link
Contributor

In our kafka image, there's an example of getting deps from maven. Right now, we are unpacking shaded jars as at runtime they are slower to boot. It is possible that a directory full of natural jars are as fast or similar to unpacking classes at runtime. For example, Kafka is pretty quick coming up without needing to resort to unpacking jars into a big folder (which costs image size).

This depends on a change at pinot to make their poms usable, and likely use of jitpack repository to get a git hash until a stable milestone of pinot 0.5 is released

apache/pinot#5945

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants