Re: How to create a patch that contains a binary file

2017-05-05 Thread Juan Rodríguez Hortalá
t; That will generate a git format patch that should preserve the binary file. > > .. Owen > > On Fri, May 5, 2017 at 2:43 PM, Juan Rodríguez Hortalá < > juan.rodriguez.hort...@gmail.com> wrote: > > > Hi, > > > > For HIVE-16539 I created a patch that adds a

How to create a patch that contains a binary file

2017-05-05 Thread Juan Rodríguez Hortalá
Hi, For HIVE-16539 I created a patch that adds a new ORC file, using `git diff --no-prefix` as specified in https://cwiki.apache.org/confluence/display/Hive/HowToContribute#HowToContribute-CreatingaPatch. The corresponding jenkins build

Re: Problems running tests in Jenkins

2017-05-04 Thread Juan Rodríguez Hortalá
Ok, thanks again! On Thu, May 4, 2017 at 2:21 PM, Vihang Karajgaonkar wrote: > You can hover your cursor over the edit icon for each build in the queue > and it will show the Hive JIRA number for that build. > > On Thu, May 4, 2017 at 1:54 PM, Juan Rodríguez Hortalá < > j

Re: Problems running tests in Jenkins

2017-05-04 Thread Juan Rodríguez Hortalá
b. Its build > number > in the queue is 5051. It should get picked up when the other patches before > yours in the queue are processed. > > On Thu, May 4, 2017 at 1:42 PM, Juan Rodríguez Hortalá < > juan.rodriguez.hort...@gmail.com> wrote: > > > Hi, > > >

Problems running tests in Jenkins

2017-05-04 Thread Juan Rodríguez Hortalá
Hi, I'm trying to re-trigger the test run in Jenkins for https://issues.apache.org/jira/browse/HIVE-16539. I have tried cancelling and resubmitting the patch as indicated in https://cwiki.apache.org/confluence/display/Hive/HowToContribute#HowToContribute-PrecommitTestsbyHiveQA, and also attaching