Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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