Build failed in Jenkins: Hadoop-Common-0.23-Build #85

2011-12-04 Thread Apache Jenkins Server
See -- [...truncated 8064 lines...] [INFO] Installing to /home/jenkins/.m2/repository/org/apache/hadoop/hado

Build failed in Jenkins: Hadoop-Common-trunk #248

2011-12-04 Thread Apache Jenkins Server
See -- [...truncated 34560 lines...] Setting project property: maven.dependency.jdk.tools.jdk.tools.jar.path -> /home/jenkins/tools/java/latest/lib/tools.jar [INFO] Executing tasks Build sequence for

Hadoop for running tests in parallel

2011-12-04 Thread Sandeep Baldawa
Hi, I read few basic things on Hadoop and was interested to know the opinion of experts on few things. These questions might be bit vague, feel free to ask me questions, if the below is not clear. - Can Hadoop framework be used for running large number of tests(here we are talking about at least

Re: Which branch for my patch?

2011-12-04 Thread Niels Basjes
Hi, On Wed, Nov 30, 2011 at 18:51, Eli Collins wrote: > Thanks for contributing. The nest place to contribute new features is >> to trunk. It's currently an easy merge from trunk to branch 23 to get >> it in a 23.x release (you can set the jira's target version to 23.1 to >> indicate this). >>

Re: Which branch for my patch?

2011-12-04 Thread Eli Collins
On Sun, Dec 4, 2011 at 3:30 PM, Niels Basjes wrote: > Hi, > > On Wed, Nov 30, 2011 at 18:51, Eli Collins wrote: > >> Thanks for contributing.  The nest place to contribute new features is >>> to trunk. It's currently an easy merge from trunk to branch 23 to get >>> it in a 23.x release (you can s

[jira] [Created] (HADOOP-7881) Fix javadoc warnings in AuthenticationToken

2011-12-04 Thread Eli Collins (Created) (JIRA)
Fix javadoc warnings in AuthenticationToken --- Key: HADOOP-7881 URL: https://issues.apache.org/jira/browse/HADOOP-7881 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.23.0 R

Re:How Jobtrakcer stores Tasktrackers Information

2011-12-04 Thread 郭冲
the heartbeat is the way that jobtracker and tasktracker communicate with each other, tasktracker send heartbeat to jobtracker continuously, and jobtracker returns the task or something else. tasktracker instance call the func heartbeat() in jobtracker.java to send heartbeat. At 2011-12-01

Re: Compressor setInput input permanence

2011-12-04 Thread Todd Lipcon
Hi Tim, My guess is that this contract isn't explicitly documented anywhere. But the good news is that the set of implementors and users of this API is fairly well contained. I'd propose you do the following: - Look for any dependent projects which use the Compressor API directly. I know HBase do