Reputation: 548
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
Reputation: 1503
You need to use org.apache.hive.hcatalog.pig.HCatLoader
instead of org.apache.hcatalog.pig.hcatloader
from the link
Upvotes: 3