Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

errors when invoking pig with useHCatalog option

avatar
Master 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
Master Collaborator
2 REPLIES 2

avatar
Master 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
Master Collaborator
Labels