Re: Exception during reduce phase when running jobs remotely

2013-04-27 Thread sudhakara st
Hello, Check you hadoop.tmp.dir and mapred.local.dir configuration and permissions. On Sat, Apr 27, 2013 at 12:20 AM, Oren Bumgarner wrote: > I have a small hadoop cluster running 1.0.4 and I'm trying to have it > setup so that I can run jobs remotely from a computer on the same network > th

Exception during reduce phase when running jobs remotely

2013-04-26 Thread Oren Bumgarner
I have a small hadoop cluster running 1.0.4 and I'm trying to have it setup so that I can run jobs remotely from a computer on the same network that is not a part of the cluster. I've got a main java class that implements org.apache.hadoop.util.Tool and I'm able to run this job from the NameNode us