Quantcast
Channel: Hortonworks » All Replies
Viewing all articles
Browse latest Browse all 3435

HDP 2.2 Preview on Sandbox – Pig problem

$
0
0

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.


Viewing all articles
Browse latest Browse all 3435

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>