Re: [VOTE] Apache Hive 2.0.0 Release Candidate 2

2016-02-09 Thread Prasanth Jayachandran
I think we might need another RC. Found another issue with logging that could 
affect hive services. When I ran “hive —service metastore” logging was not 
initialized. This can affect other services as well.

Filed https://issues.apache.org/jira/browse/HIVE-13032 for the same.

I am -1 on this RC (will take back my initial +1).

Thanks
Prasanth

> On Feb 9, 2016, at 2:40 PM, Sergey Shelukhin  wrote:
> 
> Yes, that is expected as per https://issues.apache.org/jira/browse/HIVE-1841
> Hence the improved message instead of 1 lines of callstack ;)
> 
> From: Xuefu Zhang mailto:xzh...@cloudera.com>>
> Reply-To: "dev@hive.apache.org<mailto:dev@hive.apache.org>" 
> mailto:dev@hive.apache.org>>
> Date: Tuesday, February 9, 2016 at 10:37
> To: "dev@hive.apache.org<mailto:dev@hive.apache.org>" 
> mailto:dev@hive.apache.org>>
> Subject: Re: [VOTE] Apache Hive 2.0.0 Release Candidate 2
> 
> Some trouble I met:
> 
> 1. downloaded source and build Hive with -Pdist.
> 2. try to run Hive CLI and get the following error:
> 
> Exception in thread "main" java.lang.RuntimeException: Hive metastore 
> database is not initialized. Please use schematool (e.g. ./schematool 
> -initSchema -dbType ...) to create the schema. If needed, don't forget to 
> include the option to auto-create the underlying database in your JDBC 
> connection string (e.g. ?createDatabaseIfNotExist=true for mysql)
> 
> 
> Is this expected? This used to work out of box with embedded metastore 
> created automatcially.
> 
> Thanks,
> Xuefu
> 
> On Tue, Feb 9, 2016 at 10:15 AM, Alan Gates 
> mailto:alanfga...@gmail.com>> wrote:
> FYI the URL for the candidate returns 404, the correct URL is 
> http://people.apache.org/~sershe/hive-2.0.0-rc2/
> 
> +1, checks signatures, did a build with a brand new maven repo, and ran a 
> quick smoke test.
> 
> Alan.
> 
> [cid:part1.08070200.09010904@gmail.com]
> Sergey Shelukhin<mailto:ser...@apache.org>
> February 8, 2016 at 18:29
> Apache Hive 2.0.0 Release Candidate 2 is available here:
> 
> http://people.apache.org/~sershe/hive-2.0.0-RC2/
> 
> 
> Maven artifacts are at
> 
> https://repository.apache.org/content/repositories/orgapachehive-1044/
> 
> 
> Source tag for RC2 (github mirror) is:
> https://github.com/apache/hive/releases/tag/release-2.0.0-rc2
> (https://github.com/apache/hive/commit/ecccdda845a0a45de24463669847ddf37ad3
> c220)
> 
> Voting will conclude in 72 hours.
> 
> Hive PMC Members: Please test and vote.
> 
> 
> 
> Thanks.
> 
> 
> 



Re: [VOTE] Apache Hive 2.0.0 Release Candidate 2

2016-02-09 Thread Sergey Shelukhin
Yes, that is expected as per https://issues.apache.org/jira/browse/HIVE-1841
Hence the improved message instead of 1 lines of callstack ;)

From: Xuefu Zhang mailto:xzh...@cloudera.com>>
Reply-To: "dev@hive.apache.org<mailto:dev@hive.apache.org>" 
mailto:dev@hive.apache.org>>
Date: Tuesday, February 9, 2016 at 10:37
To: "dev@hive.apache.org<mailto:dev@hive.apache.org>" 
mailto:dev@hive.apache.org>>
Subject: Re: [VOTE] Apache Hive 2.0.0 Release Candidate 2

Some trouble I met:

1. downloaded source and build Hive with -Pdist.
2. try to run Hive CLI and get the following error:

Exception in thread "main" java.lang.RuntimeException: Hive metastore database 
is not initialized. Please use schematool (e.g. ./schematool -initSchema 
-dbType ...) to create the schema. If needed, don't forget to include the 
option to auto-create the underlying database in your JDBC connection string 
(e.g. ?createDatabaseIfNotExist=true for mysql)


Is this expected? This used to work out of box with embedded metastore created 
automatcially.

Thanks,
Xuefu

On Tue, Feb 9, 2016 at 10:15 AM, Alan Gates 
mailto:alanfga...@gmail.com>> wrote:
FYI the URL for the candidate returns 404, the correct URL is 
http://people.apache.org/~sershe/hive-2.0.0-rc2/

+1, checks signatures, did a build with a brand new maven repo, and ran a quick 
smoke test.

Alan.

[cid:part1.08070200.09010904@gmail.com]
Sergey Shelukhin<mailto:ser...@apache.org>
February 8, 2016 at 18:29
Apache Hive 2.0.0 Release Candidate 2 is available here:

http://people.apache.org/~sershe/hive-2.0.0-RC2/


Maven artifacts are at

https://repository.apache.org/content/repositories/orgapachehive-1044/


Source tag for RC2 (github mirror) is:
https://github.com/apache/hive/releases/tag/release-2.0.0-rc2
(https://github.com/apache/hive/commit/ecccdda845a0a45de24463669847ddf37ad3
c220)

Voting will conclude in 72 hours.

Hive PMC Members: Please test and vote.



Thanks.





Re: [VOTE] Apache Hive 2.0.0 Release Candidate 2

2016-02-09 Thread Prasanth Jayachandran
+1

Verified signature
Verified checksum
Verified source compilation and binary
Ran smoke tests on LLAP

Thanks
Prasanth

On Feb 9, 2016, at 1:10 PM, Alan Gates 
mailto:alanfga...@gmail.com>> wrote:

It is expected, you now have to run SchemaTool manually, as the error message 
indicates.  See https://issues.apache.org/jira/browse/HIVE-1841

Alan.

[cid:part1.03060309.08020103@gmail.com]
Xuefu Zhang
February 9, 2016 at 10:37
Some trouble I met:

1. downloaded source and build Hive with -Pdist.
2. try to run Hive CLI and get the following error:

Exception in thread "main" java.lang.RuntimeException: Hive metastore database 
is not initialized. Please use schematool (e.g. ./schematool -initSchema 
-dbType ...) to create the schema. If needed, don't forget to include the 
option to auto-create the underlying database in your JDBC connection string 
(e.g. ?createDatabaseIfNotExist=true for mysql)


Is this expected? This used to work out of box with embedded metastore created 
automatcially.

Thanks,
Xuefu


[cid:part1.03060309.08020103@gmail.com]
Sergey Shelukhin
February 8, 2016 at 18:29
Apache Hive 2.0.0 Release Candidate 2 is available here:

http://people.apache.org/~sershe/hive-2.0.0-RC2/


Maven artifacts are at

https://repository.apache.org/content/repositories/orgapachehive-1044/


Source tag for RC2 (github mirror) is:
https://github.com/apache/hive/releases/tag/release-2.0.0-rc2
(https://github.com/apache/hive/commit/ecccdda845a0a45de24463669847ddf37ad3
c220)

Voting will conclude in 72 hours.

Hive PMC Members: Please test and vote.



Thanks.





Re: [VOTE] Apache Hive 2.0.0 Release Candidate 2

2016-02-09 Thread Alan Gates
It is expected, you now have to run SchemaTool manually, as the error 
message indicates.  See https://issues.apache.org/jira/browse/HIVE-1841


Alan.


Xuefu Zhang 
February 9, 2016 at 10:37
Some trouble I met:

1. downloaded source and build Hive with -Pdist.
2. try to run Hive CLI and get the following error:

Exception in thread "main" java.lang.RuntimeException: Hive metastore 
database is not initialized. Please use schematool (e.g. ./schematool 
-initSchema -dbType ...) to create the schema. If needed, don't forget 
to include the option to auto-create the underlying database in your 
JDBC connection string (e.g. ?createDatabaseIfNotExist=true for mysql)



Is this expected? This used to work out of box with embedded metastore 
created automatcially.


Thanks,
Xuefu


Sergey Shelukhin 
February 8, 2016 at 18:29
Apache Hive 2.0.0 Release Candidate 2 is available here:

http://people.apache.org/~sershe/hive-2.0.0-RC2/


Maven artifacts are at

https://repository.apache.org/content/repositories/orgapachehive-1044/


Source tag for RC2 (github mirror) is:
https://github.com/apache/hive/releases/tag/release-2.0.0-rc2
(https://github.com/apache/hive/commit/ecccdda845a0a45de24463669847ddf37ad3
c220)

Voting will conclude in 72 hours.

Hive PMC Members: Please test and vote.



Thanks.




Re: [VOTE] Apache Hive 2.0.0 Release Candidate 2

2016-02-09 Thread Xuefu Zhang
Some trouble I met:

1. downloaded source and build Hive with -Pdist.
2. try to run Hive CLI and get the following error:

Exception in thread "main" java.lang.RuntimeException: Hive metastore
database is not initialized. Please use schematool (e.g. ./schematool
-initSchema -dbType ...) to create the schema. If needed, don't forget to
include the option to auto-create the underlying database in your JDBC
connection string (e.g. ?createDatabaseIfNotExist=true for mysql)


Is this expected? This used to work out of box with embedded metastore
created automatcially.

Thanks,
Xuefu

On Tue, Feb 9, 2016 at 10:15 AM, Alan Gates  wrote:

> FYI the URL for the candidate returns 404, the correct URL is
> http://people.apache.org/~sershe/hive-2.0.0-rc2/
>
> +1, checks signatures, did a build with a brand new maven repo, and ran a
> quick smoke test.
>
> Alan.
>
> Sergey Shelukhin 
> February 8, 2016 at 18:29
> Apache Hive 2.0.0 Release Candidate 2 is available here:
>
> http://people.apache.org/~sershe/hive-2.0.0-RC2/
>
>
> Maven artifacts are at
>
> https://repository.apache.org/content/repositories/orgapachehive-1044/
>
>
> Source tag for RC2 (github mirror) is:
> https://github.com/apache/hive/releases/tag/release-2.0.0-rc2
> (
> https://github.com/apache/hive/commit/ecccdda845a0a45de24463669847ddf37ad3
> c220)
>
> Voting will conclude in 72 hours.
>
> Hive PMC Members: Please test and vote.
>
>
>
> Thanks.
>
>
>


Re: [VOTE] Apache Hive 2.0.0 Release Candidate 2

2016-02-09 Thread Alan Gates
FYI the URL for the candidate returns 404, the correct URL is 
http://people.apache.org/~sershe/hive-2.0.0-rc2/


+1, checks signatures, did a build with a brand new maven repo, and ran 
a quick smoke test.


Alan.


Sergey Shelukhin 
February 8, 2016 at 18:29
Apache Hive 2.0.0 Release Candidate 2 is available here:

http://people.apache.org/~sershe/hive-2.0.0-RC2/


Maven artifacts are at

https://repository.apache.org/content/repositories/orgapachehive-1044/


Source tag for RC2 (github mirror) is:
https://github.com/apache/hive/releases/tag/release-2.0.0-rc2
(https://github.com/apache/hive/commit/ecccdda845a0a45de24463669847ddf37ad3
c220)

Voting will conclude in 72 hours.

Hive PMC Members: Please test and vote.



Thanks.




[VOTE] Apache Hive 2.0.0 Release Candidate 2

2016-02-08 Thread Sergey Shelukhin
Apache Hive 2.0.0 Release Candidate 2 is available here:

http://people.apache.org/~sershe/hive-2.0.0-RC2/


Maven artifacts are at

https://repository.apache.org/content/repositories/orgapachehive-1044/


Source tag for RC2 (github mirror) is:
https://github.com/apache/hive/releases/tag/release-2.0.0-rc2
(https://github.com/apache/hive/commit/ecccdda845a0a45de24463669847ddf37ad3
c220)

Voting will conclude in 72 hours.

Hive PMC Members: Please test and vote.



Thanks.