Ambari下安装oozieUI界面无法访问问题

前言:

其他集群管理工具安装oozie和手动编译安装oozie,关于oozie的UI界面无法访问的问题,大致和该方法类似.

找到下面4步骤里的视图显示的目录,有一个ext-2.2软链指向的路径

lrwxrwxrwx 1 oozie hadoop        41 Dec 12  2018 ext-2.2 -> /usr/hdp/3.0.1.0-187/oozie/libext/ext-2.2

[TencentCloudSDKException] code:FailedOperation.ServiceIsolate message:service is stopped due to arrears, please recharge your account in Tencent Cloud requestId:39643bda-c4a7-40f0-9dc2-9e580a1645a0

[En]

[TencentCloudSDKException] code:FailedOperation.ServiceIsolate message:service is stopped due to arrears, please recharge your account in Tencent Cloud requestId:3ed99e20-3a2a-4a99-93c7-d2c7b0bf827e

其他步骤基本一致,路径稍有出入,方法如下:

1.安装完成,访问UI界面**

安装完成后,访问链接 http://ambari:11000/oozie

出现如下界面

解决To enable Oozie web console install the Ext JS library.

Ambari下安装oozieUI界面无法访问问题

2.下载解压ext-2.2.zip

下载包链接,点我

将ext-2.2.zip放到/usr/hdp/3.0.1.0-187/oozie/libext目录下, 这里的路径是我的绝对路径,你个人oozie安装目录注意更换

解压

cd /usr/hdp/3.0.1.0-187/oozie/libext
#解压压缩包
unzip ext-2.2.zip
#有时候需要对ext-2.2文件夹进行一个授权(可选择)
chown oozie:oozie -R ext-2.2

3.ambari 管理ui界面停止oozie server

Ambari下安装oozieUI界面无法访问问题

4.删除webapps下的oozie文件

cd /usr/hdp/current/oozie-server/oozie-server/webapps

视图:

[root@ambari webapps]# ll
total 307260
lrwxrwxrwx 1 oozie hadoop        30 Dec 12  2018 docs -> /usr/hdp/3.0.1.0-187/oozie/doc lrwxrwxrwx 1 oozie hadoop        41 Dec 12  2018 ext-2.2 -> /usr/hdp/3.0.1.0-187/oozie/libext/ext-2.2
drwxr-xr-x 8 oozie hadoop      4096 Jul 26 10:52 oozie
-rw-r--r-- 1 oozie hadoop 314627216 Jul 26 10:52 oozie.war

将两个oozie文件全部删除

rm -rf oozie*

执行命令,编译war包

/usr/hdp/current/oozie-server/bin/oozie-setup.sh prepare-war

5.通过ambari 管理ui启动oozie server

再次访问则成功了

6.补充

其他集群管理工具安装oozie,关于oozie的UI界面无法访问的问题,大致类似

找到4步骤里的视图显示的目录

有一个ext-2.2软链指向的路径

lrwxrwxrwx 1 oozie hadoop        41 Dec 12  2018 ext-2.2 -> /usr/hdp/3.0.1.0-187/oozie/libext/ext-2.2

[TencentCloudSDKException] code:FailedOperation.ServiceIsolate message:service is stopped due to arrears, please recharge your account in Tencent Cloud requestId:1940b5e5-cd7b-411d-b52a-dc5255d45b76

[En]

[TencentCloudSDKException] code:FailedOperation.ServiceIsolate message:service is stopped due to arrears, please recharge your account in Tencent Cloud requestId:53668e87-c186-4c0b-a22b-a5c2c36ba9cc

其他步骤基本一致,路径稍有出入

我是鲁边,2020 peace and love

按例,我的个人公众号:鲁边社,欢迎关注,后台回复关键词 oozie 获取生产环境的workflow案例

Ambari下安装oozieUI界面无法访问问题

Original: https://www.cnblogs.com/lubians/p/12203086.html
Author: 鲁边
Title: Ambari下安装oozieUI界面无法访问问题

原创文章受到原创版权保护。转载请注明出处:https://www.johngo689.com/561945/

转载文章受原作者版权保护。转载请注明原作者出处!

(0)

大家都在看

亲爱的 Coder【最近整理,可免费获取】👉 最新必读书单  | 👏 面试题下载  | 🌎 免费的AI知识星球