Jonathan Hurley created AMBARI-11763:
----------------------------------------
Summary: Oozie Web Alert Has Wrong http Property In Alert
Definition
Key: AMBARI-11763
URL: https://issues.apache.org/jira/browse/AMBARI-11763
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.1.0
Reporter: Jonathan Hurley
Assignee: Jonathan Hurley
Priority: Critical
Fix For: 2.1.0
Deployed a clean HDP 2.2 cluster and noticed a 404 NOT FOUND alert for Oozie.
The alert definition has the following:
{code}
"http": "{{oozie-site/oozie.base.url}}/oozie/?user.name=oozie",
{code}
However, {{oozie/site/oozie.base.url}} is {{http://server/oozie}} which makes
the alert look for {{http://server/oozie/oozie?usern.name=oozie}} instead of
{{http://server/oozie?user.name=oozie}}
Either the alert definitions (in both 4.* and 5.* OOZIE folders) needs to
change or the base url property needs to change.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)