I am new to Hadoop/Hive. I have a question related to VIEWS in Hive.
I have a requirement in Hive where I need to give access to specific rows of a table to some users and specific columns of a table to some users. I know we can create VIEWS in Hive. But is it possible to provide access using GRANT statement only to VIEWS to users without giving access to the base tables?
If this is not possible, is there any other method to provide only column or row level access in Hive?
Please let me know. Thanks for the assistance.