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 2015/08/03 19:12:04 UTC

[jira] [Updated] (AMBARI-12624) UpgradeHelper must provide command line arguments for Ambari Server port and desired http protocol settings

     [ https://issues.apache.org/jira/browse/AMBARI-12624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitry Lysnichenko updated AMBARI-12624:
----------------------------------------
    Attachment: AMBARI-12624.patch

> UpgradeHelper must provide command line arguments for Ambari Server port and desired http protocol settings
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-12624
>                 URL: https://issues.apache.org/jira/browse/AMBARI-12624
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>             Fix For: 2.1.1
>
>         Attachments: AMBARI-12624.patch
>
>
> UpgradeHelper should work with:
> different default ambari port, AND
> if ambari is setup for https. Cannot assume 8443 for https
> Add command line options for PORT and PROTOCOL.
> Change api_port and api_protocol from default
>  in upgradeHelper.py for Ambari. This needs to be well documented.
> {code}
> [root@f11d
>  upgrade_hdp_226]# diff upgradeHelper.py upgradeHelper.py.old
> 185,186c185,186
> <   API_PROTOCOL
>  = "https"
> <   API_PORT
>  = "8443"
> ---
> >   API_PROTOCOL
>  = "http"
> >   API_PORT
>  = “8080"
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)