You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Zheng Shao <zs...@gmail.com> on 2009/11/10 23:34:06 UTC

[VOTE] hive release candidate 0.4.1-rc2

I have made a release candidate 0.4.1-rc2.

We've fixed several critical bugs to hive release 0.4.0. We need hive
release 0.4.1 out asap.

Here are the list of changes:

   HIVE-884. Metastore Server should call System.exit() on error.
   (Zheng Shao via pchakka)

   HIVE-864. Fix map-join memory-leak.
   (Namit Jain via zshao)

   HIVE-878. Update the hash table entry before flushing in Group By
   hash aggregation (Zheng Shao via namit)

   HIVE-882. Create a new directory every time for scratch.
   (Namit Jain via zshao)

   HIVE-890. Fix cli.sh for detecting Hadoop versions. (Paul Huff via zshao)

   HIVE-892. Hive to kill hadoop jobs using POST. (Dhruba Borthakur via zshao)

   HIVE-883. URISyntaxException when partition value contains special chars.
   (Zheng Shao via namit)

*  HIVE-902. Fix cli.sh to work with hadoop versions less than 20.
   (Carl Steinbach via zshao)


*: New since release candidate 0.4.1-rc0.


Please vote.

--
Yours,
Zheng

Re: [VOTE] hive release candidate 0.4.1-rc2

Posted by Zheng Shao <zs...@gmail.com>.
One more modification to the Tarballs:

Location moved to http://people.apache.org/~zshao/hive-0.4.1-candidate-3/

I also made both the source tarball and binary tarball.

Zheng

On Sat, Nov 21, 2009 at 11:03 AM, Zheng Shao <zs...@gmail.com> wrote:
> I forgot to modify the version in build.properties and make the tarball.
>
> Here it is:
>
> svn:
> https://svn.apache.org/repos/asf/hadoop/hive/tags/release-0.4.1-rc3/
>
> Tarball:
> http://people.apache.org/~zshao/hive-0.4.1-dev.tar.gz
>
>
> Please vote.
>
> Zheng
>
> On Sun, Nov 15, 2009 at 1:14 AM, Ashish Thusoo <at...@facebook.com> wrote:
>> Zheng,
>>
>> I cannot find the tar ball. What is the location?
>>
>> Ashish
>> ________________________________________
>> From: Zheng Shao [zshao9@gmail.com]
>> Sent: Thursday, November 12, 2009 4:14 PM
>> To: hive-dev@hadoop.apache.org
>> Subject: Re: [VOTE] hive release candidate 0.4.1-rc2
>>
>> Please vote. We would like release 0.4.1 to go out as soon as possible
>> since it fixed some critical bugs in 0.4.0.
>>
>> Zheng
>>
>> On Wed, Nov 11, 2009 at 6:34 AM, Zheng Shao <zs...@gmail.com> wrote:
>>> I have made a release candidate 0.4.1-rc2.
>>>
>>> We've fixed several critical bugs to hive release 0.4.0. We need hive
>>> release 0.4.1 out asap.
>>>
>>> Here are the list of changes:
>>>
>>>   HIVE-884. Metastore Server should call System.exit() on error.
>>>   (Zheng Shao via pchakka)
>>>
>>>   HIVE-864. Fix map-join memory-leak.
>>>   (Namit Jain via zshao)
>>>
>>>   HIVE-878. Update the hash table entry before flushing in Group By
>>>   hash aggregation (Zheng Shao via namit)
>>>
>>>   HIVE-882. Create a new directory every time for scratch.
>>>   (Namit Jain via zshao)
>>>
>>>   HIVE-890. Fix cli.sh for detecting Hadoop versions. (Paul Huff via zshao)
>>>
>>>   HIVE-892. Hive to kill hadoop jobs using POST. (Dhruba Borthakur via zshao)
>>>
>>>   HIVE-883. URISyntaxException when partition value contains special chars.
>>>   (Zheng Shao via namit)
>>>
>>> *  HIVE-902. Fix cli.sh to work with hadoop versions less than 20.
>>>   (Carl Steinbach via zshao)
>>>
>>>
>>> *: New since release candidate 0.4.1-rc0.
>>>
>>>
>>> Please vote.
>>>
>>> --
>>> Yours,
>>> Zheng
>>>
>>
>>
>>
>> --
>> Yours,
>> Zheng
>>
>
>
>
> --
> Yours,
> Zheng
>



-- 
Yours,
Zheng

Re: [VOTE] hive release candidate 0.4.1-rc2

Posted by Zheng Shao <zs...@gmail.com>.
I forgot to modify the version in build.properties and make the tarball.

Here it is:

svn:
https://svn.apache.org/repos/asf/hadoop/hive/tags/release-0.4.1-rc3/

Tarball:
http://people.apache.org/~zshao/hive-0.4.1-dev.tar.gz


Please vote.

Zheng

On Sun, Nov 15, 2009 at 1:14 AM, Ashish Thusoo <at...@facebook.com> wrote:
> Zheng,
>
> I cannot find the tar ball. What is the location?
>
> Ashish
> ________________________________________
> From: Zheng Shao [zshao9@gmail.com]
> Sent: Thursday, November 12, 2009 4:14 PM
> To: hive-dev@hadoop.apache.org
> Subject: Re: [VOTE] hive release candidate 0.4.1-rc2
>
> Please vote. We would like release 0.4.1 to go out as soon as possible
> since it fixed some critical bugs in 0.4.0.
>
> Zheng
>
> On Wed, Nov 11, 2009 at 6:34 AM, Zheng Shao <zs...@gmail.com> wrote:
>> I have made a release candidate 0.4.1-rc2.
>>
>> We've fixed several critical bugs to hive release 0.4.0. We need hive
>> release 0.4.1 out asap.
>>
>> Here are the list of changes:
>>
>>   HIVE-884. Metastore Server should call System.exit() on error.
>>   (Zheng Shao via pchakka)
>>
>>   HIVE-864. Fix map-join memory-leak.
>>   (Namit Jain via zshao)
>>
>>   HIVE-878. Update the hash table entry before flushing in Group By
>>   hash aggregation (Zheng Shao via namit)
>>
>>   HIVE-882. Create a new directory every time for scratch.
>>   (Namit Jain via zshao)
>>
>>   HIVE-890. Fix cli.sh for detecting Hadoop versions. (Paul Huff via zshao)
>>
>>   HIVE-892. Hive to kill hadoop jobs using POST. (Dhruba Borthakur via zshao)
>>
>>   HIVE-883. URISyntaxException when partition value contains special chars.
>>   (Zheng Shao via namit)
>>
>> *  HIVE-902. Fix cli.sh to work with hadoop versions less than 20.
>>   (Carl Steinbach via zshao)
>>
>>
>> *: New since release candidate 0.4.1-rc0.
>>
>>
>> Please vote.
>>
>> --
>> Yours,
>> Zheng
>>
>
>
>
> --
> Yours,
> Zheng
>



-- 
Yours,
Zheng

RE: [VOTE] hive release candidate 0.4.1-rc2

Posted by Ashish Thusoo <at...@facebook.com>.
Zheng,

I cannot find the tar ball. What is the location?

Ashish
________________________________________
From: Zheng Shao [zshao9@gmail.com]
Sent: Thursday, November 12, 2009 4:14 PM
To: hive-dev@hadoop.apache.org
Subject: Re: [VOTE] hive release candidate 0.4.1-rc2

Please vote. We would like release 0.4.1 to go out as soon as possible
since it fixed some critical bugs in 0.4.0.

Zheng

On Wed, Nov 11, 2009 at 6:34 AM, Zheng Shao <zs...@gmail.com> wrote:
> I have made a release candidate 0.4.1-rc2.
>
> We've fixed several critical bugs to hive release 0.4.0. We need hive
> release 0.4.1 out asap.
>
> Here are the list of changes:
>
>   HIVE-884. Metastore Server should call System.exit() on error.
>   (Zheng Shao via pchakka)
>
>   HIVE-864. Fix map-join memory-leak.
>   (Namit Jain via zshao)
>
>   HIVE-878. Update the hash table entry before flushing in Group By
>   hash aggregation (Zheng Shao via namit)
>
>   HIVE-882. Create a new directory every time for scratch.
>   (Namit Jain via zshao)
>
>   HIVE-890. Fix cli.sh for detecting Hadoop versions. (Paul Huff via zshao)
>
>   HIVE-892. Hive to kill hadoop jobs using POST. (Dhruba Borthakur via zshao)
>
>   HIVE-883. URISyntaxException when partition value contains special chars.
>   (Zheng Shao via namit)
>
> *  HIVE-902. Fix cli.sh to work with hadoop versions less than 20.
>   (Carl Steinbach via zshao)
>
>
> *: New since release candidate 0.4.1-rc0.
>
>
> Please vote.
>
> --
> Yours,
> Zheng
>



--
Yours,
Zheng

Re: [VOTE] hive release candidate 0.4.1-rc2

Posted by Yongqiang He <he...@software.ict.ac.cn>.
+1

Thanks
Yongqiang
On 11/12/09 4:14 PM, "Zheng Shao" <zs...@gmail.com> wrote:

> Please vote. We would like release 0.4.1 to go out as soon as possible
> since it fixed some critical bugs in 0.4.0.
> 
> Zheng
> 
> On Wed, Nov 11, 2009 at 6:34 AM, Zheng Shao <zs...@gmail.com> wrote:
>> I have made a release candidate 0.4.1-rc2.
>> 
>> We've fixed several critical bugs to hive release 0.4.0. We need hive
>> release 0.4.1 out asap.
>> 
>> Here are the list of changes:
>> 
>>   HIVE-884. Metastore Server should call System.exit() on error.
>>   (Zheng Shao via pchakka)
>> 
>>   HIVE-864. Fix map-join memory-leak.
>>   (Namit Jain via zshao)
>> 
>>   HIVE-878. Update the hash table entry before flushing in Group By
>>   hash aggregation (Zheng Shao via namit)
>> 
>>   HIVE-882. Create a new directory every time for scratch.
>>   (Namit Jain via zshao)
>> 
>>   HIVE-890. Fix cli.sh for detecting Hadoop versions. (Paul Huff via zshao)
>> 
>>   HIVE-892. Hive to kill hadoop jobs using POST. (Dhruba Borthakur via zshao)
>> 
>>   HIVE-883. URISyntaxException when partition value contains special chars.
>>   (Zheng Shao via namit)
>> 
>> *  HIVE-902. Fix cli.sh to work with hadoop versions less than 20.
>>   (Carl Steinbach via zshao)
>> 
>> 
>> *: New since release candidate 0.4.1-rc0.
>> 
>> 
>> Please vote.
>> 
>> --
>> Yours,
>> Zheng
>> 
> 
> 



Re: [VOTE] hive release candidate 0.4.1-rc2

Posted by Zheng Shao <zs...@gmail.com>.
Please vote. We would like release 0.4.1 to go out as soon as possible
since it fixed some critical bugs in 0.4.0.

Zheng

On Wed, Nov 11, 2009 at 6:34 AM, Zheng Shao <zs...@gmail.com> wrote:
> I have made a release candidate 0.4.1-rc2.
>
> We've fixed several critical bugs to hive release 0.4.0. We need hive
> release 0.4.1 out asap.
>
> Here are the list of changes:
>
>   HIVE-884. Metastore Server should call System.exit() on error.
>   (Zheng Shao via pchakka)
>
>   HIVE-864. Fix map-join memory-leak.
>   (Namit Jain via zshao)
>
>   HIVE-878. Update the hash table entry before flushing in Group By
>   hash aggregation (Zheng Shao via namit)
>
>   HIVE-882. Create a new directory every time for scratch.
>   (Namit Jain via zshao)
>
>   HIVE-890. Fix cli.sh for detecting Hadoop versions. (Paul Huff via zshao)
>
>   HIVE-892. Hive to kill hadoop jobs using POST. (Dhruba Borthakur via zshao)
>
>   HIVE-883. URISyntaxException when partition value contains special chars.
>   (Zheng Shao via namit)
>
> *  HIVE-902. Fix cli.sh to work with hadoop versions less than 20.
>   (Carl Steinbach via zshao)
>
>
> *: New since release candidate 0.4.1-rc0.
>
>
> Please vote.
>
> --
> Yours,
> Zheng
>



-- 
Yours,
Zheng