Open ulysses-you opened 2 years ago
@yaooqinn @wForget @turboFei what do you think about this issue ?
yes, better to use app user to kill but i am also wondering whether it is common case that a user with create privilege will also have delete privilege on yarn
what are livy or other platform’s behaviors?
I searched some related code in Livy, it does not support kill yarn application through proxy user. I think it assumes the super user also has the permission of MODIFY_APP for yarn..
I tested and did not meet this issue.
because for me, kyuubi is in hadoop group, it is a super user.
a superuser seems much easier to deploy for internal app management.
a superuser seems much easier to deploy for internal app management.
yes
Code of Conduct
Search before asking
What would you like to be improved?
Kyuubi always uses the current user to do
yarnClient.killApplication
, e.g. hive. But if the user has no permission to do kill, the error will be thrown.So, if the engine is created and started through proxy user, we can also use proxy user to do the kill action.
How should we improve?
No response
Are you willing to submit PR?