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

2020-06-10 Thread Bill Glennon
June 10, 2020 5:55 PM > *To:* user@spark.apache.org > *Subject:* Does Spark SQL support GRANT/REVOKE operations on Tables? > > > > HI Spark users, > > > > I see REVOKE/GRANT operations In list of supported operations but when I > run the on a table. I see > >

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

2020-06-10 Thread Nasrulla Khan Haris
To: user@spark.apache.org Subject: Does Spark SQL support GRANT/REVOKE operations on Tables? HI Spark users, I see REVOKE/GRANT operations In list of supported operations but when I run the on a table. I see Error: org.apache.spark.sql.catalyst.parser.ParseException: Operation not allowed: GRANT(line 1

Does Spark SQL support GRANT/REVOKE operations on Tables?

2020-06-10 Thread Nasrulla Khan Haris
HI Spark users, I see REVOKE/GRANT operations In list of supported operations but when I run the on a table. I see Error: org.apache.spark.sql.catalyst.parser.ParseException: Operation not allowed: GRANT(line 1, pos 0) == SQL == GRANT INSERT ON table_priv1 TO USER user2 ^^^ at