HDP 2.2 Preview on Sandbox on VMware vSphere 5.5
Hi, I cannot run any pig script from hue.
As example, trying the pig tutorial:
a = LOAD ‘nyse_stocks’ USING org.apache.hcatalog.pig.HCatLoader();
b = FILTER a BY stock_symbol == ‘IBM';
c = group b all;
d = FOREACH c GENERATE AVG(b.stock_volume);
dump d;
The script fails with these logs:
ls: cannot access /hadoop/yarn/local/usercache/hue/appcache/application_1413984790503_0011/container_1413984790503_0011_01_000002/hive.tar.gz/hive/lib/slf4j-api-*.jar: No such file or directory
ls: cannot access /hadoop/yarn/local/usercache/hue/appcache/application_1413984790503_0011/container_1413984790503_0011_01_000002/hive.tar.gz/hive/lib/commons-lang3-*.jar: No such file or directory
ls: cannot access /hadoop/yarn/local/usercache/hue/appcache/application_1413984790503_0011/container_1413984790503_0011_01_000002/hive.tar.gz/hive/hcatalog/lib/*hbase-storage-handler-*.jar: No such file or directory
Error: Could not find or load main class hive.metastore.sasl.enabled=false
Any hint?
Thanks,
Marco.