Uploaded image for project: 'Oozie'
  1. Oozie
  2. OOZIE-2032

If using SSL, the port reported by Oozie is incorrect for HA tasks

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0.1
    • 4.1.0
    • core, HA
    • None

    Description

      ConfigUtils.getOozieURL(boolean secure) returns the Oozie URL and is used by a number of things, mostly for HA (e.g. printing out the list of servers/urls, log streaming, etc). If using SSL with HA, it uses the http port instead of the https port but with the https prefix, which is invalid.

      $ oozie admin -servers
      rkanter-has-2.ent.cloudera.com : https://rkanter-has-2.ent.cloudera.com:11000/oozie
      rkanter-has-1.ent.cloudera.com : https://rkanter-has-1.ent.cloudera.com:11000/oozie
      rkanter-has-3.ent.cloudera.com : https://rkanter-has-3.ent.cloudera.com:11000/oozie
      

      Attachments

        1. OOZIE-2032.patch
          3 kB
          Robert Kanter

        Activity

          People

            rkanter Robert Kanter
            rkanter Robert Kanter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: