Sambavi Muthukrishnan created HIVE-3047: -------------------------------------------
Summary: Add a privilege for cross database access Key: HIVE-3047 URL: https://issues.apache.org/jira/browse/HIVE-3047 Project: Hive Issue Type: Task Components: Authorization Reporter: Sambavi Muthukrishnan Assignee: Sambavi Muthukrishnan Priority: Minor This JIRA is for adding a new privilege for cross database operations. Privilege will be called something like "cross_database_commands" GRANT cross_database_commands ON DATABASE db TO USER x; GRANT cross_database_commands ON DATABASE db to ROLE x; This privilege would be provided by default, but if absent, then the user would be prevented from referencing DBs outside of 'db' while using 'db' as the primary database. We will also need a way for this privilege be turned off by default for all users, groups and roles for newly created databases. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira