Created 03-09-2016 09:24 AM
I want want to restrict users on hive tables , Grant them with select permission only
Created 03-09-2016 11:20 AM
I wrote a little article on getting started with SQL STD Auth. I implemented it and did quite like it.
https://community.hortonworks.com/content/kbentry/597/getting-started-with-sqlstdauth.html
Created 03-09-2016 10:14 AM
you have 2 ways of handling permissions here : storage-based (so user will have select permission only if he's only got read rights on HDFS files), or SQL-based : https://cwiki.apache.org/confluence/display/Hive/SQL+Standard+Based+Hive+Authorization
Created on 03-09-2016 10:34 AM - edited 08-19-2019 03:43 AM
What do i need to add user to admin role ?
Created 03-09-2016 01:35 PM
find your answer in @Benjamin Leonhardi comment below 🙂
Created 03-09-2016 11:20 AM
I wrote a little article on getting started with SQL STD Auth. I implemented it and did quite like it.
https://community.hortonworks.com/content/kbentry/597/getting-started-with-sqlstdauth.html