29520
DISCUSSIONS
116048
MEMBERS
3204
ARTICLES
Created on 12-11-2018 11:13 PM - edited 09-16-2022 06:58 AM
Hello Team,
I have a query mentioned below.
1. How to find Unix group Name mapped to Sentry role? 100 Unix group exist on cluster Node and 10-20 sentry roles created. Require command to find which Unix group mapped to Which Unix group.
2. below command through beeline gives role name by providing Unix group. I want reverse way, supply role name and get unix group name.
SHOW ROLE GRANT GROUP abcde;
- Vijay M