Hi,
I am using Hadoop 1.0.4 and Oozie 3.3.0. I tried to run first sample job in 
oozie but got the following error:

bin/oozie job -oozie http://localhost:11000/oozie -config  
/usr/local/oozie-3.3.0/distro/target/oozie-3.3.0-distro/oozie-3.3.0/examples/apps/map-reduce/job.properties
 -run

Error: E0902 : E0902: Exception occured: 
[org.apache.hadoop.ipc.RemoteException: User: hduser is not allowed to 
impersonate hduser]

Hadoop core-site.xml properties:

<!-- OOZIE -->
  <property>
    <name>hadoop.proxyuser.hduser.hosts</name>
    <value>localhost</value>
  </property>
  <property>
    <name>hadoop.proxyuser.hduser.groups</name>
    <value>hduser</value>
  </property>

Hduser is the user. Is anything has to be changed in the core-site.xml?

Thanks,
Savitha

Reply via email to