I'm getting the following message when I access to the oozie UI.
Oozie web console is disabled.
To enable Oozie web console install the Ext JS library.
I'm using HDP distribution and installed through ambari service installer.
I tried to follow the following links:
Getting the following message when trying to install it using yum:
$ sudo yum install extjs-2.2-1
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
base: centos.mirror.ptisp.pt
epel: epel.besthosting.ua
extras: centos.mirror.ptisp.pt
updates: centos.alpha-labs.net
No package extjs-2.2-1 available.
Error: Nothing to do
I can't find the place in Amabari UI where to place the property oozie.authentication.cookie.domain.
What can I fix it? I'm really lost.
I finally solved it by installing a third-party version of ExtJS from the following url: http://archive.cloudera.com/gplextras/misc/ext-2.2.zip
Then following the steps:
/usr/hdp/current/oozie-client/libext/
$ /usr/hdp/current/oozie-server/bin/oozie-setup.sh prepare-war
Hope it helps!
Step by step instruction:
wget http://archive.cloudera.com/gplextras/misc/ext-2.2.zip
sudo cp ext-2.2.zip /usr/hdp/current/oozie-client/libext/
sudo chown oozie:hadoop /usr/hdp/current/oozie-client/libext/ext-2.2.zip
sudo -u oozie /usr/hdp/current/oozie-server/bin/oozie-setup.sh prepare-war