Re: jenkins build

2014-06-16 Thread Ted Yu
Build #5 failed with: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project slider-core: ExecutionException; nested exception is java.util.concurrent.ExecutionException: java.lang.RuntimeException: The forked VM terminated without

Re: jenkins build

2014-06-16 Thread Ted Yu
I changed build command to: clean -Dslider.conf.dir=src/test/clusters/offline/slider/ package Let's see what test failure(s) come up. Cheers On Mon, Jun 16, 2014 at 3:38 PM, Billie Rinaldi wrote: > Okay, https://builds.apache.org/job/Slider-develop had a successful build > with tests skipped

[jira] [Updated] (SLIDER-126) Slider-Agent and Agent Provider need to handle component instance install/start failure gracefully

2014-06-16 Thread Sumit Mohanty (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Mohanty updated SLIDER-126: - Description: There are several error scenarios that need to be handled properly: Agent stopped he

[jira] [Updated] (SLIDER-75) push back slider shell enhancements into bigtop

2014-06-16 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated SLIDER-75: - Summary: push back slider shell enhancements into bigtop (was: push back suitable bigtop changes

[jira] [Resolved] (SLIDER-136) Upgrade to HBase 0.98.3

2014-06-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved SLIDER-136. --- Resolution: Fixed > Upgrade to HBase 0.98.3 > --- > > Key: SLIDER-136 >

[jira] [Commented] (SLIDER-136) Upgrade to HBase 0.98.3

2014-06-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033198#comment-14033198 ] ASF subversion and git services commented on SLIDER-136: Commit c6

[jira] [Created] (SLIDER-136) Upgrade to HBase 0.98.3

2014-06-16 Thread Ted Yu (JIRA)
Ted Yu created SLIDER-136: - Summary: Upgrade to HBase 0.98.3 Key: SLIDER-136 URL: https://issues.apache.org/jira/browse/SLIDER-136 Project: Slider Issue Type: Task Reporter: Ted Yu

[jira] [Commented] (SLIDER-75) push back suitable bigtop changes into bigtop

2014-06-16 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033189#comment-14033189 ] Steve Loughran commented on SLIDER-75: -- Jay -no, i'll close this once it's done. Onc

Re: specifying slider.conf.dir for functional tests

2014-06-16 Thread Ted Yu
In SliderTestUtils.groovy : public static void assume(boolean condition, String message) { if (!condition) { log.warn("Skipping test: " + message) If assumeBoolOption() can log the key along with the above warning, that would help developer better understand the reason for skipping tes

Re: specifying slider.conf.dir for functional tests

2014-06-16 Thread Sumit Mohanty
Its ./src/test/clusters/offline (looks like a typo in the md file) On Mon, Jun 16, 2014 at 4:02 PM, Ted Yu wrote: > From src/site/markdown/developing/functional_tests.md : > > There is a configuration do do exactly this in > `src/test/configs/offline/slider`: > > slider.conf.dir=src/test/co

Re: specifying slider.conf.dir for functional tests

2014-06-16 Thread Sumit Mohanty
Its ./src/test/clusters/offline (looks like a typo in the md file) -Sumit On Mon, Jun 16, 2014 at 4:02 PM, Ted Yu wrote: > From src/site/markdown/developing/functional_tests.md : > > There is a configuration do do exactly this in > `src/test/configs/offline/slider`: > > slider.conf.dir=src

Re: specifying slider.conf.dir for functional tests

2014-06-16 Thread Ted Yu
>From src/site/markdown/developing/functional_tests.md : There is a configuration do do exactly this in `src/test/configs/offline/slider`: slider.conf.dir=src/test/configs/offline/slider As far as I can tell, there is no src/test/configs/offline in codebase. Cheers On Mon, Jun 16, 2014 at

specifying slider.conf.dir for functional tests

2014-06-16 Thread Ted Yu
Hi, I looked at slider-funtest/target/surefire-reports/org.apache.slider.funtest.commands.TestListCommand.txt and found the following: Caused by: java.lang.RuntimeException: Undefined property slider.conf.dir at org.apache.slider.funtest.framework.CommandTestBase.sysprop(CommandTestBase.g

[jira] [Resolved] (SLIDER-135) Move protobuf generation to a profile and check in generated classes

2014-06-16 Thread Billie Rinaldi (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Billie Rinaldi resolved SLIDER-135. --- Resolution: Fixed Rebuild the protobuf classes with "mvn clean package -DskipTests -Pcompile

Re: jenkins build

2014-06-16 Thread Billie Rinaldi
Okay, https://builds.apache.org/job/Slider-develop had a successful build with tests skipped after I checked in the generated classes (SLIDER-135). Now we can move towards doing some testing in the build. On Mon, Jun 2, 2014 at 10:26 AM, Billie Rinaldi wrote: > I created https://builds.apache.o

[jira] [Commented] (SLIDER-135) Move protobuf generation to a profile and check in generated classes

2014-06-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14032768#comment-14032768 ] ASF subversion and git services commented on SLIDER-135: Commit 4f

slider app package artifact for accumulo

2014-06-16 Thread Billie Rinaldi
I've been experimenting with generating an app package for Accumulo as part of our normal Slider build. This is easy for Accumulo because its bin.tar.gz artifact has been uploaded into Maven central, which is not the case for the other apps. So, my questions are whether this is useful enough to a

[jira] [Created] (SLIDER-135) Move protobuf generation to a profile and check in generated classes

2014-06-16 Thread Billie Rinaldi (JIRA)
Billie Rinaldi created SLIDER-135: - Summary: Move protobuf generation to a profile and check in generated classes Key: SLIDER-135 URL: https://issues.apache.org/jira/browse/SLIDER-135 Project: Slider

[jira] [Commented] (SLIDER-75) push back suitable bigtop changes into bigtop

2014-06-16 Thread jay vyas (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14032670#comment-14032670 ] jay vyas commented on SLIDER-75: FYI work on this is now transferred into the bigtop jira