Re: hadoop incremental build

2015-10-15 Thread Haopeng Liu
I have to use old version to look inside some bugs. I'm wondering whether maven support incremental build? Can I configure maven command to achieve it? Regards On 10/15/15 5:24 PM, Ted Yu wrote: hadoop-0.23.1 is an old release. I am not even sure whether there would be new release for that

hadoop incremental build

2015-10-15 Thread Haopeng Liu
Hi All, I'm building hadoop system from the source code via maven. Does it support incremental build? Thank you! Best, Haopeng

Re: hadoop incremental build

2015-10-15 Thread Ted Yu
After a brief search, I found HADOOP-12194 Can you clarify what your goal is ? Cheers On Thu, Oct 15, 2015 at 2:42 PM, Haopeng Liu wrote: > Hi All, > > I'm building hadoop system from the source code via maven. Does it support > incremental build? Thank you! > > Best, >

Re: hadoop incremental build

2015-10-15 Thread Haopeng Liu
Thank you. The patch of Hadoop-12194 seems will be used in Hadoop-2.8.0 version. I work on hadoop-0.23.1. How can I build old version hadoop incrementally? Regards On 10/15/15 4:44 PM, Ted Yu wrote: After a brief search, I found HADOOP-12194 Can you clarify what your goal is ? Cheers On

Re: hadoop incremental build

2015-10-15 Thread Ted Yu
hadoop-0.23.1 is an old release. I am not even sure whether there would be new release for that branch. Can you upgrade to more recent hadoop release ? Cheers On Thu, Oct 15, 2015 at 3:03 PM, Haopeng Liu wrote: > Thank you. The patch of Hadoop-12194 seems will be used in