Getting E0902: Exception occured: [User: oozie is not allowed to impersonate oozie]

前端 未结 3 654
庸人自扰
庸人自扰 2020-12-15 13:30

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



        
3条回答
  •  再見小時候
    2020-12-15 14:19

    One thing missed in the discussion above:

    In core-site.xml you need to use the user with which oozie is started, as in the user that invoked the command "bin/oozied.sh start". For example: if you have "hadoop.proxyuser.bob.hosts" along with hadoop.proxyuser.bob.groups, then the user 'bob' would be required to start oozie using "bin/oozied.sh start".

提交回复
热议问题