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

pulldeps tools pulls hadoop client for no reason #6111

Closed
pdeva opened this issue Aug 5, 2018 · 5 comments
Closed

pulldeps tools pulls hadoop client for no reason #6111

pdeva opened this issue Aug 5, 2018 · 5 comments
Labels

Comments

@pdeva
Copy link
Contributor

pdeva commented Aug 5, 2018

to repro try this command:

java  -cp "lib/*" -Ddruid.extensions.directory="extensions" io.druid.cli.Main tools pull-deps  -c "io.druid.extensions.contrib:druid-redis-cache:0.12.1"

expected:
download the redis cache extension and its deps

actual:
for some reason, also downloads hadoop client.

@gianm
Copy link
Contributor

gianm commented Aug 5, 2018

I think you need to add --no-default-hadoop to skip downloading Hadoop. I believe the help and/or docs for this command should mention that, if not we should add a mention of that.

@pdeva
Copy link
Contributor Author

pdeva commented Aug 5, 2018

but why download hadoop client i the first place. i never asked for it.
the bug is regarding default behavior.
the flag should be to ‘enable’ downloading hadoop client not the other way around.

@stale
Copy link

stale bot commented Jun 20, 2019

This issue has been marked as stale due to 280 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@druid.apache.org list. Thank you for your contributions.

@stale stale bot added the stale label Jun 20, 2019
@gianm gianm removed stale labels Jul 4, 2019
@stale
Copy link

stale bot commented Apr 9, 2020

This issue has been marked as stale due to 280 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@druid.apache.org list. Thank you for your contributions.

@stale stale bot added the stale label Apr 9, 2020
@stale
Copy link

stale bot commented May 7, 2020

This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.

@stale stale bot closed this as completed May 7, 2020
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