Re: oozie webui giving 404

2016-06-10 Thread satish saley
Are you able to see oozie process using ps -eaf | grep oozie? Have you added ExtJS? Have a look at http://oozie.apache.org/docs/4.2.0/AG_Install.html#Oozie_Server_Setup http://oozie.apache.org/docs/4.2.0/DG_QuickStart.html#Server_Installation ExtJS library (optional, to enable Oozie webconsole)

oozie webui giving 404

2016-06-10 Thread rammohan ganapavarapu
Hi, I am getting 404 page not found error when i access oozie webui, oozie started with no errors but when i looked at work dir i dont see any *.jsp or *.java files, can some help me to fix this issue? [root@localhost oozie]# pwd /opt/oozie/oozie-server/work/Catalina/localhost/oozie [root@loca

Re: About shell action and HADOOP_TOKEN_FILE_LOCATION

2016-06-10 Thread Laurent H
Oozie has already set the HADOOP_TOKEN_FILE_LOCATION variable when you execute an action (you're right, it's an environment variable). If you use some Hive stuff or something like that which use Kerberos - into a shell action - it can be useful to launch your query like that : *hive -hiveconf hado