You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by John Sichi <js...@fb.com> on 2011/06/22 21:02:07 UTC

trunk busted?

Are other committers able to pass tests on Hive trunk?  I'm getting lots of failures, and Jenkins seems to have been barfing for a while too.

JVS


Re: trunk busted?

Posted by John Sichi <js...@fb.com>.
OK, I guess it's because I'm hitting the permissions mystery discussed with you and Paul back-channel.  We need to get that resolved.

JVS

On Jun 22, 2011, at 10:20 PM, Ning Zhang wrote:

> FYI my test just succeeded on the clean check out of trunk. 
> 
> On Jun 22, 2011, at 5:14 PM, yongqiang he wrote:
> 
>> database.q failed me when testing HIVE-2100
>> 
>> On Wed, Jun 22, 2011 at 2:23 PM, John Sichi <js...@fb.com> wrote:
>>> Yeah, that's one of the failures (out of many different ones) that Jenkins has been hitting (see the end of this log):
>>> 
>>> https://builds.apache.org/view/G-L/view/Hive/job/Hive-trunk-h0.21/788/console
>>> 
>>> It's sporadic, probably based on server load.
>>> 
>>> JVS
>>> 
>>> On Jun 22, 2011, at 2:10 PM, Ning Zhang wrote:
>>> 
>>>> John, here's what I got for 'ant clean package'. It seems ivy is flaky now?
>>>> 
>>>> 
>>>> ivy-download:
>>>>     [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
>>>>     [get] To: /data/users/nzhang/reviews/2/apache-hive/build/ivy/lib/ivy-2.1.0.jar
>>>>     [get] Error getting http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar to /data/users/nzhang/reviews/2/apache-hive/build/ivy/lib/ivy-2.1.0.jar
>>>> 
>>>> BUILD FAILED
>>>> /data/users/nzhang/reviews/2/apache-hive/build.xml:196: The following error occurred while executing this line:
>>>> /data/users/nzhang/reviews/2/apache-hive/build.xml:130: The following error occurred while executing this line:
>>>> /data/users/nzhang/reviews/2/apache-hive/build-common.xml:128: java.net.ConnectException: Connection refused
>>>> 
>>>> 
>>>> On Jun 22, 2011, at 12:43 PM, John Sichi wrote:
>>>> 
>>>>> Yeah, all tests passed when I committed the bitmap indexes, so I'm not sure what's up.
>>>>> 
>>>>> JVS
>>>>> 
>>>>> On Jun 22, 2011, at 12:36 PM, Ning Zhang wrote:
>>>>> 
>>>>>> trunk was fine the last time I committed. John the last ones who committed were Carl (branching 0.7.1) and you (bitmap index). :) Did you get all the tests passed? I'll test with a clean checkout.
>>>>>> 
>>>>>> On Jun 22, 2011, at 12:02 PM, John Sichi wrote:
>>>>>> 
>>>>>>> Are other committers able to pass tests on Hive trunk?  I'm getting lots of failures, and Jenkins seems to have been barfing for a while too.
>>>>>>> 
>>>>>>> JVS
>>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>> 
>>> 
> 


Re: trunk busted?

Posted by Ning Zhang <nz...@fb.com>.
FYI my test just succeeded on the clean check out of trunk. 

On Jun 22, 2011, at 5:14 PM, yongqiang he wrote:

> database.q failed me when testing HIVE-2100
> 
> On Wed, Jun 22, 2011 at 2:23 PM, John Sichi <js...@fb.com> wrote:
>> Yeah, that's one of the failures (out of many different ones) that Jenkins has been hitting (see the end of this log):
>> 
>> https://builds.apache.org/view/G-L/view/Hive/job/Hive-trunk-h0.21/788/console
>> 
>> It's sporadic, probably based on server load.
>> 
>> JVS
>> 
>> On Jun 22, 2011, at 2:10 PM, Ning Zhang wrote:
>> 
>>> John, here's what I got for 'ant clean package'. It seems ivy is flaky now?
>>> 
>>> 
>>> ivy-download:
>>>      [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
>>>      [get] To: /data/users/nzhang/reviews/2/apache-hive/build/ivy/lib/ivy-2.1.0.jar
>>>      [get] Error getting http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar to /data/users/nzhang/reviews/2/apache-hive/build/ivy/lib/ivy-2.1.0.jar
>>> 
>>> BUILD FAILED
>>> /data/users/nzhang/reviews/2/apache-hive/build.xml:196: The following error occurred while executing this line:
>>> /data/users/nzhang/reviews/2/apache-hive/build.xml:130: The following error occurred while executing this line:
>>> /data/users/nzhang/reviews/2/apache-hive/build-common.xml:128: java.net.ConnectException: Connection refused
>>> 
>>> 
>>> On Jun 22, 2011, at 12:43 PM, John Sichi wrote:
>>> 
>>>> Yeah, all tests passed when I committed the bitmap indexes, so I'm not sure what's up.
>>>> 
>>>> JVS
>>>> 
>>>> On Jun 22, 2011, at 12:36 PM, Ning Zhang wrote:
>>>> 
>>>>> trunk was fine the last time I committed. John the last ones who committed were Carl (branching 0.7.1) and you (bitmap index). :) Did you get all the tests passed? I'll test with a clean checkout.
>>>>> 
>>>>> On Jun 22, 2011, at 12:02 PM, John Sichi wrote:
>>>>> 
>>>>>> Are other committers able to pass tests on Hive trunk?  I'm getting lots of failures, and Jenkins seems to have been barfing for a while too.
>>>>>> 
>>>>>> JVS
>>>>>> 
>>>>> 
>>>> 
>>> 
>> 
>> 


Re: trunk busted?

Posted by yongqiang he <he...@gmail.com>.
database.q failed me when testing HIVE-2100

On Wed, Jun 22, 2011 at 2:23 PM, John Sichi <js...@fb.com> wrote:
> Yeah, that's one of the failures (out of many different ones) that Jenkins has been hitting (see the end of this log):
>
> https://builds.apache.org/view/G-L/view/Hive/job/Hive-trunk-h0.21/788/console
>
> It's sporadic, probably based on server load.
>
> JVS
>
> On Jun 22, 2011, at 2:10 PM, Ning Zhang wrote:
>
>> John, here's what I got for 'ant clean package'. It seems ivy is flaky now?
>>
>>
>> ivy-download:
>>      [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
>>      [get] To: /data/users/nzhang/reviews/2/apache-hive/build/ivy/lib/ivy-2.1.0.jar
>>      [get] Error getting http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar to /data/users/nzhang/reviews/2/apache-hive/build/ivy/lib/ivy-2.1.0.jar
>>
>> BUILD FAILED
>> /data/users/nzhang/reviews/2/apache-hive/build.xml:196: The following error occurred while executing this line:
>> /data/users/nzhang/reviews/2/apache-hive/build.xml:130: The following error occurred while executing this line:
>> /data/users/nzhang/reviews/2/apache-hive/build-common.xml:128: java.net.ConnectException: Connection refused
>>
>>
>> On Jun 22, 2011, at 12:43 PM, John Sichi wrote:
>>
>>> Yeah, all tests passed when I committed the bitmap indexes, so I'm not sure what's up.
>>>
>>> JVS
>>>
>>> On Jun 22, 2011, at 12:36 PM, Ning Zhang wrote:
>>>
>>>> trunk was fine the last time I committed. John the last ones who committed were Carl (branching 0.7.1) and you (bitmap index). :) Did you get all the tests passed? I'll test with a clean checkout.
>>>>
>>>> On Jun 22, 2011, at 12:02 PM, John Sichi wrote:
>>>>
>>>>> Are other committers able to pass tests on Hive trunk?  I'm getting lots of failures, and Jenkins seems to have been barfing for a while too.
>>>>>
>>>>> JVS
>>>>>
>>>>
>>>
>>
>
>

Re: trunk busted?

Posted by John Sichi <js...@fb.com>.
Yeah, that's one of the failures (out of many different ones) that Jenkins has been hitting (see the end of this log):

https://builds.apache.org/view/G-L/view/Hive/job/Hive-trunk-h0.21/788/console

It's sporadic, probably based on server load.

JVS

On Jun 22, 2011, at 2:10 PM, Ning Zhang wrote:

> John, here's what I got for 'ant clean package'. It seems ivy is flaky now? 
> 
> 
> ivy-download:
>      [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
>      [get] To: /data/users/nzhang/reviews/2/apache-hive/build/ivy/lib/ivy-2.1.0.jar
>      [get] Error getting http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar to /data/users/nzhang/reviews/2/apache-hive/build/ivy/lib/ivy-2.1.0.jar
> 
> BUILD FAILED
> /data/users/nzhang/reviews/2/apache-hive/build.xml:196: The following error occurred while executing this line:
> /data/users/nzhang/reviews/2/apache-hive/build.xml:130: The following error occurred while executing this line:
> /data/users/nzhang/reviews/2/apache-hive/build-common.xml:128: java.net.ConnectException: Connection refused
> 
> 
> On Jun 22, 2011, at 12:43 PM, John Sichi wrote:
> 
>> Yeah, all tests passed when I committed the bitmap indexes, so I'm not sure what's up.
>> 
>> JVS
>> 
>> On Jun 22, 2011, at 12:36 PM, Ning Zhang wrote:
>> 
>>> trunk was fine the last time I committed. John the last ones who committed were Carl (branching 0.7.1) and you (bitmap index). :) Did you get all the tests passed? I'll test with a clean checkout. 
>>> 
>>> On Jun 22, 2011, at 12:02 PM, John Sichi wrote:
>>> 
>>>> Are other committers able to pass tests on Hive trunk?  I'm getting lots of failures, and Jenkins seems to have been barfing for a while too.
>>>> 
>>>> JVS
>>>> 
>>> 
>> 
> 


Re: trunk busted?

Posted by Ning Zhang <nz...@fb.com>.
John, here's what I got for 'ant clean package'. It seems ivy is flaky now? 


ivy-download:
      [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
      [get] To: /data/users/nzhang/reviews/2/apache-hive/build/ivy/lib/ivy-2.1.0.jar
      [get] Error getting http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar to /data/users/nzhang/reviews/2/apache-hive/build/ivy/lib/ivy-2.1.0.jar

BUILD FAILED
/data/users/nzhang/reviews/2/apache-hive/build.xml:196: The following error occurred while executing this line:
/data/users/nzhang/reviews/2/apache-hive/build.xml:130: The following error occurred while executing this line:
/data/users/nzhang/reviews/2/apache-hive/build-common.xml:128: java.net.ConnectException: Connection refused


On Jun 22, 2011, at 12:43 PM, John Sichi wrote:

> Yeah, all tests passed when I committed the bitmap indexes, so I'm not sure what's up.
> 
> JVS
> 
> On Jun 22, 2011, at 12:36 PM, Ning Zhang wrote:
> 
>> trunk was fine the last time I committed. John the last ones who committed were Carl (branching 0.7.1) and you (bitmap index). :) Did you get all the tests passed? I'll test with a clean checkout. 
>> 
>> On Jun 22, 2011, at 12:02 PM, John Sichi wrote:
>> 
>>> Are other committers able to pass tests on Hive trunk?  I'm getting lots of failures, and Jenkins seems to have been barfing for a while too.
>>> 
>>> JVS
>>> 
>> 
> 


Re: trunk busted?

Posted by John Sichi <js...@fb.com>.
Yeah, all tests passed when I committed the bitmap indexes, so I'm not sure what's up.

JVS

On Jun 22, 2011, at 12:36 PM, Ning Zhang wrote:

> trunk was fine the last time I committed. John the last ones who committed were Carl (branching 0.7.1) and you (bitmap index). :) Did you get all the tests passed? I'll test with a clean checkout. 
> 
> On Jun 22, 2011, at 12:02 PM, John Sichi wrote:
> 
>> Are other committers able to pass tests on Hive trunk?  I'm getting lots of failures, and Jenkins seems to have been barfing for a while too.
>> 
>> JVS
>> 
> 


Re: trunk busted?

Posted by Ning Zhang <nz...@fb.com>.
trunk was fine the last time I committed. John the last ones who committed were Carl (branching 0.7.1) and you (bitmap index). :) Did you get all the tests passed? I'll test with a clean checkout. 

On Jun 22, 2011, at 12:02 PM, John Sichi wrote:

> Are other committers able to pass tests on Hive trunk?  I'm getting lots of failures, and Jenkins seems to have been barfing for a while too.
> 
> JVS
>