Hi Nabeel, Which Oozie version, are you using. Are you using secured Oozie or Hadoop? Also please check the oozie.log for more details. The same log directory has other files. Please check those files if there is any special log or exception.
Regards, Mohammad ________________________________ From: Nabeel Mohamed <[email protected]> To: [email protected] Sent: Tuesday, October 9, 2012 11:16 PM Subject: Unable to run oozie - Failure to login error.. Hi, I am getting the below error, when I try to run oozie sample. $ bin/oozie job -oozie http://localhost:11000/oozie -config examples/apps/map-reduce/job.properties -run Error: E0902 : E0902: Exception occured: [java.io.IOException: failure to login] I have configured both Hadoop and Oozie using Unix user "oozie". I have changed the property "oozie.services" in oozie-site.xml file from "org.apache.oozie.service.KerberosHadoopAccessorService" to "org.apache.oozie.service.HadoopAccessorService". I have also specified the below in core-site.xml file.. <!-- OOZIE --> <property> <name>hadoop.proxyuser.oozie.hosts</name> <value>*</value> </property> <property> <name>hadoop.proxyuser.oozie.groups</name> <value>*</value> </property> Please let me know if I am missing something.. Thanks, Nabeel
