|
|
-
can we remove Ant stuff now that MAPREDUCE-3543 (gridmix) has been mavenized?
Alejandro Abdelnur 2012-05-17, 16:12
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
-
Re: can we remove Ant stuff now that MAPREDUCE-3543 (gridmix) has been mavenized?
Konstantin Boudnik 2012-05-17, 16:15
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 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
-
Re: can we remove Ant stuff now that MAPREDUCE-3543 (gridmix) has been mavenized?
Todd Lipcon 2012-05-17, 16:23
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 <[EMAIL PROTECTED]> wrote: > 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 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
-- Todd Lipcon Software Engineer, Cloudera
-
Re: can we remove Ant stuff now that MAPREDUCE-3543 (gridmix) has been mavenized?
Alejandro Abdelnur 2012-05-17, 16:36
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-mapreduce/src/contrib/data_join : already migrated to hadoop-tools, DELETE hadoop-mapreduce/src/contrib/gridmix : already migrated to hadoop-tools, DELETE
hadoop-mapreduce/src/contrib/eclipse-plugin : not required anymore, DELETE
hadoop-mapreduce/src/test : this has AOP stuff, migration has not been started
hadoop-mapreduce/src/contrib/raid : migration of this to trunk is WIP
hadoop-mapreduce/src/contrib/block_forensics : ???? hadoop-mapreduce/src/contrib/vaidya : ???? hadoop-mapreduce/src/contrib/vertica : ????
thx. On Thu, May 17, 2012 at 9:15 AM, Konstantin Boudnik <[EMAIL PROTECTED]> wrote: > 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 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
-- Alejandro
-
Re: can we remove Ant stuff now that MAPREDUCE-3543 (gridmix) has been mavenized?
Eli Collins 2012-05-17, 16:40
+1 agree
On Thu, May 17, 2012 at 9:36 AM, Alejandro Abdelnur <[EMAIL PROTECTED]> 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-mapreduce/src/java : this is old MR1 stuff, dead code in trunk, > DELETE > hadoop-mapreduce/src/contrib/data_join : already migrated to hadoop-tools, > DELETE > hadoop-mapreduce/src/contrib/gridmix : already migrated to hadoop-tools, > DELETE > > hadoop-mapreduce/src/contrib/eclipse-plugin : not required anymore, DELETE > > hadoop-mapreduce/src/test : this has AOP stuff, migration has not been > started > > hadoop-mapreduce/src/contrib/raid : migration of this to trunk is WIP > > hadoop-mapreduce/src/contrib/block_forensics : ???? > hadoop-mapreduce/src/contrib/vaidya : ???? > hadoop-mapreduce/src/contrib/vertica : ???? > > thx. > > > On Thu, May 17, 2012 at 9:15 AM, Konstantin Boudnik <[EMAIL PROTECTED]> wrote: >> 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 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 > > > > -- > Alejandro
-
Re: can we remove Ant stuff now that MAPREDUCE-3543 (gridmix) has been mavenized?
Konstantin Boudnik 2012-05-17, 17:03
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: > > hadoop-mapreduce/src/java : this is old MR1 stuff, dead code in trunk, > DELETE > hadoop-mapreduce/src/contrib/data_join : already migrated to hadoop-tools, > DELETE > hadoop-mapreduce/src/contrib/gridmix : already migrated to hadoop-tools, > DELETE > > hadoop-mapreduce/src/contrib/eclipse-plugin : not required anymore, DELETE > > hadoop-mapreduce/src/test : this has AOP stuff, migration has not been > started > > hadoop-mapreduce/src/contrib/raid : migration of this to trunk is WIP > > hadoop-mapreduce/src/contrib/block_forensics : ???? > hadoop-mapreduce/src/contrib/vaidya : ???? > hadoop-mapreduce/src/contrib/vertica : ???? > > thx. > > > On Thu, May 17, 2012 at 9:15 AM, Konstantin Boudnik <[EMAIL PROTECTED]> wrote: > > 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 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 > > > > -- > Alejandro
-
Re: can we remove Ant stuff now that MAPREDUCE-3543 (gridmix) has been mavenized?
Thomas Graves 2012-05-17, 19:21
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" <[EMAIL PROTECTED]> 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-mapreduce/src/java : this is old MR1 stuff, dead code in trunk, > DELETE > hadoop-mapreduce/src/contrib/data_join : already migrated to hadoop-tools, > DELETE > hadoop-mapreduce/src/contrib/gridmix : already migrated to hadoop-tools, > DELETE > > hadoop-mapreduce/src/contrib/eclipse-plugin : not required anymore, DELETE > > hadoop-mapreduce/src/test : this has AOP stuff, migration has not been > started > > hadoop-mapreduce/src/contrib/raid : migration of this to trunk is WIP > > hadoop-mapreduce/src/contrib/block_forensics : ???? > hadoop-mapreduce/src/contrib/vaidya : ???? > hadoop-mapreduce/src/contrib/vertica : ???? > > thx. > > > On Thu, May 17, 2012 at 9:15 AM, Konstantin Boudnik <[EMAIL PROTECTED]> wrote: >> 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 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 > >
|
|