[
https://issues.apache.org/jira/browse/AMBARI-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Lysnichenko resolved AMBARI-5735.
----------------------------------------
Resolution: Fixed
Committed to trunk and to branch-1.6.0
> HDP deployment failed in CentOS5
> --------------------------------
>
> Key: AMBARI-5735
> URL: https://issues.apache.org/jira/browse/AMBARI-5735
> Project: Ambari
> Issue Type: Bug
> Components: controller
> Affects Versions: 1.6.0
> Reporter: Dmitry Lysnichenko
> Assignee: Dmitry Lysnichenko
> Fix For: 1.6.0
>
> Attachments: AMBARI-5735_branch-1.6.0.patch
>
>
> {code}
> 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
> {code}
> 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:
> {code}
> no_proxy=i.ua curl http://www.i.ua -i
> {code}
> I'm going to replace all "--noproxy" invocations with usage of $no_proxy env
> variable.
--
This message was sent by Atlassian JIRA
(v6.2#6252)