Created on 12-24-2016 07:17 AM - edited 08-17-2019 06:50 AM
SYMPTOM: Script runs fine in grunt, however, it fails when executed in Hue Pig editor.
Script is as below -
Pig script: A = load '/tmp/baseball'; dump A;
ERROR: Below are the error logs -
ROOT CAUSE: The property templeton.libjars was pointing to the wrong jar files:
/usr/hdp/${hdp.version}/zookeeper,/usr/hdp/${hdp.version}/hive/lib/hive-common.jar/zookeeper.jar
RESOLUTION:
After changing path for "templeton.libjars" to /usr/hdp/${hdp.version}/zookeeper/zookeeper.jar,/usr/hdp/${hdp.version}/hive/lib/hive-common.jar the script ran successful in the Hue Pig editor.
Please do check - https://community.hortonworks.com/articles/15958/templetonlibjars-property-changed-its-value-after.h...