Re: Does Spark SQL support GRANT/REVOKE operations on Tables?

2020-06-10 Thread Bill Glennon
Hi, Should the grant statement be this below? GRANT INSERT ON TABLE table_priv1 TO user2; and not GRANT INSERT ON table_priv1 TO USER user2; Hope this helps. Regards, Bill On Wed, Jun 10, 2020 at 11:47 PM Nasrulla Khan Haris wrote: > I did enable auth related configs in hive-site.xml as

RE: Does Spark SQL support GRANT/REVOKE operations on Tables?

2020-06-10 Thread Nasrulla Khan Haris
I did enable auth related configs in hive-site.xml as per below document. I tried this on Spark 2.4.4. Is it supported ? https://cwiki.apache.org/confluence/display/Hive/Storage+Based+Authorization+in+the+Metastore+Server From: Nasrulla Khan Haris Sent: Wednesday, June 10, 2020 5:55 PM To: