Created on 04-16-2017 12:44 PM - edited 08-17-2019 10:36 PM
Hi,
Trying to grant access to HIVE table. But getting privileges error as below. How to overcome this error?
Thank You.
Created 04-16-2017 03:26 PM
Switch to user "hdfs" or "hive" before starting hive shell and then try again. Root user is not special for Hadoop (It's just another user and not super user).
Created 04-17-2017 10:41 AM
@mqureshi, Noted. Using which code i can change to "hdfs" or "hive? Thank You.
Created 04-17-2017 10:53 AM
@Sasitharan Ravindar : use below to swtich users to hdfs or hive
sudo -u hdfs OR sudo -u hive
PS: BTW Have you Configured Kerberos?