Johndee Burks created HIVE-9458:
-----------------------------------
Summary: Allow database prefix in GRANT ON TABLE statement.
Key: HIVE-9458
URL: https://issues.apache.org/jira/browse/HIVE-9458
Project: Hive
Issue Type: Bug
Reporter: Johndee Burks
Priority: Minor
Currently you get the following error if you do the following command.
{code}
0: jdbc:hive2://jrepo2-1.ent.cloudera.com:100> grant select on table
testdatabase.j1 to role jrole;
Error: Error while compiling statement: FAILED: ParseException line 1:29
mismatched input '.' expecting TO near 'testdatabase' in grant privileges
(state=42000,code=40000)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)