Any idea why I get this following error?
When I run pig script in local mode it works but when i run it in
hadoop/mapreduce mode it throws the following error:
ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2100:
hdfs://domU-12-31-38-00-40-D1.compute-1.internal:9000/tmp/temp1351891394/tmp1417921370
does not exist.
Command used to run in local mode:
pig -x local -p OUTPUT=file:///home/hadoop/output/unique_users_sorted8
file:///home/hadoop/pigscripts/unique_users_sorted.pig
Command used to run in hadoop/mapreduce mode:
pig -p OUTPUT=file:///home/hadoop/output/unique_users_sorted8
file:///home/hadoop/pigscripts/unique_users_sorted.pig
I am not accessing anything under tmp directory anywhere in my pig script.
Is it trying to use tmp internally for some intermediate process?
Any help will be much appreciated. If anyone wants to look at the pig script
I can post it here.
Thanks in advance.
-Sesha