ambari-flink-service icon indicating copy to clipboard operation
ambari-flink-service copied to clipboard

wget fails due to proxy

Open Zeophlite opened this issue 8 years ago • 1 comments

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

Zeophlite avatar Sep 27 '16 10:09 Zeophlite

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.

ebuildy avatar Mar 16 '17 16:03 ebuildy