jerqi commented on code in PR #104: URL: https://github.com/apache/gravitino-playground/pull/104#discussion_r1847970325
########## README.md: ########## @@ -378,6 +378,22 @@ os.environ["OPENAI_API_KEY"] = "" os.environ["OPENAI_API_BASE"] = "" ``` +### Using Gravitino with Ranger authorization + +Gravitino supports to provide the ability of access control for Hive tables using Ranger plugin. + +For example, there are a manager and staffs in your company. Manager creates a Hive catalog and create different roles. +The manager can give different roles to different staffs. + +You can run the command +```shell Review Comment: OK. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
