无法从HDI 3.6 spark HDInsight群集中的Ambari访问oozie的Web UI

时间:2017-07-05 08:38:09

标签: azure oozie hdinsight ambari

我已经设置了HDI 3.6 spark 2.1.0 HDInsight群集。

现在我需要使用oozie工作流提交spark作业,为此,我需要使用Ambari配置workflow.xml。

从Ambari访问oozie webUI时会出现问题,如下所示:

enter image description here

点击Oozie网页用户界面时,我收到以下错误以加载网址: https://samplecluster.azurehdinsight.net/da/host/hn0-cloudo.fabtnv3ti3juvluair5dbgfudc.hx.internal.cloudapp.net/port/11000/oozie?user.name=sathyaraj

错误:

{
  "status": 404,
  "message": "Not Found"
}

1 个答案:

答案 0 :(得分:1)

要访问Oozie Web UI,请使用以下步骤:

  1. 创建到HDInsight群集的SSH隧道。有关信息,请参阅Use SSH Tunneling with HDInsight document

  2. 创建隧道后,在Web浏览器中打开Ambari Web UI。 Ambari站点的URI为https://CLUSTERNAME.azurehdinsight.net。将CLUSTERNAME替换为基于Linux的HDInsight群集的名称。

  3. 从页面左侧选择 Oozie ,然后选择快速链接,最后选择 Oozie Web UI

  4. 有关详细信息,请参阅“Oozie Web UI”。