Hi all, I am looking for some tutorial about how to set up "SQL Standard Based Hive Authorization" in hive 0.13. I found this page https://cwiki.apache.org/confluence/display/Hive/SQL+Standard+Based+Hive+Authorization I have followed this page to setup the mentioned configuration. But authorization does not work when I connect hive-server2 with beeline. I got errors when executing "set role admin;"
So I have some questions about the configuration. 1. Is this authorization only able to set up with hive server2 mode? 2. Shall I modify any security related configurations before following this page? 3. in the wiki page, does this ( -hiveconf hive.metastore.uris=' ' ) mean that metastore uri should be set to blank? Thanks a lot! Guodong