Hadoop-Common-trunk - Build # 724 - Still Failing

2011-06-21 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/724/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 24533 lines...] jar: [tar] Nothing to do: /grid/0

[jira] [Created] (HADOOP-7409) TestTFileByteArrays is failing on Hudson

2011-06-21 Thread Aaron T. Myers (JIRA)
TestTFileByteArrays is failing on Hudson Key: HADOOP-7409 URL: https://issues.apache.org/jira/browse/HADOOP-7409 Project: Hadoop Common Issue Type: Bug Components: io Affects Versions: 0

[jira] [Created] (HADOOP-7410) Mavenize common RPM/DEB

2011-06-21 Thread Alejandro Abdelnur (JIRA)
Mavenize common RPM/DEB --- Key: HADOOP-7410 URL: https://issues.apache.org/jira/browse/HADOOP-7410 Project: Hadoop Common Issue Type: Task Reporter: Alejandro Abdelnur Mavenize RPM/DEB generation -- This m

[jira] [Created] (HADOOP-7411) Convert remaining Ant based build to Maven

2011-06-21 Thread Alejandro Abdelnur (JIRA)
Convert remaining Ant based build to Maven -- Key: HADOOP-7411 URL: https://issues.apache.org/jira/browse/HADOOP-7411 Project: Hadoop Common Issue Type: Task Reporter: Alejandro Abdelnur

[jira] [Created] (HADOOP-7412) Mavenization Umbrella

2011-06-21 Thread Alejandro Abdelnur (JIRA)
Mavenization Umbrella - Key: HADOOP-7412 URL: https://issues.apache.org/jira/browse/HADOOP-7412 Project: Hadoop Common Issue Type: Task Reporter: Alejandro Abdelnur Umbrella JIRA for all Mavenization JIRAs

[jira] [Created] (HADOOP-7413) Create Jenkins build for Maven patch testing

2011-06-21 Thread Tom White (JIRA)
Create Jenkins build for Maven patch testing Key: HADOOP-7413 URL: https://issues.apache.org/jira/browse/HADOOP-7413 Project: Hadoop Common Issue Type: Sub-task Components: build

run hadoop directly out of trunk checkout?

2011-06-21 Thread Eric Caspole
Is it still possible to run hadoop directly out of a svn checkout and build of trunk? A few weeks ago I was using the three variables HADOOP_HDFS_HOME/HADOOP_COMMON_HOME/HADOOP_MAPREDUCE_HOME and it all worked fine. It seems there has been a lot of changes in the scripts, and I can't get it

Re: run hadoop directly out of trunk checkout?

2011-06-21 Thread Alejandro Abdelnur
Eric, Yesterday I was trying the same, I've used the script from HADOOP-6846 (after doing a s/mapred/mapreduce/g) then I had to add the hadoop-*JARs to the classpath then when trying to start the scripts started complaining about things not found in /usr/share Then I've given up. Thxs. Alejan

Re: run hadoop directly out of trunk checkout?

2011-06-21 Thread Eli Collins
Hey Eric, It works for hdfs (here are the scripts I used: https://github.com/elicollins/hadoop-dev) Not long ago it worked for everything, looks like mr was recently broken. I think there's a jira for this. $ jt2 /home/eli/src/hadoop2/mapreduce/bin/mapred: line 22: /home/eli/src/hadoop2/mapreduc

[jira] [Created] (HADOOP-7414) path to setWar() in HttpServer is not setup properly for resources from Jar URLs

2011-06-21 Thread Benjamin Reed (JIRA)
path to setWar() in HttpServer is not setup properly for resources from Jar URLs Key: HADOOP-7414 URL: https://issues.apache.org/jira/browse/HADOOP-7414 Project: Hadoop C