Created on 02-11-2020 08:26 PM - last edited on 02-11-2020 08:40 PM by ask_bill_brooks
Hi Everyone,
We have enabled hive compaction on transnational table in order to improve fetch query performance.Somehow it's not working at my end, am facing attached error which i observed in "hivemetastore.log".
Can somebody please let us know, How this issue can be resolved ?
Created 02-12-2020 03:17 PM
I think error log is pretty informative, getGroups call for $Superuser does not get any group associated with the user, you might need to run "hdfs groups" command on the HMS node for this user if that the case and fix the env issue.
Created 02-12-2020 03:17 PM
I think error log is pretty informative, getGroups call for $Superuser does not get any group associated with the user, you might need to run "hdfs groups" command on the HMS node for this user if that the case and fix the env issue.
Created 02-13-2020 03:06 AM
Accidently , I marked this answer as resolved .
@rajkumar_singh
I am getting below output after executing "hdfs groups <username>" command.
<username>@<kerberose principle > : domain users dev_sudo
As i am not much aware of cluster configuration
So , Could you please help me to understand the output of this command.