You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2014/05/12 18:53:19 UTC

[jira] [Created] (AMBARI-5735) HDP deployment failed in CentOS5

Dmitry Lysnichenko created AMBARI-5735:
------------------------------------------

             Summary: 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


{code}
Fail: Execution of 'mkdir -p /tmp/HDP-artifacts/ ; curl --noproxy ambsmoke5-9-1399767452-7.cs1cloud.internal -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)