Created on 08-26-2018 08:47 PM - edited 08-17-2019 05:37 PM
How do I enable the web console in oozie?
Created 08-26-2018 08:54 PM
For RHEL/CentOS/Oracle Linux:
yum install extjs-2.2-1 cp /usr/share/HDP-oozie/ext-2.2.zip /usr/hdp/current/oozie-client/libext/
If using another OS please see Install oozie package
HTH
Created 03-27-2019 03:50 PM
This doesnt work in HDP 3+ . The package is not found in the repos:
[root@agesic-mn02 ~]# yum search extjs Warning: No matches found for: extjs No matches found
Also the oozie and oozie-webapp packages ar already installed.
Any suggestion?
Created 03-27-2019 04:02 PM
At least in HDP 3 and above the extjs package is not in the default HDP yum repositories. This must be downloaded and installed manually as described here: https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.3.0/managing-and-monitoring-ambari/content/amb_...
wget http://public-repo-1.hortonworks.com/HDP-UTILS-GPL-1.1.0.22/repos/centos7/extjs/extjs-2.2-1.noarch.r... rpm -ivh extjs-2.2-1.noarch.rpm