[jira] [Created] (HIVE-11734) Hive Server2 not impersonating HDFS for CREATE TABLE/DATABASE with KERBEROS auth

2015-09-04 Thread Jakub Pastuszek (JIRA)
Jakub Pastuszek created HIVE-11734: -- Summary: Hive Server2 not impersonating HDFS for CREATE TABLE/DATABASE with KERBEROS auth Key: HIVE-11734 URL: https://issues.apache.org/jira/browse/HIVE-11734

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

2015-09-04 Thread hiveqa
See Changes: [dmtolpeko] Patch HIVE-11536 [omalley] HIVE-11704. Create errata file. [Alan Gates] Added HIVE-11536 to errata [Alan Gates] HIVE-11536 follow up, seems earlier commit had strange line

[jira] [Created] (HIVE-11735) Different results when multiple if() functions are used

2015-09-04 Thread Chetna Chaudhari (JIRA)
Chetna Chaudhari created HIVE-11735: --- Summary: Different results when multiple if() functions are used Key: HIVE-11735 URL: https://issues.apache.org/jira/browse/HIVE-11735 Project: Hive

[jira] [Created] (HIVE-11736) while creating this hcatalog table then getting this error

2015-09-04 Thread Sadeek Mohammad (JIRA)
Sadeek Mohammad created HIVE-11736: -- Summary: while creating this hcatalog table then getting this error Key: HIVE-11736 URL: https://issues.apache.org/jira/browse/HIVE-11736 Project: Hive

Re: Review Request 38009: HIVE-11696 Exception when table-level serde is Parquet while partition-level serde is JSON

2015-09-04 Thread Aihua Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38009/ --- (Updated Sept. 4, 2015, 1:51 p.m.) Review request for hive. Repository:

[jira] [Created] (HIVE-11737) IndexOutOfBounds compiling query with duplicated groupby keys

2015-09-04 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HIVE-11737: -- Summary: IndexOutOfBounds compiling query with duplicated groupby keys Key: HIVE-11737 URL: https://issues.apache.org/jira/browse/HIVE-11737 Project: Hive

Review Request 38129: CBO: Calcite Operator To Hive Operator (Calcite Return Path): fix multiple window spec for PTF operator

2015-09-04 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38129/ --- Review request for hive and Jesús Camacho Rodríguez. Repository: hive-git

[jira] [Created] (HIVE-11738) Hive Parser to Support multi col in clause (x,y..) in (select ... from ..)

2015-09-04 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-11738: -- Summary: Hive Parser to Support multi col in clause (x,y..) in (select ... from ..) Key: HIVE-11738 URL: https://issues.apache.org/jira/browse/HIVE-11738

[jira] [Created] (HIVE-11739) int to string implicit conversion problem

2015-09-04 Thread Nezih Yigitbasi (JIRA)
Nezih Yigitbasi created HIVE-11739: -- Summary: int to string implicit conversion problem Key: HIVE-11739 URL: https://issues.apache.org/jira/browse/HIVE-11739 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-11740) LLAP: hadoop-1 build is broken as MiniLlapCluster cannot compile on hadoop-1

2015-09-04 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-11740: --- Summary: LLAP: hadoop-1 build is broken as MiniLlapCluster cannot compile on hadoop-1 Key: HIVE-11740 URL: https://issues.apache.org/jira/browse/HIVE-11740

Re: Review Request 37778: HIVE-11634

2015-09-04 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37778/#review97804 --- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java (line

[jira] [Created] (HIVE-11741) Add a new hook to run before query parse/compile

2015-09-04 Thread Guilherme Braccialli (JIRA)
Guilherme Braccialli created HIVE-11741: --- Summary: Add a new hook to run before query parse/compile Key: HIVE-11741 URL: https://issues.apache.org/jira/browse/HIVE-11741 Project: Hive

Re: Review Request 37778: HIVE-11634

2015-09-04 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37778/#review97806 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/Optimizer.java

Re: Review Request 37778: HIVE-11634

2015-09-04 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37778/#review97816 ---

Re: Review Request 37778: HIVE-11634

2015-09-04 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37778/#review97818 ---

Re: Review Request 37985: HIVE-11705 refactor SARG stripe filtering for ORC into a method

2015-09-04 Thread j . prasanth . j
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37985/#review97837 --- ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java

Re: Review Request 37778: HIVE-11634

2015-09-04 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37778/#review97820 --- ql/src/test/queries/clientpositive/pcs.q (line 12)

[jira] [Created] (HIVE-11742) last_value window specifier enforces ordering as a partition

2015-09-04 Thread Prateek Rungta (JIRA)
Prateek Rungta created HIVE-11742: - Summary: last_value window specifier enforces ordering as a partition Key: HIVE-11742 URL: https://issues.apache.org/jira/browse/HIVE-11742 Project: Hive

[jira] [Created] (HIVE-11743) HBase Port conflict for MiniHBaseCluster

2015-09-04 Thread Daniel Dai (JIRA)
Daniel Dai created HIVE-11743: - Summary: HBase Port conflict for MiniHBaseCluster Key: HIVE-11743 URL: https://issues.apache.org/jira/browse/HIVE-11743 Project: Hive Issue Type: Sub-task

Review Request 38136: CBO: Calcite Operator To Hive Operator (Calcite Return Path): ctas after order by has problem

2015-09-04 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38136/ --- Review request for hive and John Pullokkaran. Repository: hive-git

[jira] [Created] (HIVE-11744) Correct table alias in auto_join17.q.out and etc

2015-09-04 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-11744: -- Summary: Correct table alias in auto_join17.q.out and etc Key: HIVE-11744 URL: https://issues.apache.org/jira/browse/HIVE-11744 Project: Hive Issue

Re: Review Request 37778: HIVE-11634

2015-09-04 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37778/#review97819 ---

[jira] [Created] (HIVE-11745) Alter table Exchange partition with multiple partition_spec is not working

2015-09-04 Thread Yongzhi Chen (JIRA)
Yongzhi Chen created HIVE-11745: --- Summary: Alter table Exchange partition with multiple partition_spec is not working Key: HIVE-11745 URL: https://issues.apache.org/jira/browse/HIVE-11745 Project: Hive

[jira] [Created] (HIVE-11733) UDF GenericUDFReflect cannot find classes added by "ADD JAR"

2015-09-04 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-11733: - Summary: UDF GenericUDFReflect cannot find classes added by "ADD JAR" Key: HIVE-11733 URL: https://issues.apache.org/jira/browse/HIVE-11733 Project: Hive Issue