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/30 20:37:23 UTC

Re: [VOTE] hive release candidate 0.4.1-rc3

I tried binary tarball with both hadoop 0.17 and 0.20 and both worked.
Please vote.

Zheng

On Fri, Nov 27, 2009 at 7:32 AM, Zheng Shao <zs...@gmail.com> wrote:
> 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
>



-- 
Yours,
Zheng

Re: [VOTE] hive release candidate 0.4.1-rc3

Posted by Zheng Shao <zs...@gmail.com>.
Thanks for the reminder.

I've done all the steps needed to release it. We just need to wait for
the websites to be updated.

An announcement will be sent out soon. In the meanwhile, 0.4.1 is
already available in a lot of the mirror sites for download:
http://www.apache.org/dyn/closer.cgi/hadoop/hive/

Zheng

On Wed, Dec 16, 2009 at 10:56 AM, Chad Metcalf <ch...@cloudera.com> wrote:
> Where are we on this going real?
>
> Thanks
> Chad
>
> On Sun, Dec 13, 2009 at 10:38 AM, Edward Capriolo <ed...@gmail.com>wrote:
>
>> +1. I deployed, ran some sample queries, works out of the box on a live
>> cluster.
>>
>> Ed
>>
>> On Sun, Dec 13, 2009 at 2:08 AM, Dhruba Borthakur <dh...@gmail.com>
>> wrote:
>> > +1. I was able to run the unit tests.
>> >
>> > thanks,
>> > dhruba
>> >
>> > On Thu, Dec 3, 2009 at 6:27 PM, Chris Douglas <chris.douglas@gmail.com
>> >wrote:
>> >
>> >> +1 unit tests passed, checksum matches.
>> >>
>> >> I couldn't verify the signature. -C
>> >>
>> >> On Tue, Dec 1, 2009 at 2:24 PM, Zheng Shao <zs...@gmail.com> wrote:
>> >> > I have made a release candidate Hive 0.4.1-rc3.
>> >> >
>> >> > Location http://people.apache.org/~zshao/hive-0.4.1-candidate-3/<http://people.apache.org/%7Ezshao/hive-0.4.1-candidate-3/>
>> <http://people.apache.org/%7Ezshao/hive-0.4.1-candidate-3/>
>> >> > svn:
>> >> https://svn.apache.org/repos/asf/hadoop/hive/tags/release-0.4.1-rc3/
>> >> >
>> >> >
>> >> > 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)
>> >> >
>> >> >
>> >> > Please vote.
>> >> >
>> >>
>> >
>> >
>> >
>> > --
>> > Connect to me at http://www.facebook.com/dhruba
>> >
>>
>



-- 
Yours,
Zheng

Re: [VOTE] hive release candidate 0.4.1-rc3

Posted by Chad Metcalf <ch...@cloudera.com>.
Where are we on this going real?

Thanks
Chad

On Sun, Dec 13, 2009 at 10:38 AM, Edward Capriolo <ed...@gmail.com>wrote:

> +1. I deployed, ran some sample queries, works out of the box on a live
> cluster.
>
> Ed
>
> On Sun, Dec 13, 2009 at 2:08 AM, Dhruba Borthakur <dh...@gmail.com>
> wrote:
> > +1. I was able to run the unit tests.
> >
> > thanks,
> > dhruba
> >
> > On Thu, Dec 3, 2009 at 6:27 PM, Chris Douglas <chris.douglas@gmail.com
> >wrote:
> >
> >> +1 unit tests passed, checksum matches.
> >>
> >> I couldn't verify the signature. -C
> >>
> >> On Tue, Dec 1, 2009 at 2:24 PM, Zheng Shao <zs...@gmail.com> wrote:
> >> > I have made a release candidate Hive 0.4.1-rc3.
> >> >
> >> > Location http://people.apache.org/~zshao/hive-0.4.1-candidate-3/<http://people.apache.org/%7Ezshao/hive-0.4.1-candidate-3/>
> <http://people.apache.org/%7Ezshao/hive-0.4.1-candidate-3/>
> >> > svn:
> >> https://svn.apache.org/repos/asf/hadoop/hive/tags/release-0.4.1-rc3/
> >> >
> >> >
> >> > 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)
> >> >
> >> >
> >> > Please vote.
> >> >
> >>
> >
> >
> >
> > --
> > Connect to me at http://www.facebook.com/dhruba
> >
>

Re: [VOTE] hive release candidate 0.4.1-rc3

Posted by Edward Capriolo <ed...@gmail.com>.
+1. I deployed, ran some sample queries, works out of the box on a live cluster.

Ed

On Sun, Dec 13, 2009 at 2:08 AM, Dhruba Borthakur <dh...@gmail.com> wrote:
> +1. I was able to run the unit tests.
>
> thanks,
> dhruba
>
> On Thu, Dec 3, 2009 at 6:27 PM, Chris Douglas <ch...@gmail.com>wrote:
>
>> +1 unit tests passed, checksum matches.
>>
>> I couldn't verify the signature. -C
>>
>> On Tue, Dec 1, 2009 at 2:24 PM, Zheng Shao <zs...@gmail.com> wrote:
>> > I have made a release candidate Hive 0.4.1-rc3.
>> >
>> > Location http://people.apache.org/~zshao/hive-0.4.1-candidate-3/<http://people.apache.org/%7Ezshao/hive-0.4.1-candidate-3/>
>> > svn:
>> https://svn.apache.org/repos/asf/hadoop/hive/tags/release-0.4.1-rc3/
>> >
>> >
>> > 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)
>> >
>> >
>> > Please vote.
>> >
>>
>
>
>
> --
> Connect to me at http://www.facebook.com/dhruba
>

Re: [VOTE] hive release candidate 0.4.1-rc3

Posted by Dhruba Borthakur <dh...@gmail.com>.
+1. I was able to run the unit tests.

thanks,
dhruba

On Thu, Dec 3, 2009 at 6:27 PM, Chris Douglas <ch...@gmail.com>wrote:

> +1 unit tests passed, checksum matches.
>
> I couldn't verify the signature. -C
>
> On Tue, Dec 1, 2009 at 2:24 PM, Zheng Shao <zs...@gmail.com> wrote:
> > I have made a release candidate Hive 0.4.1-rc3.
> >
> > Location http://people.apache.org/~zshao/hive-0.4.1-candidate-3/<http://people.apache.org/%7Ezshao/hive-0.4.1-candidate-3/>
> > svn:
> https://svn.apache.org/repos/asf/hadoop/hive/tags/release-0.4.1-rc3/
> >
> >
> > 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)
> >
> >
> > Please vote.
> >
>



-- 
Connect to me at http://www.facebook.com/dhruba

[VOTE] hive release candidate 0.4.1-rc3

Posted by Zheng Shao <zs...@gmail.com>.
I have made a release candidate Hive 0.4.1-rc3.

Location http://people.apache.org/~zshao/hive-0.4.1-candidate-3/
svn: https://svn.apache.org/repos/asf/hadoop/hive/tags/release-0.4.1-rc3/


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)


Please vote.

RE: [VOTE] hive release candidate 0.4.1-rc3

Posted by Ashish Thusoo <at...@facebook.com>.
+1 on the basis of tests run on the dev tar ball.

Ashish 

-----Original Message-----
From: Zheng Shao [mailto:zshao9@gmail.com] 
Sent: Monday, November 30, 2009 11:37 AM
To: hive-dev@hadoop.apache.org
Subject: Re: [VOTE] hive release candidate 0.4.1-rc3

I tried binary tarball with both hadoop 0.17 and 0.20 and both worked.
Please vote.

Zheng

On Fri, Nov 27, 2009 at 7:32 AM, Zheng Shao <zs...@gmail.com> wrote:
> 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
>



--
Yours,
Zheng