Re: ClassNotFoundException: org.apache.commons.io.FileUtils

2012-05-17 Thread Ted Yu
I changed hadoop version to 1.0.2 and the test passed. I would tend to say 1.0.3 had a regression in this regard. Cheers On Thu, May 17, 2012 at 8:11 PM, Ted Yu wrote: > Correction to my first email: > I refreshed my HBase 0.92 workspace and I could see the same test failure. > > Under ~/.m2/r

Re: ClassNotFoundException: org.apache.commons.io.FileUtils

2012-05-17 Thread Ted Yu
Correction to my first email: I refreshed my HBase 0.92 workspace and I could see the same test failure. Under ~/.m2/repository/org/apache/commons/commons-io, I still see 1.3.2 I ran 'mvn dependency:tree' under 0.92 and don't see commons-io in the output. Do we need to include commons-io explici

Re: ClassNotFoundException: org.apache.commons.io.FileUtils

2012-05-17 Thread Todd Lipcon
I believe we upgraded to commons-io 3.0 in 1.0.3. Did you check the 1.0.3 pom? -Todd On Thu, May 17, 2012 at 8:01 PM, Ted Yu wrote: > Hi, > HBase 0.92 upgraded hadoop to 1.0.3 today. > We started seeing some test failures which we didn't see before. e.g.: > https://builds.apache.org/view/G-L/vie

ClassNotFoundException: org.apache.commons.io.FileUtils

2012-05-17 Thread Ted Yu
Hi, HBase 0.92 upgraded hadoop to 1.0.3 today. We started seeing some test failures which we didn't see before. e.g.: https://builds.apache.org/view/G-L/view/HBase/job/HBase-0.92/410/testReport/org.apache.hadoop.hbase.mapred/TestTableMapReduce/testMultiRegionTable/ Here is the interesting part: Ca

Re: Oozie vs. YARN "application"

2012-05-17 Thread Keith Wiley
On May 17, 2012, at 17:49 , Arun C Murthy wrote: > Currently YARN doesn't offer anything to manage a DAG of applications. Well, there is the following webpage: http://hadoop.apache.org/common/docs/r0.23.1/hadoop-yarn/hadoop-yarn-site/YARN.html which suggests that YARN supports a dag of MR jobs w

[jira] [Created] (MAPREDUCE-4267) mavenize pipes

2012-05-17 Thread Thomas Graves (JIRA)
Thomas Graves created MAPREDUCE-4267: Summary: mavenize pipes Key: MAPREDUCE-4267 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4267 Project: Hadoop Map/Reduce Issue Type: Bug

ABORTED svn integrates

2012-05-17 Thread Eli Collins
Hey gang, The reason for the ABORTED MR integrates you see in jira like the following: Integrated in Hadoop-Mapreduce-trunk-Commit #2280 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2280/]) HDFS-2800. Fix cancellation of checkpoints in the standby node to be more reliable.

[jira] [Created] (MAPREDUCE-4266) remove Ant remnants from MR

2012-05-17 Thread Alejandro Abdelnur (JIRA)
Alejandro Abdelnur created MAPREDUCE-4266: - Summary: remove Ant remnants from MR Key: MAPREDUCE-4266 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4266 Project: Hadoop Map/Reduce

Re: can we remove Ant stuff now that MAPREDUCE-3543 (gridmix) has been mavenized?

2012-05-17 Thread Thomas Graves
There are a few jiras to finish some porting - like a few of the gridmix tests, but as you said we can revive them from svn at that point. So I'm +1. Tom On 5/17/12 11:36 AM, "Alejandro Abdelnur" wrote: > My take is that we should delete all the stuff from there and unwire > completely ANT fro

Re: can we remove Ant stuff now that MAPREDUCE-3543 (gridmix) has been mavenized?

2012-05-17 Thread Konstantin Boudnik
Ok, makes sense. On Thu, May 17, 2012 at 09:36AM, Alejandro Abdelnur wrote: > My take is that we should delete all the stuff from there and unwire > completely ANT from the build. Things can be revived from SVN if necessary > at porting time. > > AFAIK, the current status of the old code is: > >

Re: can we remove Ant stuff now that MAPREDUCE-3543 (gridmix) has been mavenized?

2012-05-17 Thread Eli Collins
+1 agree On Thu, May 17, 2012 at 9:36 AM, Alejandro Abdelnur wrote: > My take is that we should delete all the stuff from there and unwire > completely ANT from the build. Things can be revived from SVN if necessary > at porting time. > > AFAIK, the current status of the old code is: > > hadoop-

Re: can we remove Ant stuff now that MAPREDUCE-3543 (gridmix) has been mavenized?

2012-05-17 Thread Alejandro Abdelnur
My take is that we should delete all the stuff from there and unwire completely ANT from the build. Things can be revived from SVN if necessary at porting time. AFAIK, the current status of the old code is: hadoop-mapreduce/src/java : this is old MR1 stuff, dead code in trunk, DELETE hadoop-mapre

Re: can we remove Ant stuff now that MAPREDUCE-3543 (gridmix) has been mavenized?

2012-05-17 Thread Todd Lipcon
This code hasn't been building/running for months, and isn't updated against MR2. So, I would advocate removing it. If an active maintainer steps up, we can revive it from SVN history as necessary. -Todd On Thu, May 17, 2012 at 9:15 AM, Konstantin Boudnik wrote: > Herriot and fault injection wor

Re: can we remove Ant stuff now that MAPREDUCE-3543 (gridmix) has been mavenized?

2012-05-17 Thread Konstantin Boudnik
Herriot and fault injection work is still due, although it won't affect the build if these files will be removed. Cos On Thu, May 17, 2012 at 09:12AM, Alejandro Abdelnur wrote: > First of all, Thomas, thanks for finalizing Gridmix mavenization. > > AFAIK this was the blocker to get rid of the An

can we remove Ant stuff now that MAPREDUCE-3543 (gridmix) has been mavenized?

2012-05-17 Thread Alejandro Abdelnur
First of all, Thomas, thanks for finalizing Gridmix mavenization. AFAIK this was the blocker to get rid of the Ant remnants from MR build. Can we delete all the build.xml and all the sources under hadoop-mapred/src that are in hadoop-tools and/or dead? thx -- Alejandro

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

2012-05-17 Thread Milind Bhandarkar (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milind Bhandarkar resolved MAPREDUCE-2911. -- Resolution: Fixed > Hamster: Hadoop And Mpi on the same cluSTER > -

Review Request.

2012-05-17 Thread Bhallamudi Venkata Siva Kamesh
Hi All, I have submitted patches for the following issues, can someone please review them. MAPREDUCE-4071 MAPREDUCE-4002 MAPREDUCE-3870 MAPREDUCE-2493 -- Thanks&Regards, Bh.V.S.Kamesh, +91-9652725948