On 10/13/09 10:23 PM, "David Greer" wrote:
[[email protected] /]$ hadoop dfs -ls / | grep tmp
drwxr-xr-x - root supergroup 0 2009-10-06 15:15 /tmp
[[email protected] /]$ hadoop dfs -ls / | grep tmp
drwxr-xr-x - root supergroup 0 2009-10-06 15:15 /tmp
hadoop dfs -chmod a+w /tmp should make it world writable and then your stuff
should run.