Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Prasad Mujumdar
I guess the README.txt can list Apache Spark as query execution framework along with MapReduce and Tez. thanks Prasad On Wed, Feb 18, 2015 at 8:26 AM, Xuefu Zhang xzh...@cloudera.com wrote: +1 1. downloaded the src and bin, and verified md5. 2. built the src with -Phadoop-1 and

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Brock Noland
Good idea... since it's not a blocker I will add that for 1.1.1 and 1.2.0. On Wed, Feb 18, 2015 at 10:37 AM, Prasad Mujumdar pras...@cloudera.com wrote: I guess the README.txt can list Apache Spark as query execution framework along with MapReduce and Tez. thanks Prasad On Wed, Feb

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Prasad Mujumdar
Sounds good. +1 Verified checksums of source and binary tarballs Compiled with hadoop-1 and hadoop-2 profiles with distributions Ran maven verify thanks Prasad On Wed, Feb 18, 2015 at 12:50 PM, Brock Noland br...@cloudera.com wrote: Good idea... since it's not a blocker I will add that

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Gopal Vijayaraghavan
Hi, From the release branch, I noticed that the hive-exec.jar now contains a copy of guava-14 without any relocations. The hive spark-client pom.xml adds guava as a lib jar instead of shading it in. https://github.com/apache/hive/blob/branch-1.1/spark-client/pom.xml#L111 That seems to be a

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Xuefu Zhang
+1 1. downloaded the src and bin, and verified md5. 2. built the src with -Phadoop-1 and -Phadoop-2. 3. ran a few unit tests Thanks, Xuefu On Tue, Feb 17, 2015 at 3:14 PM, Brock Noland br...@cloudera.com wrote: Apache Hive 1.1.0 Release Candidate 2 is available here:

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Szehon Ho
Checked the md5 and the signature of both. Built src and ran a few queries with CLI/Beeline. Something very strange.. with the bin I cannot create any table at all (says FAILED: SemanticException Line 1:13 Invalid table name..), I am not sure what is wrong, as it works using the one I build from

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Brock Noland
We should be able to generate those values in webhcat-default.xml. Eugene? On Wed, Feb 18, 2015 at 4:43 PM, Lefty Leverenz leftylever...@gmail.com wrote: Four configuration values in webhcat-default.xml need to be updated (same as HIVE-8807 https://issues.apache.org/jira/browse/HIVE-8807

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Brock Noland
Hi, On Wed, Feb 18, 2015 at 2:21 PM, Gopal Vijayaraghavan gop...@apache.org wrote: Hi, From the release branch, I noticed that the hive-exec.jar now contains a copy of guava-14 without any relocations. The hive spark-client pom.xml adds guava as a lib jar instead of shading it in.

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Chao Sun
I tested apache-hive.1.1.0-bin and I also got the same error as Szehon reported. On Wed, Feb 18, 2015 at 3:48 PM, Brock Noland br...@cloudera.com wrote: Hi, On Wed, Feb 18, 2015 at 2:21 PM, Gopal Vijayaraghavan gop...@apache.org wrote: Hi, From the release branch, I noticed that the

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Brock Noland
Yeah that is really strange. I have seen that before, a long time back, and but not found the root cause. I think it's a bug in either antlr or how we use antlr. I will re-generate the binaries and start another vote. Note the source tag will be the same which is technically what we vote on.. On

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Gopal Vijayaraghavan
On 2/18/15, 3:48 PM, Brock Noland br...@cloudera.com wrote: Does any of the same compatibility issues occur when using a hive-exec.jar containing guava-14 on MRv2 (which has guava-11 in the classpath)? Not that I am aware of. I've tested it on top of MRv2 a number of times and I think the

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Lefty Leverenz
Four configuration values in webhcat-default.xml need to be updated (same as HIVE-8807 https://issues.apache.org/jira/browse/HIVE-8807 updated in the patch for release 1.0.0 https://issues.apache.org/jira/secure/attachment/12695112/HIVE8807.patch): - templeton.pig.path - templeton.hive.path

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Eugene Koifman
I imagine it¹s possible but I¹m not sure it¹s worth the effort. webhcat-site.xml has to be edited during installation anyway since the tar files have to be copied to HDFS to a location that we don¹t know at build time. The values of these properties then depend on the name of the tar files on

[VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-17 Thread Brock Noland
Apache Hive 1.1.0 Release Candidate 2 is available here: http://people.apache.org/~brock/apache-hive-1.1.0-rc2/ Maven artifacts are available here: https://repository.apache.org/content/repositories/orgapachehive-1025/ Source tag for RC1 is at: