As far as I can tell, the Fetcher class executes from within a Task
JVM. So check your reduce's userlogs output instead of the
service's/daemon's logs.
Additionally, depending on what version of Hadoop you're using for
your project, try this: http://search-hadoop.com/m/SKajPZOkJa1
On Tue, Jul 3,
Debugging Hadoop daemons in Eclipse / Netbeans debugger
---
Key: HADOOP-8024
URL: https://issues.apache.org/jira/browse/HADOOP-8024
Project: Hadoop Common
Issue Type: Improvement
On Wed, Jan 26, 2011 at 12:44, Ted Dunning wrote:
> Konstantin has good advice here, but the reader should note that "remove"
> should be read as "remote".
>
> Easy typo to make, but this one changes meaning.
>
This is very true - thanks for catching it: I guess my minds were
remote when I was ty
Konstantin has good advice here, but the reader should note that "remove"
should be read as "remote".
Easy typo to make, but this one changes meaning.
On Wed, Jan 26, 2011 at 12:27 PM, Konstantin Boudnik wrote:
> Another way is to use Java remove debugging feature, which allows you
> to keep yo
Another way is to use Java remove debugging feature, which allows you
to keep your IDE and source code locally and run a Hadoop daemon with
a couple extra JVM flags to bring up debug server within the process.
On Wed, Jan 26, 2011 at 09:22, Steve Loughran wrote:
> On 23/01/11 06:31, Zinab Ahmed M
On 23/01/11 06:31, Zinab Ahmed Mahmoud Elgendy wrote:
I want to make debugging step by step using eclipse for example. I thought
about remote debugging but i couldn't use it to debug the slave code.
on your local (unix) desktop set X up to allow anyone:
xhost +
on the target machine install
I want to make debugging step by step using eclipse for example. I thought
about remote debugging but i couldn't use it to debug the slave code.
I want to dabug the hadoop code to make some changes.
2011 8:14 AM
Subject: Re: debugging hadoop
Hi,
You can see IsolationRunner that allows to run a test on a failing node...
Sarthak Dudhara
Sent from my phone. Please excuse the brevity.
On Jan 22, 2011, at 22:03, Zinab Ahmed Mahmoud Elgendy
wrote:
> I want to debug the hadoop code in
Hi,
You can see IsolationRunner that allows to run a test on a failing node...
Sarthak Dudhara
Sent from my phone. Please excuse the brevity.
On Jan 22, 2011, at 22:03, Zinab Ahmed Mahmoud Elgendy
wrote:
> I want to debug the hadoop code in multi-node cluster, not only debugging an
> appl
I want to debug the hadoop code in multi-node cluster, not only debugging an
application as WordCount but also the hadoop code itself to understand the idea
of it.
Thanks.
10 matches
Mail list logo