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

wget fails due to proxy #7

Open
Zeophlite opened this issue Sep 27, 2016 · 1 comment
Open

wget fails due to proxy #7

Zeophlite opened this issue Sep 27, 2016 · 1 comment

Comments

@Zeophlite
Copy link

The "install service" can fail due at flink.py Line 45 due to the proxy variables not being set

This is despite adding proxy variables to both AMBARI_JVM_ARGS and http_proxy in /var/lib/ambari-server/ambari-env.sh

A workaround is to run this command before installing the service:

wget http://www.us.apache.org/dist/flink/flink-1.1.2/flink-1.1.2-bin-hadoop27-scala_2.11.tgz -O /tmp/flink.tgz
@ebuildy
Copy link

ebuildy commented Mar 16, 2017

Dont understand why is not fixed yet, many services use wget/curl and it seems not working at all behind a proxy (despite a good configuration) :/

see https://community.hortonworks.com/articles/47102/preparing-to-install-hdp-behind-a-proxy.html for a possible solution.

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

No branches or pull requests

2 participants