Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

errors when invoking pig with useHCatalog option

avatar
Super Collaborator

I am running pig with -useHCatalog option but getting the following errors :

[hdfs@hadoop1 pig]$ pig -useHCatalog
ls: cannot access /usr/hdp/2.5.3.0-37/hive/lib/slf4j-api-*.jar: No such file or directory
ls: cannot access /usr/hdp/2.5.3.0-37/hive-hcatalog/lib/*hbase-storage-handler-*.jar: No such file or directory

1 ACCEPTED SOLUTION

avatar
Super Collaborator
2 REPLIES 2

avatar
Super Collaborator

I fixed the first error by copying the "slf4j*.jar" to the /usr/hdp/2.5.3.0-37/hive/lib folder.

but the second error is still there since I cant find any "*hbase-storage-handler* file on the systems.

why I am missing this file and how can I install it ?

avatar
Super Collaborator