[ 
https://issues.apache.org/jira/browse/AMBARI-12624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14652327#comment-14652327
 ] 

Hudson commented on AMBARI-12624:
---------------------------------

SUCCESS: Integrated in Ambari-branch-2.1 #312 (See 
[https://builds.apache.org/job/Ambari-branch-2.1/312/])
AMBARI-12624. UpgradeHelper must provide command line arguments for Ambari 
Server port and desired http protocol settings (dlysnichenko) (dlysnichenko: 
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=59479e59bde4a34a72f00f3d40d9e0243536878f)
* ambari-server/src/main/python/upgradeHelper.py
* ambari-server/src/test/python/TestUpgradeHelper.py


> 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)

Reply via email to