Re: Issues with Distributed Caching

2011-11-08 Thread Uma Maheswara Rao G 72686
- Original Message - From: Arko Provo Mukherjee Date: Tuesday, November 8, 2011 1:26 pm Subject: Issues with Distributed Caching To: mapreduce-user@hadoop.apache.org > Hello, > > I am having the following problem with Distributed Caching. > > *In the driver class, I am doing the followi

Fwd: Re: Do failed task attempts stick around the jobcache on local disk?

2011-11-06 Thread Uma Maheswara Rao G 72686
forwarding to mapreduce --- Begin Message --- Am I being completely silly asking about this? Does anyone know? On Wed, Nov 2, 2011 at 6:27 PM, Meng Mao wrote: > Is there any mechanism in place to remove failed task attempt directories > from the TaskTracker's jobcache? > > It seems like for

Re: Never ending reduce jobs, error Error reading task outputConnection refused

2011-11-04 Thread Uma Maheswara Rao G 72686
- Original Message - From: Russell Brown Date: Friday, November 4, 2011 9:18 pm Subject: Re: Never ending reduce jobs, error Error reading task outputConnection refused To: mapreduce-user@hadoop.apache.org > > On 4 Nov 2011, at 15:44, Uma Maheswara Rao G 72686

Re: Never ending reduce jobs, error Error reading task outputConnection refused

2011-11-04 Thread Uma Maheswara Rao G 72686
- Original Message - From: Russell Brown Date: Friday, November 4, 2011 9:11 pm Subject: Re: Never ending reduce jobs, error Error reading task outputConnection refused To: mapreduce-user@hadoop.apache.org > > On 4 Nov 2011, at 15:35, Uma Maheswara Rao G 72686 wrote: >

Re: Never ending reduce jobs, error Error reading task outputConnection refused

2011-11-04 Thread Uma Maheswara Rao G 72686
This problem may come if you dont configure the hostmappings properly. Can you check whether your tasktrackers are pingable from each other with the configured hostsnames? Regards, Uma - Original Message - From: Russell Brown Date: Friday, November 4, 2011 9:00 pm Subject: Never ending r

Re: under cygwin JUST tasktracker run by cyg_server user, Permission denied .....

2011-11-04 Thread Uma Maheswara Rao G 72686
ts more than 4 days im working in this issue > and > tried different ways but no result.^^ > > BS. > Masoud > > On 11/03/2011 08:34 PM, Uma Maheswara Rao G 72686 wrote: > > it wont disply any thing on console. > > If you get any error while exceuting the co

Re: Is there a good way to see how full hdfs is

2011-10-17 Thread Uma Maheswara Rao G 72686
> So is there a client program to call this? > > Can one write their own simple client to call this method from all > diskson the cluster? > > How about a map reduce job to collect from all disks on the cluster? > > On 10/15/11 4:51 AM, "Uma Maheswara Rao G 7268

Re: Is there a good way to see how full hdfs is

2011-10-15 Thread Uma Maheswara Rao G 72686
/** Return the disk usage of the filesystem, including total capacity, * used space, and remaining space */ public DiskStatus getDiskStatus() throws IOException { return dfs.getDiskStatus(); } DistributedFileSystem has the above API from java API side. Regards, Uma - Original Mess

Re: Hadoop java mapper -copyFromLocal heap size error

2011-09-25 Thread Uma Maheswara Rao G 72686
Hello Joris, Looks You have configured mapred.map.child.java.opts to -Xmx512M, To spawn a child process that much memory is required. Can you check what other processes occupied memory in your machine. Bacuse your current task is not getting the enough memory to initialize. or try to reduce th

Re: RE: Making Mumak work with capacity scheduler

2011-09-22 Thread Uma Maheswara Rao G 72686
umak$ > bin/mumak.sh src/test/data/19-jobs.trace.json.gz > src/test/data/19-jobs.topology.json.gz > it gets stuck at some point. Log is here > <http://pastebin.com/9SNUHLFy> > Thanks, > Arun > > > > > > On Wed, Sep 21, 2011 at 2:03 PM, Uma Maheswa