Immanuel Fredrick
Immanuel Fredrick

Reputation: 548

could not resolve org.apache.hcatalog.pig.hcatloader using imports

I am trying to create a workflow with just one pig action, I have all the jars available in the path /user/oozie/share/lib/lib_* and also I am defining the path of hive-site.xml in the job nodes.

But the job fails saying :

could not resolve org.apache.hcatalog.pig.hcatloader using imports

Please help

Upvotes: 0

Views: 477

Answers (1)

CandleCoder
CandleCoder

Reputation: 1503

You need to use org.apache.hive.hcatalog.pig.HCatLoader instead of org.apache.hcatalog.pig.hcatloader from the link

Upvotes: 3

Related Questions