[
https://issues.apache.org/jira/browse/AMBARI-12624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14652346#comment-14652346
]
Hudson commented on AMBARI-12624:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #3211 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3211/])
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=a2e6535943671a8a16636a2eea054324e4ebc0c5)
* ambari-server/src/test/python/TestUpgradeHelper.py
* ambari-server/src/main/python/upgradeHelper.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)