Member since
01-30-2021
3
Posts
0
Kudos Received
0
Solutions
02-01-2021
09:06 PM
@anujseeker and the HMS logs ?
... View more
02-01-2021
01:34 PM
Hello @anujseeker It seems you are using the wrong path of hive. Below command works for me. hive --orcfiledump -d --rowindex 5 /warehouse/tablespace/managed/hive/tkathpal.db/orctable/delta_0000001_0000001_0000/bucket_00000 Now in my case, hive points to the actual parcel. [root@c2511-node1 ~]# which hive /usr/bin/hive [root@c2511-node1 ~]# ls -lt /usr/bin/hive lrwxrwxrwx 1 root root 22 Aug 3 2020 /usr/bin/hive -> /etc/alternatives/hive [root@c2511-node1 ~]# ls -lt /etc/alternatives/hive lrwxrwxrwx 1 root root 62 Aug 3 2020 /etc/alternatives/hive -> /opt/cloudera/parcels/CDH-7.1.1-1.cdh7.1.1.p0.3266817/bin/hive So when I run hive, ultimately the jars is being picked up from the right path. Could you please check the same on your end?
... View more