+
Oozie web console is disabled.
+
To enable Oozie web console install the Ext JS library.
+
Refer to Oozie Quick Start documentation for details.
+
+
+
+
+
+
-
Oozie web console is disabled.
-
To enable Oozie web console install the Ext JS library.
-
Refer to Oozie Quick Start documentation for details.
-
-
-
-
-
- <%@ page
- import="org.apache.oozie.sla.service.SLAService"
- import="org.apache.oozie.service.InstrumentationService"
- import="org.apache.oozie.service.MetricsInstrumentationService"
- %>
- <%
- boolean isSLAServiceEnabled = SLAService.isEnabled();
- boolean isInstrumentationServiceEnabled = InstrumentationService.isEnabled();
- boolean isMetricsInstrumentationServiceEnabled = MetricsInstrumentationService.isEnabled();
- %>
-