Created 07-30-2019 09:40 PM
I am following the instruction at links below to add users to Hive admin role.
and
https://community.hortonworks.com/articles/4568/sql-based-authorization-in-hive.html
However, I could not find this configuration "hive.users.in.admin.role" via Ambari UI (Hive - Configs - Advanced). I downloaded the hive_site.xml (via Ambria's Download Client Configs button) and found no such configuration in the xml file either. What did I miss?
Below is my current Hive security settings.
Created on 07-30-2019 11:00 PM - edited 08-17-2019 04:27 PM
To be able to help, it's a good idea to always share your cluster config and version. I can see you are referencing HDP 2.3 documentation which is obsolete and personally I am wondering why you are running this version?
Some parameters like hive.users.in.admin.role are not default values in hive_site.xml , so you will need to add them in Custom hive-site these are considered custom site values see attached screenshot Haijin2.png
Authorization: SQL-Standard Based (SQLStdAuth)
Custom values
The above UI is specific to HDP 3.1.0.0 running Ambari Version 2.7.3.0 but even with earlier versions of Ambari you can filter see the ARROW
HTH
Created on 07-30-2019 11:00 PM - edited 08-17-2019 04:27 PM
To be able to help, it's a good idea to always share your cluster config and version. I can see you are referencing HDP 2.3 documentation which is obsolete and personally I am wondering why you are running this version?
Some parameters like hive.users.in.admin.role are not default values in hive_site.xml , so you will need to add them in Custom hive-site these are considered custom site values see attached screenshot Haijin2.png
Authorization: SQL-Standard Based (SQLStdAuth)
Custom values
The above UI is specific to HDP 3.1.0.0 running Ambari Version 2.7.3.0 but even with earlier versions of Ambari you can filter see the ARROW
HTH
Created 07-31-2019 04:17 PM
That is exactly what I missed. Thank you very much for the prompt and right-to-the-point response.