This message was deleted.
# dev
s
This message was deleted.
a
@Atul Mohan - FYI
g
if possible, I would rather symlink them to save space, so they aren't loaded if you aren't using the hadoop extensions
I am not sure how well the assembly plugin lets us do that, but the idea would be that one of the copies is "real" and the others are symlinks to it
a
I didn't suggest symlinks since they can be a bit confusing. or we change the jar names so that its very clear that these jars are sym-linked.
so if someone is changing those, they are aware
d
is it possible to configure the classpath to always look at core-lib folder? Then symlink won’t be necessary, no?
a
but we seem to not want these in core-libs. if they were, sym-links won't be necessary. The resistance is coming from Hadoop jars polluting the lib 😛
c
is this basically the same problem as the stuff in https://github.com/apache/druid/tree/master/cloud
i vaguely remember at one point discussions around reworking our extension system so that we could have something like a configurable “platform” to optionally pull in things like common cloud or hadoop jars and then.. something.. i forget exactly, pretty sure it was years ago