嗨,我是 Oozie 的新手,我收到此错误 E0902:发生异常:[用户:pramod 不允许模拟 pramod] 当我运行以下命令时
./oozie job -oozie htt p://localhost:11000/oozie/ -config ~/Desktop/map-reduce /job.properties -run.
我的 hadoop 版本是 1.0.3,oozie 版本是 3.3.2 并且在伪模式下运行
以下是我的 core-site.xml 的内容
<configuration>
<property>
<name>hadoop.tmp.dir</name>
<value>/home/pramod/hadoop-${user.name}</value>
</property>
<property>
<name>fs.default.name</name>
<value>hdfs://localhost:54310</value>
</property>
<property>
<name>hadoop.proxyuser.${user.name}.hosts</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.${user.name}.groups</name>
<value>*</value>
</property>
</configuration>
有人可以帮忙吗