You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Brock Noland <br...@cloudera.com> on 2015/02/19 05:54:49 UTC

[VOTE] Apache Hive 1.1.0 Release Candidate 3

Apache Hive 1.1.0 Release Candidate 3 is available here:
http://people.apache.org/~brock/apache-hive-1.1.0-rc3/

Maven artifacts are available here:
https://repository.apache.org/content/repositories/orgapachehive-1026/

Source tag for RC3 is at:
http://svn.apache.org/repos/asf/hive/tags/release-1.1.0-rc3/

My key is located here: https://people.apache.org/keys/group/hive.asc

Voting will conclude in 72 hours

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 3

Posted by Brock Noland <br...@cloudera.com>.
with 3 binding +1, 1 non-binding +1, and 0 -1's this vote passes

On Fri, Feb 20, 2015 at 5:20 PM, Brock Noland <br...@cloudera.com> wrote:

> Both solutions are reasonable from my perspective...
>
> Brock
>
> On Fri, Feb 20, 2015 at 2:01 PM, Thejas Nair <th...@gmail.com>
> wrote:
>
>> Thanks for finding the reason for this Brock!
>> I think the ATSHook contents should be shimmed (in trunk) so that it
>> is not excluded from a hadoop-1 build. (Or maybe, we should start
>> surveying if people are still using newer versions of hive on Hadoop
>> 1.x).
>>
>> I also ran a few simple queries using the RC in a single node cluster
>> and everything looked good.
>>
>>
>> On Fri, Feb 20, 2015 at 1:00 PM, Brock Noland <br...@cloudera.com> wrote:
>> > Hi,
>> >
>> > That is true and by design when built with the hadoop-1 profile:
>> >
>> >
>> https://github.com/apache/hive/commit/820690b9bb908f48f8403ca87d14b26c18f00c38
>> >
>> > Brock
>> >
>> > On Fri, Feb 20, 2015 at 11:08 AM, Thejas Nair <th...@gmail.com>
>> wrote:
>> >> A few classes seem to be missing from the hive-exec*jar in binary
>> >> tar.gz. When I build from the source tar.gz , the hive-exec*jar has
>> >> those. ie, the source tar.gz looks fine.
>> >>
>> >> It is the ATSHook classes that are missing. Those are needed to be
>> >> able to register job progress information with Yarn timeline server.
>> >>
>> >>  diff /tmp/src.txt /tmp/bin.txt
>> >> 4768,4775d4767
>> >> < org/apache/hadoop/hive/ql/hooks/ATSHook$1.class
>> >> < org/apache/hadoop/hive/ql/hooks/ATSHook$2.class
>> >> < org/apache/hadoop/hive/ql/hooks/ATSHook$3.class
>> >> < org/apache/hadoop/hive/ql/hooks/ATSHook.class
>> >> < org/apache/hadoop/hive/ql/hooks/ATSHook$EntityTypes.class
>> >> < org/apache/hadoop/hive/ql/hooks/ATSHook$EventTypes.class
>> >> < org/apache/hadoop/hive/ql/hooks/ATSHook$OtherInfoTypes.class
>> >> < org/apache/hadoop/hive/ql/hooks/ATSHook$PrimaryFilterTypes.class
>> >>
>> >>
>> >> On Thu, Feb 19, 2015 at 8:54 AM, Chao Sun <ch...@cloudera.com> wrote:
>> >>> +1
>> >>>
>> >>> 1. Build src with hadoop-1 and hadoop-2, tested the generated bin
>> with some
>> >>> DDL/DML queries.
>> >>> 2. Tested the bin with some DDL/DML queries.
>> >>> 3. Verified signature for bin and src, both asc and md5.
>> >>>
>> >>> Chao
>> >>>
>> >>> On Thu, Feb 19, 2015 at 1:55 AM, Szehon Ho <sz...@cloudera.com>
>> wrote:
>> >>>
>> >>>> +1
>> >>>>
>> >>>> 1.  Verified signature for bin and src
>> >>>> 2.  Built src with hadoop2
>> >>>> 3.  Ran few queries from beeline with src
>> >>>> 4.  Ran few queries from beeline with bin
>> >>>> 5.  Verified no SNAPSHOT deps
>> >>>>
>> >>>> Thanks
>> >>>> Szehon
>> >>>>
>> >>>> On Wed, Feb 18, 2015 at 10:03 PM, Xuefu Zhang <xz...@cloudera.com>
>> wrote:
>> >>>>
>> >>>> > +1
>> >>>> >
>> >>>> > 1. downloaded the src tarball and built w/ -Phadoop-1/2
>> >>>> > 2. verified no binary (jars) in the src tarball
>> >>>> >
>> >>>> > On Wed, Feb 18, 2015 at 8:56 PM, Brock Noland <br...@cloudera.com>
>> >>>> wrote:
>> >>>> >
>> >>>> > > +1
>> >>>> > >
>> >>>> > > verified sigs, hashes, created tables, ran MR on YARN jobs
>> >>>> > >
>> >>>> > > On Wed, Feb 18, 2015 at 8:54 PM, Brock Noland <
>> brock@cloudera.com>
>> >>>> > wrote:
>> >>>> > > > Apache Hive 1.1.0 Release Candidate 3 is available here:
>> >>>> > > > http://people.apache.org/~brock/apache-hive-1.1.0-rc3/
>> >>>> > > >
>> >>>> > > > Maven artifacts are available here:
>> >>>> > > >
>> >>>>
>> https://repository.apache.org/content/repositories/orgapachehive-1026/
>> >>>> > > >
>> >>>> > > > Source tag for RC3 is at:
>> >>>> > > > http://svn.apache.org/repos/asf/hive/tags/release-1.1.0-rc3/
>> >>>> > > >
>> >>>> > > > My key is located here:
>> >>>> https://people.apache.org/keys/group/hive.asc
>> >>>> > > >
>> >>>> > > > Voting will conclude in 72 hours
>> >>>> > >
>> >>>> >
>> >>>>
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Best,
>> >>> Chao
>>
>
>

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 3

Posted by Brock Noland <br...@cloudera.com>.
Both solutions are reasonable from my perspective...

Brock

On Fri, Feb 20, 2015 at 2:01 PM, Thejas Nair <th...@gmail.com> wrote:

> Thanks for finding the reason for this Brock!
> I think the ATSHook contents should be shimmed (in trunk) so that it
> is not excluded from a hadoop-1 build. (Or maybe, we should start
> surveying if people are still using newer versions of hive on Hadoop
> 1.x).
>
> I also ran a few simple queries using the RC in a single node cluster
> and everything looked good.
>
>
> On Fri, Feb 20, 2015 at 1:00 PM, Brock Noland <br...@cloudera.com> wrote:
> > Hi,
> >
> > That is true and by design when built with the hadoop-1 profile:
> >
> >
> https://github.com/apache/hive/commit/820690b9bb908f48f8403ca87d14b26c18f00c38
> >
> > Brock
> >
> > On Fri, Feb 20, 2015 at 11:08 AM, Thejas Nair <th...@gmail.com>
> wrote:
> >> A few classes seem to be missing from the hive-exec*jar in binary
> >> tar.gz. When I build from the source tar.gz , the hive-exec*jar has
> >> those. ie, the source tar.gz looks fine.
> >>
> >> It is the ATSHook classes that are missing. Those are needed to be
> >> able to register job progress information with Yarn timeline server.
> >>
> >>  diff /tmp/src.txt /tmp/bin.txt
> >> 4768,4775d4767
> >> < org/apache/hadoop/hive/ql/hooks/ATSHook$1.class
> >> < org/apache/hadoop/hive/ql/hooks/ATSHook$2.class
> >> < org/apache/hadoop/hive/ql/hooks/ATSHook$3.class
> >> < org/apache/hadoop/hive/ql/hooks/ATSHook.class
> >> < org/apache/hadoop/hive/ql/hooks/ATSHook$EntityTypes.class
> >> < org/apache/hadoop/hive/ql/hooks/ATSHook$EventTypes.class
> >> < org/apache/hadoop/hive/ql/hooks/ATSHook$OtherInfoTypes.class
> >> < org/apache/hadoop/hive/ql/hooks/ATSHook$PrimaryFilterTypes.class
> >>
> >>
> >> On Thu, Feb 19, 2015 at 8:54 AM, Chao Sun <ch...@cloudera.com> wrote:
> >>> +1
> >>>
> >>> 1. Build src with hadoop-1 and hadoop-2, tested the generated bin with
> some
> >>> DDL/DML queries.
> >>> 2. Tested the bin with some DDL/DML queries.
> >>> 3. Verified signature for bin and src, both asc and md5.
> >>>
> >>> Chao
> >>>
> >>> On Thu, Feb 19, 2015 at 1:55 AM, Szehon Ho <sz...@cloudera.com>
> wrote:
> >>>
> >>>> +1
> >>>>
> >>>> 1.  Verified signature for bin and src
> >>>> 2.  Built src with hadoop2
> >>>> 3.  Ran few queries from beeline with src
> >>>> 4.  Ran few queries from beeline with bin
> >>>> 5.  Verified no SNAPSHOT deps
> >>>>
> >>>> Thanks
> >>>> Szehon
> >>>>
> >>>> On Wed, Feb 18, 2015 at 10:03 PM, Xuefu Zhang <xz...@cloudera.com>
> wrote:
> >>>>
> >>>> > +1
> >>>> >
> >>>> > 1. downloaded the src tarball and built w/ -Phadoop-1/2
> >>>> > 2. verified no binary (jars) in the src tarball
> >>>> >
> >>>> > On Wed, Feb 18, 2015 at 8:56 PM, Brock Noland <br...@cloudera.com>
> >>>> wrote:
> >>>> >
> >>>> > > +1
> >>>> > >
> >>>> > > verified sigs, hashes, created tables, ran MR on YARN jobs
> >>>> > >
> >>>> > > On Wed, Feb 18, 2015 at 8:54 PM, Brock Noland <brock@cloudera.com
> >
> >>>> > wrote:
> >>>> > > > Apache Hive 1.1.0 Release Candidate 3 is available here:
> >>>> > > > http://people.apache.org/~brock/apache-hive-1.1.0-rc3/
> >>>> > > >
> >>>> > > > Maven artifacts are available here:
> >>>> > > >
> >>>>
> https://repository.apache.org/content/repositories/orgapachehive-1026/
> >>>> > > >
> >>>> > > > Source tag for RC3 is at:
> >>>> > > > http://svn.apache.org/repos/asf/hive/tags/release-1.1.0-rc3/
> >>>> > > >
> >>>> > > > My key is located here:
> >>>> https://people.apache.org/keys/group/hive.asc
> >>>> > > >
> >>>> > > > Voting will conclude in 72 hours
> >>>> > >
> >>>> >
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> Best,
> >>> Chao
>

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 3

Posted by Thejas Nair <th...@gmail.com>.
Thanks for finding the reason for this Brock!
I think the ATSHook contents should be shimmed (in trunk) so that it
is not excluded from a hadoop-1 build. (Or maybe, we should start
surveying if people are still using newer versions of hive on Hadoop
1.x).

I also ran a few simple queries using the RC in a single node cluster
and everything looked good.


On Fri, Feb 20, 2015 at 1:00 PM, Brock Noland <br...@cloudera.com> wrote:
> Hi,
>
> That is true and by design when built with the hadoop-1 profile:
>
> https://github.com/apache/hive/commit/820690b9bb908f48f8403ca87d14b26c18f00c38
>
> Brock
>
> On Fri, Feb 20, 2015 at 11:08 AM, Thejas Nair <th...@gmail.com> wrote:
>> A few classes seem to be missing from the hive-exec*jar in binary
>> tar.gz. When I build from the source tar.gz , the hive-exec*jar has
>> those. ie, the source tar.gz looks fine.
>>
>> It is the ATSHook classes that are missing. Those are needed to be
>> able to register job progress information with Yarn timeline server.
>>
>>  diff /tmp/src.txt /tmp/bin.txt
>> 4768,4775d4767
>> < org/apache/hadoop/hive/ql/hooks/ATSHook$1.class
>> < org/apache/hadoop/hive/ql/hooks/ATSHook$2.class
>> < org/apache/hadoop/hive/ql/hooks/ATSHook$3.class
>> < org/apache/hadoop/hive/ql/hooks/ATSHook.class
>> < org/apache/hadoop/hive/ql/hooks/ATSHook$EntityTypes.class
>> < org/apache/hadoop/hive/ql/hooks/ATSHook$EventTypes.class
>> < org/apache/hadoop/hive/ql/hooks/ATSHook$OtherInfoTypes.class
>> < org/apache/hadoop/hive/ql/hooks/ATSHook$PrimaryFilterTypes.class
>>
>>
>> On Thu, Feb 19, 2015 at 8:54 AM, Chao Sun <ch...@cloudera.com> wrote:
>>> +1
>>>
>>> 1. Build src with hadoop-1 and hadoop-2, tested the generated bin with some
>>> DDL/DML queries.
>>> 2. Tested the bin with some DDL/DML queries.
>>> 3. Verified signature for bin and src, both asc and md5.
>>>
>>> Chao
>>>
>>> On Thu, Feb 19, 2015 at 1:55 AM, Szehon Ho <sz...@cloudera.com> wrote:
>>>
>>>> +1
>>>>
>>>> 1.  Verified signature for bin and src
>>>> 2.  Built src with hadoop2
>>>> 3.  Ran few queries from beeline with src
>>>> 4.  Ran few queries from beeline with bin
>>>> 5.  Verified no SNAPSHOT deps
>>>>
>>>> Thanks
>>>> Szehon
>>>>
>>>> On Wed, Feb 18, 2015 at 10:03 PM, Xuefu Zhang <xz...@cloudera.com> wrote:
>>>>
>>>> > +1
>>>> >
>>>> > 1. downloaded the src tarball and built w/ -Phadoop-1/2
>>>> > 2. verified no binary (jars) in the src tarball
>>>> >
>>>> > On Wed, Feb 18, 2015 at 8:56 PM, Brock Noland <br...@cloudera.com>
>>>> wrote:
>>>> >
>>>> > > +1
>>>> > >
>>>> > > verified sigs, hashes, created tables, ran MR on YARN jobs
>>>> > >
>>>> > > On Wed, Feb 18, 2015 at 8:54 PM, Brock Noland <br...@cloudera.com>
>>>> > wrote:
>>>> > > > Apache Hive 1.1.0 Release Candidate 3 is available here:
>>>> > > > http://people.apache.org/~brock/apache-hive-1.1.0-rc3/
>>>> > > >
>>>> > > > Maven artifacts are available here:
>>>> > > >
>>>> https://repository.apache.org/content/repositories/orgapachehive-1026/
>>>> > > >
>>>> > > > Source tag for RC3 is at:
>>>> > > > http://svn.apache.org/repos/asf/hive/tags/release-1.1.0-rc3/
>>>> > > >
>>>> > > > My key is located here:
>>>> https://people.apache.org/keys/group/hive.asc
>>>> > > >
>>>> > > > Voting will conclude in 72 hours
>>>> > >
>>>> >
>>>>
>>>
>>>
>>>
>>> --
>>> Best,
>>> Chao

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 3

Posted by Brock Noland <br...@cloudera.com>.
Hi,

That is true and by design when built with the hadoop-1 profile:

https://github.com/apache/hive/commit/820690b9bb908f48f8403ca87d14b26c18f00c38

Brock

On Fri, Feb 20, 2015 at 11:08 AM, Thejas Nair <th...@gmail.com> wrote:
> A few classes seem to be missing from the hive-exec*jar in binary
> tar.gz. When I build from the source tar.gz , the hive-exec*jar has
> those. ie, the source tar.gz looks fine.
>
> It is the ATSHook classes that are missing. Those are needed to be
> able to register job progress information with Yarn timeline server.
>
>  diff /tmp/src.txt /tmp/bin.txt
> 4768,4775d4767
> < org/apache/hadoop/hive/ql/hooks/ATSHook$1.class
> < org/apache/hadoop/hive/ql/hooks/ATSHook$2.class
> < org/apache/hadoop/hive/ql/hooks/ATSHook$3.class
> < org/apache/hadoop/hive/ql/hooks/ATSHook.class
> < org/apache/hadoop/hive/ql/hooks/ATSHook$EntityTypes.class
> < org/apache/hadoop/hive/ql/hooks/ATSHook$EventTypes.class
> < org/apache/hadoop/hive/ql/hooks/ATSHook$OtherInfoTypes.class
> < org/apache/hadoop/hive/ql/hooks/ATSHook$PrimaryFilterTypes.class
>
>
> On Thu, Feb 19, 2015 at 8:54 AM, Chao Sun <ch...@cloudera.com> wrote:
>> +1
>>
>> 1. Build src with hadoop-1 and hadoop-2, tested the generated bin with some
>> DDL/DML queries.
>> 2. Tested the bin with some DDL/DML queries.
>> 3. Verified signature for bin and src, both asc and md5.
>>
>> Chao
>>
>> On Thu, Feb 19, 2015 at 1:55 AM, Szehon Ho <sz...@cloudera.com> wrote:
>>
>>> +1
>>>
>>> 1.  Verified signature for bin and src
>>> 2.  Built src with hadoop2
>>> 3.  Ran few queries from beeline with src
>>> 4.  Ran few queries from beeline with bin
>>> 5.  Verified no SNAPSHOT deps
>>>
>>> Thanks
>>> Szehon
>>>
>>> On Wed, Feb 18, 2015 at 10:03 PM, Xuefu Zhang <xz...@cloudera.com> wrote:
>>>
>>> > +1
>>> >
>>> > 1. downloaded the src tarball and built w/ -Phadoop-1/2
>>> > 2. verified no binary (jars) in the src tarball
>>> >
>>> > On Wed, Feb 18, 2015 at 8:56 PM, Brock Noland <br...@cloudera.com>
>>> wrote:
>>> >
>>> > > +1
>>> > >
>>> > > verified sigs, hashes, created tables, ran MR on YARN jobs
>>> > >
>>> > > On Wed, Feb 18, 2015 at 8:54 PM, Brock Noland <br...@cloudera.com>
>>> > wrote:
>>> > > > Apache Hive 1.1.0 Release Candidate 3 is available here:
>>> > > > http://people.apache.org/~brock/apache-hive-1.1.0-rc3/
>>> > > >
>>> > > > Maven artifacts are available here:
>>> > > >
>>> https://repository.apache.org/content/repositories/orgapachehive-1026/
>>> > > >
>>> > > > Source tag for RC3 is at:
>>> > > > http://svn.apache.org/repos/asf/hive/tags/release-1.1.0-rc3/
>>> > > >
>>> > > > My key is located here:
>>> https://people.apache.org/keys/group/hive.asc
>>> > > >
>>> > > > Voting will conclude in 72 hours
>>> > >
>>> >
>>>
>>
>>
>>
>> --
>> Best,
>> Chao

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 3

Posted by Thejas Nair <th...@gmail.com>.
A few classes seem to be missing from the hive-exec*jar in binary
tar.gz. When I build from the source tar.gz , the hive-exec*jar has
those. ie, the source tar.gz looks fine.

It is the ATSHook classes that are missing. Those are needed to be
able to register job progress information with Yarn timeline server.

 diff /tmp/src.txt /tmp/bin.txt
4768,4775d4767
< org/apache/hadoop/hive/ql/hooks/ATSHook$1.class
< org/apache/hadoop/hive/ql/hooks/ATSHook$2.class
< org/apache/hadoop/hive/ql/hooks/ATSHook$3.class
< org/apache/hadoop/hive/ql/hooks/ATSHook.class
< org/apache/hadoop/hive/ql/hooks/ATSHook$EntityTypes.class
< org/apache/hadoop/hive/ql/hooks/ATSHook$EventTypes.class
< org/apache/hadoop/hive/ql/hooks/ATSHook$OtherInfoTypes.class
< org/apache/hadoop/hive/ql/hooks/ATSHook$PrimaryFilterTypes.class


On Thu, Feb 19, 2015 at 8:54 AM, Chao Sun <ch...@cloudera.com> wrote:
> +1
>
> 1. Build src with hadoop-1 and hadoop-2, tested the generated bin with some
> DDL/DML queries.
> 2. Tested the bin with some DDL/DML queries.
> 3. Verified signature for bin and src, both asc and md5.
>
> Chao
>
> On Thu, Feb 19, 2015 at 1:55 AM, Szehon Ho <sz...@cloudera.com> wrote:
>
>> +1
>>
>> 1.  Verified signature for bin and src
>> 2.  Built src with hadoop2
>> 3.  Ran few queries from beeline with src
>> 4.  Ran few queries from beeline with bin
>> 5.  Verified no SNAPSHOT deps
>>
>> Thanks
>> Szehon
>>
>> On Wed, Feb 18, 2015 at 10:03 PM, Xuefu Zhang <xz...@cloudera.com> wrote:
>>
>> > +1
>> >
>> > 1. downloaded the src tarball and built w/ -Phadoop-1/2
>> > 2. verified no binary (jars) in the src tarball
>> >
>> > On Wed, Feb 18, 2015 at 8:56 PM, Brock Noland <br...@cloudera.com>
>> wrote:
>> >
>> > > +1
>> > >
>> > > verified sigs, hashes, created tables, ran MR on YARN jobs
>> > >
>> > > On Wed, Feb 18, 2015 at 8:54 PM, Brock Noland <br...@cloudera.com>
>> > wrote:
>> > > > Apache Hive 1.1.0 Release Candidate 3 is available here:
>> > > > http://people.apache.org/~brock/apache-hive-1.1.0-rc3/
>> > > >
>> > > > Maven artifacts are available here:
>> > > >
>> https://repository.apache.org/content/repositories/orgapachehive-1026/
>> > > >
>> > > > Source tag for RC3 is at:
>> > > > http://svn.apache.org/repos/asf/hive/tags/release-1.1.0-rc3/
>> > > >
>> > > > My key is located here:
>> https://people.apache.org/keys/group/hive.asc
>> > > >
>> > > > Voting will conclude in 72 hours
>> > >
>> >
>>
>
>
>
> --
> Best,
> Chao

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 3

Posted by Chao Sun <ch...@cloudera.com>.
+1

1. Build src with hadoop-1 and hadoop-2, tested the generated bin with some
DDL/DML queries.
2. Tested the bin with some DDL/DML queries.
3. Verified signature for bin and src, both asc and md5.

Chao

On Thu, Feb 19, 2015 at 1:55 AM, Szehon Ho <sz...@cloudera.com> wrote:

> +1
>
> 1.  Verified signature for bin and src
> 2.  Built src with hadoop2
> 3.  Ran few queries from beeline with src
> 4.  Ran few queries from beeline with bin
> 5.  Verified no SNAPSHOT deps
>
> Thanks
> Szehon
>
> On Wed, Feb 18, 2015 at 10:03 PM, Xuefu Zhang <xz...@cloudera.com> wrote:
>
> > +1
> >
> > 1. downloaded the src tarball and built w/ -Phadoop-1/2
> > 2. verified no binary (jars) in the src tarball
> >
> > On Wed, Feb 18, 2015 at 8:56 PM, Brock Noland <br...@cloudera.com>
> wrote:
> >
> > > +1
> > >
> > > verified sigs, hashes, created tables, ran MR on YARN jobs
> > >
> > > On Wed, Feb 18, 2015 at 8:54 PM, Brock Noland <br...@cloudera.com>
> > wrote:
> > > > Apache Hive 1.1.0 Release Candidate 3 is available here:
> > > > http://people.apache.org/~brock/apache-hive-1.1.0-rc3/
> > > >
> > > > Maven artifacts are available here:
> > > >
> https://repository.apache.org/content/repositories/orgapachehive-1026/
> > > >
> > > > Source tag for RC3 is at:
> > > > http://svn.apache.org/repos/asf/hive/tags/release-1.1.0-rc3/
> > > >
> > > > My key is located here:
> https://people.apache.org/keys/group/hive.asc
> > > >
> > > > Voting will conclude in 72 hours
> > >
> >
>



-- 
Best,
Chao

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 3

Posted by Szehon Ho <sz...@cloudera.com>.
+1

1.  Verified signature for bin and src
2.  Built src with hadoop2
3.  Ran few queries from beeline with src
4.  Ran few queries from beeline with bin
5.  Verified no SNAPSHOT deps

Thanks
Szehon

On Wed, Feb 18, 2015 at 10:03 PM, Xuefu Zhang <xz...@cloudera.com> wrote:

> +1
>
> 1. downloaded the src tarball and built w/ -Phadoop-1/2
> 2. verified no binary (jars) in the src tarball
>
> On Wed, Feb 18, 2015 at 8:56 PM, Brock Noland <br...@cloudera.com> wrote:
>
> > +1
> >
> > verified sigs, hashes, created tables, ran MR on YARN jobs
> >
> > On Wed, Feb 18, 2015 at 8:54 PM, Brock Noland <br...@cloudera.com>
> wrote:
> > > Apache Hive 1.1.0 Release Candidate 3 is available here:
> > > http://people.apache.org/~brock/apache-hive-1.1.0-rc3/
> > >
> > > Maven artifacts are available here:
> > > https://repository.apache.org/content/repositories/orgapachehive-1026/
> > >
> > > Source tag for RC3 is at:
> > > http://svn.apache.org/repos/asf/hive/tags/release-1.1.0-rc3/
> > >
> > > My key is located here: https://people.apache.org/keys/group/hive.asc
> > >
> > > Voting will conclude in 72 hours
> >
>

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 3

Posted by Xuefu Zhang <xz...@cloudera.com>.
+1

1. downloaded the src tarball and built w/ -Phadoop-1/2
2. verified no binary (jars) in the src tarball

On Wed, Feb 18, 2015 at 8:56 PM, Brock Noland <br...@cloudera.com> wrote:

> +1
>
> verified sigs, hashes, created tables, ran MR on YARN jobs
>
> On Wed, Feb 18, 2015 at 8:54 PM, Brock Noland <br...@cloudera.com> wrote:
> > Apache Hive 1.1.0 Release Candidate 3 is available here:
> > http://people.apache.org/~brock/apache-hive-1.1.0-rc3/
> >
> > Maven artifacts are available here:
> > https://repository.apache.org/content/repositories/orgapachehive-1026/
> >
> > Source tag for RC3 is at:
> > http://svn.apache.org/repos/asf/hive/tags/release-1.1.0-rc3/
> >
> > My key is located here: https://people.apache.org/keys/group/hive.asc
> >
> > Voting will conclude in 72 hours
>

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 3

Posted by Brock Noland <br...@cloudera.com>.
+1

verified sigs, hashes, created tables, ran MR on YARN jobs

On Wed, Feb 18, 2015 at 8:54 PM, Brock Noland <br...@cloudera.com> wrote:
> Apache Hive 1.1.0 Release Candidate 3 is available here:
> http://people.apache.org/~brock/apache-hive-1.1.0-rc3/
>
> Maven artifacts are available here:
> https://repository.apache.org/content/repositories/orgapachehive-1026/
>
> Source tag for RC3 is at:
> http://svn.apache.org/repos/asf/hive/tags/release-1.1.0-rc3/
>
> My key is located here: https://people.apache.org/keys/group/hive.asc
>
> Voting will conclude in 72 hours