Hello Everyone,
Do HDFS ACLs apply on impala queries?
If, for example, I want to give read permissions on specific directories in HDFS to a specific user and I modify the appropriate ACLs using "hdfs dfs setfacl" on the mentioned directories, will the user have only SELECT permissions when querying the files?
I want to avoid using Kerberos auth and Sentry service.