Search code examples
apache-pigooziehuehcatalog

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


Solution

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