Hi i am new to Oozie and i am getting this error E0902: Exception occured: [User: pramod is not allowed to impersonate pramod] when i run the following command
./oozie job -oozie htt p://localhost:11000/oozie/ -config ~/Desktop/map-reduce /job.properties -run.
My hadoop version is 1.0.3 and oozie version is 3.3.2 and running in a pseudo mode
The following is the content of my core-site.xml
hadoop.tmp.dir /home/pramod/hadoop-${user.name} fs.default.name hdfs://localhost:54310 hadoop.proxyuser.${user.name}.hosts * hadoop.proxyuser.${user.name}.groups *
Can somebody help