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
