Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0
-
None
Description
Fail: Execution of 'mkdir -p /tmp/HDP-artifacts/ ; curl --noproxy hadoop -kf --retry 10 http://hadoop:8080/resources//jdk-7u45-linux-x64.tar.gz -o /tmp/HDP-artifacts//jdk-7u45-linux-x64.tar.gz' returned 2. curl: option --noproxy: is unknown
version of curl that is available at Centos 5 and SLES 11 SP1 seems to have no support for "--noproxy" option.
But such workaround works:
no_proxy=i.ua curl http://www.i.ua -i
I'm going to replace all "--noproxy" invocations with usage of $no_proxy env variable.
Attachments
Attachments
Issue Links
- links to