Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-12624

UpgradeHelper must provide command line arguments for Ambari Server port and desired http protocol settings

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.1.1
    • ambari-server
    • 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

        1. AMBARI-12624.patch
          3 kB
          Dmitry Lysnichenko

        Issue Links

          Activity

            People

              dmitriusan Dmitry Lysnichenko
              dmitriusan Dmitry Lysnichenko
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: