Re: pre-commit Jenkins build isn't running - is this related to mast moved to HBase 1.4?

2018-07-12 Thread James Taylor
Awesome, Thomas! Thanks for following up on this. On Thu, Jul 12, 2018 at 10:01 AM Thomas D'Silva wrote: > I found a similar issue posted here > https://issues.apache.org/jira/browse/INFRA-16349. > I was able to get the Precommit build to post to jira by changing the > jiracli cmd location to

Re: pre-commit Jenkins build isn't running - is this related to mast moved to HBase 1.4?

2018-07-12 Thread Thomas D'Silva
I found a similar issue posted here https://issues.apache.org/jira/browse/INFRA-16349. I was able to get the Precommit build to post to jira by changing the jiracli cmd location to /home/jenkins/tools/jiracli/latest/jira.sh If you submit a patch the Precommit build should post the results to the

Re: pre-commit Jenkins build isn't running - is this related to mast moved to HBase 1.4?

2018-03-08 Thread Thomas D'Silva
I think the exception is because we are using JDK7 according to this issue https://issues.apache.org/jira/browse/HIVE-18461. I tried switching the precommit build to use JDK8 but it then fails on a different error: This message is automatically generated.' --issue PHOENIX-4576 Unable to log in to

Re: pre-commit Jenkins build isn't running - is this related to mast moved to HBase 1.4?

2018-03-02 Thread Thomas D'Silva
The precommit build is running but not posting the results to the jira. It looks like hadoopqa is unable to login. Does anyone know how to fix this? export USER=hudson + USER=hudson + /home/jenkins/tools/jiracli/latest/jira -s https://issues.apache.org/jira -a addcomment -u hadoopqa -p

pre-commit Jenkins build isn't running - is this related to mast moved to HBase 1.4?

2018-01-18 Thread James Taylor
The pre-commit Jenkins job doesn't appear to be running. Do you think this might be related to moving master to HBase 1.4? Another potential culprit might be PHOENIX-4538. WDYT, Lars? Thanks, James