Re: PreCommit-HIVE-TRUNK-Build

2015-10-23 Thread Ashutosh Chauhan
https://issues.apache.org/jira/browse/HIVE-12253 On Fri, Oct 23, 2015 at 5:34 PM, Eugene Koifman wrote: > Does anyone know what is going on here? All the runs are failing to build > > > http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/ >

PreCommit-HIVE-TRUNK-Build

2015-10-23 Thread Eugene Koifman
Does anyone know what is going on here? All the runs are failing to build http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/ 2015-10-23 19:02:11,706 INFO LocalCommand$CollectLogPolicy.handleOutput:69 [ERROR] /data/hive-ptest/working/apache-github

Re: PreCommit-HIVE-TRUNK-Build still on svn repo

2015-04-25 Thread Thejas Nair
ails with an NPE - >> 2015-04-23 22:32:34,618 ERROR TestExecutor.run:138 Error executing >> PreCommit-HIVE-TRUNK-Build-3565 java.lang.NullPointerException: branch >> at >> com.google.common.base.Preconditions.checkNotNull(Preconditions.java:209) >

Re: PreCommit-HIVE-TRUNK-Build still on svn repo

2015-04-24 Thread Sergio Pena
; git. > > I see jobs getting submitted in precommit, and git checkout being > used, but it still fails with an NPE - > 2015-04-23 22:32:34,618 ERROR TestExecutor.run:138 Error executing > PreCommit-HIVE-TRUNK-Build-3565 java.lang.NullPointerException: branch > at > com.goo

Re: PreCommit-HIVE-TRUNK-Build still on svn repo

2015-04-23 Thread Thejas Nair
Sergio, Szehon, thanks for updating the repo being checkout from svn to git. I see jobs getting submitted in precommit, and git checkout being used, but it still fails with an NPE - 2015-04-23 22:32:34,618 ERROR TestExecutor.run:138 Error executing PreCommit-HIVE-TRUNK-Build-3565

Re: PreCommit-HIVE-TRUNK-Build still on svn repo

2015-04-23 Thread Szehon Ho
Yea it is probably specified in the source code or the properties file, the option is not exposed as parameter via jenkins job currently (wasn't expected it would switch). We will have to look at it. On Thu, Apr 23, 2015 at 10:12 AM, Ashutosh Chauhan wrote: > Hi all, > > Seems like Hive QA is s

Re: PreCommit-HIVE-TRUNK-Build still on svn repo

2015-04-23 Thread Sergio Pena
I'm going to investigate that. I think there is some work that is needed to do in the dev-support/ scripts in order to switch to git. On Thu, Apr 23, 2015 at 12:12 PM, Ashutosh Chauhan wrote: > Hi all, > > Seems like Hive QA is still doing checkouts from locked down svn repo for > running tests.

PreCommit-HIVE-TRUNK-Build still on svn repo

2015-04-23 Thread Ashutosh Chauhan
Hi all, Seems like Hive QA is still doing checkouts from locked down svn repo for running tests. When I went to configure page of jenkins job, it doesn't list git as an option in Source code management section. Does anyone know if git repo is supported there? And if so, how to enable it? Thanks,