|
|
-
jenkins hadoop 2.0.0 build?
Stack 2012-05-11, 21:31
I should put up a jenkins build that pulls 2.0.0? I should replace our hadoop 0.23 with this? Are these args enough?
mvn -PlocalTests -Psecurity -Dhadoop.profile=23 -Dhadoop.version=2.0.0-SNAPSHOT
Thanks, St.Ack
-
Re: jenkins hadoop 2.0.0 build?
Jesse Yates 2012-05-11, 21:37
-PlocalTests shouldn't be run on the build server, that should just be for running the tests locally. ------------------- Jesse Yates @jesse_yates jyates.github.com On Fri, May 11, 2012 at 2:31 PM, Stack <[EMAIL PROTECTED]> wrote:
> I should put up a jenkins build that pulls 2.0.0? I should replace > our hadoop 0.23 with this? Are these args enough? > > mvn -PlocalTests -Psecurity -Dhadoop.profile=23 > -Dhadoop.version=2.0.0-SNAPSHOT > > Thanks, > St.Ack >
-
Re: jenkins hadoop 2.0.0 build?
Ted Yu 2012-05-11, 22:18
The security profile is not needed either - HBASE-5732 got checked in.
BTW we can either repurpose or remove HBase-TRUNK-security build.
Cheers
On Fri, May 11, 2012 at 2:37 PM, Jesse Yates <[EMAIL PROTECTED]>wrote:
> -PlocalTests shouldn't be run on the build server, that should just be for > running the tests locally. > ------------------- > Jesse Yates > @jesse_yates > jyates.github.com > > > On Fri, May 11, 2012 at 2:31 PM, Stack <[EMAIL PROTECTED]> wrote: > > > I should put up a jenkins build that pulls 2.0.0? I should replace > > our hadoop 0.23 with this? Are these args enough? > > > > mvn -PlocalTests -Psecurity -Dhadoop.profile=23 > > -Dhadoop.version=2.0.0-SNAPSHOT > > > > Thanks, > > St.Ack > > >
-
Re: jenkins hadoop 2.0.0 build?
Jesse Yates 2012-05-11, 22:23
+1 on removing the security profile. ------------------- Jesse Yates @jesse_yates jyates.github.com On Fri, May 11, 2012 at 3:18 PM, Ted Yu <[EMAIL PROTECTED]> wrote:
> The security profile is not needed either - HBASE-5732 got checked in. > > BTW we can either repurpose or remove HBase-TRUNK-security build. > > Cheers > > On Fri, May 11, 2012 at 2:37 PM, Jesse Yates <[EMAIL PROTECTED] > >wrote: > > > -PlocalTests shouldn't be run on the build server, that should just be > for > > running the tests locally. > > ------------------- > > Jesse Yates > > @jesse_yates > > jyates.github.com > > > > > > On Fri, May 11, 2012 at 2:31 PM, Stack <[EMAIL PROTECTED]> wrote: > > > > > I should put up a jenkins build that pulls 2.0.0? I should replace > > > our hadoop 0.23 with this? Are these args enough? > > > > > > mvn -PlocalTests -Psecurity -Dhadoop.profile=23 > > > -Dhadoop.version=2.0.0-SNAPSHOT > > > > > > Thanks, > > > St.Ack > > > > > >
-
Re: jenkins hadoop 2.0.0 build?
Stack 2012-05-12, 04:40
On Fri, May 11, 2012 at 3:23 PM, Jesse Yates <[EMAIL PROTECTED]> wrote: > +1 on removing the security profile. I disabled hbase-TRUNK-security and hbase-TRUNK-Hadoop-23 and created hbase-TRUNK-Hadoop-2.0.0 which checks if it should run twice a day.
St.Ack
-
Re: jenkins hadoop 2.0.0 build?
Ted Yu 2012-05-13, 00:41
The following commandline in test-patch.sh should be modified so that patch testing is consistent with hbase-TRUNK-Hadoop-2.0.0 build: $MVN clean test -DskipTests -Dhadoop.profile=23 -D${PROJECT_NAME}PatchProcess > $PATCH_DIR/trunk23JavacWarnings.txt 2>&1
Cheers
On Fri, May 11, 2012 at 9:40 PM, Stack <[EMAIL PROTECTED]> wrote:
> On Fri, May 11, 2012 at 3:23 PM, Jesse Yates <[EMAIL PROTECTED]> > wrote: > > +1 on removing the security profile. > > > I disabled hbase-TRUNK-security and hbase-TRUNK-Hadoop-23 and created > hbase-TRUNK-Hadoop-2.0.0 which checks if it should run twice a day. > > St.Ack >
|
|