compiling individual modules

2014-12-07 Thread Srinivas Chamarthi
Hi, I am trying to compile individual modules and getting enforcer error with depcheck. is there a way I can disable this ? I just want to build one jar and replace it in my cluster. I don't want to build whole hadoop for this single jar. Appreciate any inputs. [INFO] ---

Re: compiling individual modules

2014-12-07 Thread Ted Yu
Can you pastebin the error preceding the lines you posted ? What command did you use ? Cheers On Sun, Dec 7, 2014 at 7:53 AM, Srinivas Chamarthi < srinivas.chamar...@gmail.com> wrote: > Hi, > > I am trying to compile individual modules and getting enforcer error with > depcheck. is there a way

Re: compiling individual modules

2014-12-07 Thread Srinivas Chamarthi
mvn -DskipTests package in already built project for modified changes (TaskImpl.java) On Sun, Dec 7, 2014 at 8:01 AM, Ted Yu wrote: > Can you pastebin the error preceding the lines you posted ? > > What command did you use ? > > Cheers > > On Sun, Dec 7, 2014 at 7:53 AM, Srinivas Chamarthi < >

Re: compiling individual modules

2014-12-07 Thread Ted Yu
I used the following command under these directories: hadoop-mapreduce-project/hadoop-mapreduce-client/ hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app mvn -am -DskipTests package Both completed successfully. On Sun, Dec 7, 2014 at 2:04 PM, Srinivas Chamarthi < srini