Replies: 0
I just installed a small sample cluster with the current HDP and Ambari 1.6. It works well so far, but I cannot run any Pig scripts, even something simple like
a = 3 + 3;
dump a;
I get the following log:
ls: cannot access /hadoop/yarn/local/usercache/jra/appcache/application_1404231648965_0017/container_1404231648965_0017_01_000002/hive.tar.gz/hive/lib/slf4j-api-*.jar: No such file or directory
Error: Could not find or load main class hive.metastore.uris=thrift:..localhost:9933
I think there is a misconfiguration anywhere. Can you guide me what is wrong?