I have set up the HDI 3.6 spark 2.1.0 HDInsight cluster.
Now I need to submit a spark job using oozie workflow,for doing this I need to configure the workflow.xml using Ambari.
The problem arises when accessing oozie webUI from Ambari as below:
while click on Oozie web UI I am getting the following error for loading the url: https://samplecluster.azurehdinsight.net/da/host/hn0-cloudo.fabtnv3ti3juvluair5dbgfudc.hx.internal.cloudapp.net/port/11000/oozie?user.name=sathyaraj
error:
{
"status": 404,
"message": "Not Found"
}
To access the Oozie Web UI, use the following steps:
Create an SSH tunnel to the HDInsight cluster. For information, see the Use SSH Tunneling with HDInsight document.
Once a tunnel has been created, open the Ambari web UI in your web browser. The URI for the Ambari site is https://CLUSTERNAME.azurehdinsight.net. Replace CLUSTERNAME with the name of your Linux-based HDInsight cluster.
From the left side of the page, select Oozie, then Quick Links, and finally Oozie Web UI.
For more details, refer “Oozie Web UI”.