Hadoop-Mapreduce-trunk-Commit - Build # 837 - Still Failing

2011-09-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/837/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10363 lines...] [exec] config.status: cre

Re: Jenkins's Links to FindBugs warnings not useful

2011-09-02 Thread Vinod Kumar Vavilapalli
It didn't look like it worked. I just uploaded a patch, still the links turn up nothing: https://issues.apache.org/jira/browse/MAPREDUCE-2716?focusedCommentId=13096590&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13096590 +Vinod On Fri, Sep 2, 2011 at 11:12 PM, G

Hadoop-Mapreduce-trunk-Commit - Build # 836 - Still Failing

2011-09-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/836/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 11479 lines...] [exec] config.status: cre

[jira] [Resolved] (MAPREDUCE-2887) MR changes to match HADOOP-7524 (multiple RPC protocols)

2011-09-02 Thread Sanjay Radia (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Radia resolved MAPREDUCE-2887. - Resolution: Fixed Committed as part of HADOOP-7524 > MR changes to match HADOOP-7524

Hadoop-Mapreduce-trunk-Commit - Build # 835 - Still Failing

2011-09-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/835/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10364 lines...] [exec] config.status: cre

[jira] [Created] (MAPREDUCE-2929) Move task-controller from bin to libexec

2011-09-02 Thread Eric Yang (JIRA)
Move task-controller from bin to libexec Key: MAPREDUCE-2929 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2929 Project: Hadoop Map/Reduce Issue Type: Bug Components: task-controller

MiniYarnCluster multiple nodemanager support

2011-09-02 Thread Shawna Qian
Hello: I am trying to extend the MiniYarnCluster to support Multiple NodeManager. but I am getting this address already in use for ContainerManger registration. Seems like container manager is using a fixed address 0.0.0.0:4344. Should this be made configurable? Also, I am not sure if this

[jira] [Created] (MAPREDUCE-2928) MR-2413 improvements

2011-09-02 Thread Eli Collins (JIRA)
MR-2413 improvements Key: MAPREDUCE-2928 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2928 Project: Hadoop Map/Reduce Issue Type: Improvement Components: tasktracker Reporter: Eli Collins

Re: [jira] [Created] (MAPREDUCE-2911) Hamster: Hadoop And Mpi on the same cluSTER

2011-09-02 Thread Arun C Murthy
I've started a wiki to track this, please help keep it up-to-date... http://wiki.apache.org/hadoop/PoweredByYarn thanks, Arun On Aug 31, 2011, at 7:22 PM, Josh Patterson wrote: > Do we have a list of all MR2 frameworks being worked on currently > beyond MPI and Spark? > > JP > > On Tue, Aug 3

[jira] [Created] (MAPREDUCE-2927) CompletedJob.isUber throws a Yarn exception which makes the JobHistory UI unusable.

2011-09-02 Thread Robert Joseph Evans (JIRA)
CompletedJob.isUber throws a Yarn exception which makes the JobHistory UI unusable. --- Key: MAPREDUCE-2927 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2927 Proj

Re: Jenkins's Links to FindBugs warnings not useful

2011-09-02 Thread Mahadev Konar
Thanks Giri! mahadev On Fri, Sep 2, 2011 at 10:42 AM, Giridharan Kesavan wrote: > artifact archive location for mr per-comitt job on jenkins updated. > -Giri > > On Fri, Sep 2, 2011 at 7:33 AM, Vinod Kumar Vavilapalli > wrote: >> None of the links to the warnings related to FindBugs by Jenkins

Re: Jenkins's Links to FindBugs warnings not useful

2011-09-02 Thread Giridharan Kesavan
artifact archive location for mr per-comitt job on jenkins updated. -Giri On Fri, Sep 2, 2011 at 7:33 AM, Vinod Kumar Vavilapalli wrote: > None of the links to the warnings related to FindBugs by Jenkins on > submitting patch are working. You can see any of the JIRAs being built at > https://buil

Hadoop-Mapreduce-trunk-Commit - Build # 834 - Still Failing

2011-09-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/834/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10361 lines...] [exec] config.status: cre

[jira] [Created] (MAPREDUCE-2926) 500 Error in ResourceManager UI

2011-09-02 Thread Robert Joseph Evans (JIRA)
500 Error in ResourceManager UI --- Key: MAPREDUCE-2926 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2926 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0,

Re: [jira] [Created] (MAPREDUCE-2911) Hamster: Hadoop And Mpi on the same cluSTER

2011-09-02 Thread Josh Patterson
I've also heard that Matei Z is working on moving Spark to MRv2, but I havent confirmed that yet. JP On Thu, Sep 1, 2011 at 12:22 AM, Arun C Murthy wrote: > Those are the two public ones I know of currently... > > On Aug 31, 2011, at 7:22 PM, Josh Patterson wrote: > >> Do we have a list of all M

Re: Jenkins's Links to FindBugs warnings not useful

2011-09-02 Thread Robert Evans
You can do mvn findbugs:gui and then open up each of the findbugsXml.xml files manually. Or you should be able to run mvn site to generate HTML. You may need to modify the pom.xml file to include findbugs in the report section though. On 9/2/11 9:38 AM, "Vinod Kumar Vavilapalli" wrote: Oh,

Re: Jenkins's Links to FindBugs warnings not useful

2011-09-02 Thread Vinod Kumar Vavilapalli
Oh, I also just found this working link https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/lastSuccessfulBuild/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.htmlon https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/ . Seems that the artifacts are there only for the lastSucce

Jenkins's Links to FindBugs warnings not useful

2011-09-02 Thread Vinod Kumar Vavilapalli
None of the links to the warnings related to FindBugs by Jenkins on submitting patch are working. You can see any of the JIRAs being built at https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/. OTOH, I ran "~/Applications/full-packages/apache-maven-3.0.3/bin/mvn clean test findbugs:findbugs

Re: Get Hadoop 0.24.0-SNAPSHOT ready for Eclipse fails on retrieve hadoop-yarn-common jar

2011-09-02 Thread Robert Evans
I believe that if you take off the -e then it will work. If not run mvn eclipse:clean and then mvn eclipse:eclipse. It worked for me yesterday. --Bobby On 9/2/11 4:53 AM, "Mario Pastorelli" wrote: Hi all, I'm trying to download and prepare Hadoop trunk to be used on Eclipse using https://wi

Hadoop-Mapreduce-trunk - Build # 804 - Still Failing

2011-09-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/804/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 9398 lines...] [ivy:resolve] https://repository.

Get Hadoop 0.24.0-SNAPSHOT ready for Eclipse fails on retrieve hadoop-yarn-common jar

2011-09-02 Thread Mario Pastorelli
Hi all, I'm trying to download and prepare Hadoop trunk to be used on Eclipse using https://wiki.apache.org/hadoop/EclipseEnvironment but I'm having problems with Yarn. In particular the command mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true -e output this (this is just th

[jira] [Created] (MAPREDUCE-2925) job -status is giving continuously info message for completed jobs on the console

2011-09-02 Thread Devaraj K (JIRA)
job -status is giving continuously info message for completed jobs on the console -- Key: MAPREDUCE-2925 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2925

Get Hadoop 0.24.0-SNAPSHOT ready for Eclipse fails on retrieve hadoop-yarn-common jar

2011-09-02 Thread Mario Pastorelli
Hi all, I'm trying to download and prepare Hadoop trunk to be used on Eclipse using https://wiki.apache.org/hadoop/EclipseEnvironment but I'm having problems with Yarn. In particular the command mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true -e output this (this is just the e