Hi,
I am novice to Hadoop environment. I installed Hadoop 2.2.4.2 Virtual Box version Sandbox on Windows7.
I imported the NYSE-2000-2001.tsv file to Hue File browser successfully.
I created a table nyse_stocks using the above file in Hue HCatalog
I am able to run sample Hive query in Beeswax (Hive UI) interface.
BUT, I am not able to run the sample Pig script and it’s throwing the below error.
ls: cannot access /hadoop/yarn/local/usercache/hue/appcache/application_1418520658982_0007/container_1418520658982_0007_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_1418520658982_0007/container_1418520658982_0007_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_1418520658982_0007/container_1418520658982_0007_01_000002/hive.tar.gz/hive/hcatalog/lib/*hbase-storage-handler-*.jar: No such file or directory
etc…
….
…
…
I do have the word Hive after org.apache in the 1st line of sample pig script.
When I tried to fix it using the steps mentioned in the URL http://idavit.blogspot.mx/2014/12/como-no-morir-en-el-intento-primer.html, I don’t have such file /apps/webhcat/hive.tar.gz. Is it version specific? Am I missing something in installation/configuration?
It should work straight forward with Sandbox’s sample script, but for some reason it’s not working. Any help is appreciated. Thanks.
Regards,
Ravi