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

Re: hadoop 2.6 jar command doesn't load text files in classpath

2015-10-15 Thread Bourgon, Armel
Hello Chris, Thanks for your interest in this issue. I set up a local installation of 2.5.2 and I am actually running into the same issue. I will work on a jira ticket tomorrow. Best — Armel Bourgon > On Oct 15, 2015, at 3:41 PM, Chris Nauroth wrote: > > Hello

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

hadoop 2.6 jar command doesn't load text files in classpath

2015-10-15 Thread Bourgon, Armel
Hello, To give you a bit of context, I wrote a java library that aims to provide an easy way to coordinate multiple MR jobs and execute them with a single jar submission. The final result is a "fat jar” (build using the maven assembly plugin) that contains the different Mapper and Reducer

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

Re: hadoop 2.6 jar command doesn't load text files in classpath

2015-10-15 Thread Chris Nauroth
Hello Armel, That's an interesting find. Thank you for reporting it. I know you mentioned an upgrade from 0.20 to 2.6. Do you also have the ability to test against an earlier 2.x release, like 2.5.2? If the problem repros in 2.6.0, but not in 2.5.2, then I wonder if it's a regression