Hi all,
I'm using e2e test of
pig(https://cwiki.apache.org/confluence/display/PIG/HowToTest#HowToTest-HowtoRune2eTests).
My hadoop env is hadoop1.
Because I use hadoop-1 , I use "ant jar" to build .
When I execute following command:
ant -Dharness.old.pig=old_pig -Dharness.cluster.conf=hadoop_conf_dir
-Dharness.cluster.bin=hadoop_script test-e2e-deploy
following error is found:
67 Going to run /home/zly/prj/oss/pig/test/e2e/pig/../../../bin/pig -e mkdir
/user/pig/out/root-1411632015-nightly.conf/
168 Cannot locate pig-core-h2.jar. do 'ant -Dhadoopversion=23 jar', and try
again
It seems that I need use "ant jar -Dhadoopversion=23" to build , the
test-e2e-deploy can success.
Can anyone tell me my understanding is right?
Best Regards
Zhang,Liyun