[ 
https://issues.apache.org/jira/browse/OOZIE-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Kanter updated OOZIE-2032:
---------------------------------
    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, which is invalid.

{noformat}
$ 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
{noformat}


  was:
{{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, which is invalid.

{noformat}
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
{noformat}


> If using SSL, the port reported by Oozie is incorrect for HA tasks
> ------------------------------------------------------------------
>
>                 Key: OOZIE-2032
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2032
>             Project: Oozie
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 4.0.1
>            Reporter: Robert Kanter
>            Assignee: Robert Kanter
>             Fix For: 4.1.0
>
>         Attachments: OOZIE-2032.patch
>
>
> {{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, which is invalid.
> {noformat}
> $ 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
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to