I am trying to run a simple script with hcatalog and am running into issues.

Here is the pig script


test.pig

deepika_data = load 'hivetest' using org.apache.hcatalog.pig.HCatLoader();

dump deepika_data;





I run it using this on command line -

pig -Dpig.additional.jars=$PIG_CLASSPATH test.pig



PIG_CLASSPATH looks like:

Reply via email to