[jira] [Created] (HIVE-12771) HiveServer2 running HiveStatement.execute throw java.lang.NullPointerException

2015-12-31 Thread dailidong (JIRA)
dailidong created HIVE-12771: Summary: HiveServer2 running HiveStatement.execute throw java.lang.NullPointerException Key: HIVE-12771 URL: https://issues.apache.org/jira/browse/HIVE-12771 Project: Hive

Build failed in Jenkins: HIVE-TRUNK-JAVA8 #149

2015-12-31 Thread hiveqa
See Changes: [thejas] HIVE-12722 : Create abstract subclass for HiveAuthorizer to shield implementations from interface changes (Thejas Nair, reviewed by Sushanth Sowmyan) [Szehon Ho] HIVE-12733 : UX

Re: Review Request 41102: HIVE-12597 LLAP - allow using elevator without cache

2015-12-31 Thread Lefty Leverenz
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41102/#review112384 --- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java (lines 2

[jira] [Created] (HIVE-12770) Fix Q files on branch-1 that have minor EXPLAIN output differences

2015-12-31 Thread Matt McCline (JIRA)
Matt McCline created HIVE-12770: --- Summary: Fix Q files on branch-1 that have minor EXPLAIN output differences Key: HIVE-12770 URL: https://issues.apache.org/jira/browse/HIVE-12770 Project: Hive

Re: Hive Buckets and Select queries

2015-12-31 Thread Lefty Leverenz
cc: u...@hive.apache.org -- Lefty On Mon, Dec 28, 2015 at 11:00 PM, Varadharajan Mukundan < srinath...@gmail.com> wrote: > Hi All, > > Say i have a table with below schema: > > CREATE TABLE foo (id INT) CLUSTERED BY (id) INTO 8 BUCKETS STORED AS ORC; > > and when we issue the following query,