Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
[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"
Attachments
Attachments
Issue Links
- links to