Anyway, I'm getting this error from pig:
2009-11-24 07:11:46,585 [main] ERROR
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher
- Failed to produce result in:
"hdfs://tuson118:9100/tmp/temp2106131810/tmp-1474283808"
This makes sense because there is no /tmp in my hdfs mount.
Everything starts from /data/pig/dfs, even inside hadoop. I assume
this is some sort of configuration issue (shouldn't the hdfs
internally start from '/'?). The documentation all seems to refer to
earlier version of hadoop.
Whoops. Nevermind on this. Turns out the problem was that my log
directory was full. I cleaned it out and moved it to a more reasonable
spot, and that solved the problem.
Thanks,
Jim