Well, I'm trying to design an RBAC for Ranger ACL (HDFS + HIVE). I'll start with Hive resources
I've read https://cwiki.apache.org/confluence/display/RANGER/Hive+Commands+to+Ranger+Permission+Mapping but there're no read/write permission mention on that page. From my experience, if user want to perform query action on the specific table, both READ and SELECT have to provide to user. But I still don't know the reason literally. Could your guys tell me what exactly read/write in hive permission use for?
Cheers!