Re: Is there any way to stop a jenkins build

2015-12-29 Thread Ted Yu
bq. had configured the pull request builder timeout to be 300 minutes (5 hours) From https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-Maven-with-YARN/HADOOP_PROFILE=hadoop-2.4,label=spark-test/4592/ : - 1 hr 55 min building on an executor; - 1 hr 55 min total from scheduled to comple

Re: Is there any way to stop a jenkins build

2015-12-29 Thread Herman van Hövell tot Westerflier
Hi Josh, Your HiveThriftBinaryServerSuite fix wasn't in the build I was running (I forgot to merge the latest master). So it might actually work. As for stopping the build, it is understandable that you cannot do that without the proper permissions. It would still be cool to be able to issue a 's

Re: Is there any way to stop a jenkins build

2015-12-29 Thread Josh Rosen
Yeah, I thought that my quick fix might address the HiveThriftBinaryServerSuite hanging issue, but it looks like it didn't work so I'll now have to do the more principled fix of using a UDF which sleeps for some amount of time. In order to stop builds, you need to have a Jenkins account with the p

Re: Is there any way to stop a jenkins build

2015-12-29 Thread Herman van Hövell tot Westerflier
Thanks. I'll merge the most recent master... Still curious if we can stop a build. Kind regards, Herman van Hövell tot Westerflier 2015-12-29 18:59 GMT+01:00 Ted Yu : > HiveThriftBinaryServerSuite got stuck. > > I thought Josh has fixed this issue: > > [SPARK-11823][SQL] Fix flaky JDBC cancell

Re: Is there any way to stop a jenkins build

2015-12-29 Thread Ted Yu
HiveThriftBinaryServerSuite got stuck. I thought Josh has fixed this issue: [SPARK-11823][SQL] Fix flaky JDBC cancellation test in HiveThriftBinaryServerSuite On Tue, Dec 29, 2015 at 9:56 AM, Herman van Hövell tot Westerflier < hvanhov...@questtec.nl> wrote: > My AMPLAB jenkins build has been s

Is there any way to stop a jenkins build

2015-12-29 Thread Herman van Hövell tot Westerflier
My AMPLAB jenkins build has been stuck for a few hours now: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48414/consoleFull Is there a way for me to stop the build? Kind regards, Herman van Hövell