[jira] [Created] (HIVE-14866) Set hive.limit.optimize.enable to true

2016-09-30 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-14866: -- Summary: Set hive.limit.optimize.enable to true Key: HIVE-14866 URL: https://issues.apache.org/jira/browse/HIVE-14866 Project: Hive

[jira] [Created] (HIVE-14867) "serialization.last.column.takes.rest" does not work for MultiDelimitSerDe

2016-09-30 Thread Niklaus Xiao (JIRA)
Niklaus Xiao created HIVE-14867: --- Summary: "serialization.last.column.takes.rest" does not work for MultiDelimitSerDe Key: HIVE-14867 URL: https://issues.apache.org/jira/browse/HIVE-14867 Project: Hive

[GitHub] hive pull request #106: Null responses for metadata getUrl() and getUserName...

2016-09-30 Thread LosD
GitHub user LosD opened a pull request: https://github.com/apache/hive/pull/106 Null responses for metadata getUrl() and getUserName() The HiveDatabaseMetaData methods getUrl() and getUserName() has been throwing SQLExceptions when called. This change will make them return null

Re: Review Request 52283: HIVE-14822 : Add support for credential provider for jobs launched from Hiveserver2

2016-09-30 Thread Barna Zsombor Klara
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52283/#review150996 --- LGTM, only nits and a minor question. Thanks for the patch!

Re: Review Request 52427: HIVE-14580 - Introduce || operator

2016-09-30 Thread pengcheng xiong
> On Sept. 30, 2016, 5:30 p.m., pengcheng xiong wrote: > > ql/src/java/org/apache/hadoop/hive/ql/parse/IdentifiersParser.g, line 434 > > > > > > Could u test if the precedence is correct w.r.t the other DBMS? If you

[jira] [Created] (HIVE-14868) Test bug summary

2016-09-30 Thread Kalpana Pal (JIRA)
Kalpana Pal created HIVE-14868: -- Summary: Test bug summary Key: HIVE-14868 URL: https://issues.apache.org/jira/browse/HIVE-14868 Project: Hive Issue Type: Bug Components:

Re: Review Request 52427: HIVE-14580 - Introduce || operator

2016-09-30 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52427/#review151046 --- ql/src/java/org/apache/hadoop/hive/ql/parse/IdentifiersParser.g

Re: Review Request 52283: HIVE-14822 : Add support for credential provider for jobs launched from Hiveserver2

2016-09-30 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52283/ --- (Updated Sept. 30, 2016, 6:58 p.m.) Review request for hive, Mohit Sabharwal

[jira] [Created] (HIVE-14869) Make ORC Reader resilient to 0 length files

2016-09-30 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-14869: Summary: Make ORC Reader resilient to 0 length files Key: HIVE-14869 URL: https://issues.apache.org/jira/browse/HIVE-14869 Project: Hive

[jira] [Created] (HIVE-14871) Window PARTITION BY clause throw "ParseException line ?:? missing ) at '?' near"

2016-09-30 Thread Sahil Takiar (JIRA)
Sahil Takiar created HIVE-14871: --- Summary: Window PARTITION BY clause throw "ParseException line ?:? missing ) at '?' near" Key: HIVE-14871 URL: https://issues.apache.org/jira/browse/HIVE-14871

Re: Review Request 51593: HIVE-14063 : Add beeline connection configuration file to automatically connect to HS2 using beeline

2016-09-30 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51593/ --- (Updated Sept. 30, 2016, 10:56 p.m.) Review request for hive, Mohit Sabharwal,

[jira] [Created] (HIVE-14872) Deprecate the configuration HIVE_SUPPORT_SQL11_RESERVED_KEYWORDS

2016-09-30 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-14872: -- Summary: Deprecate the configuration HIVE_SUPPORT_SQL11_RESERVED_KEYWORDS Key: HIVE-14872 URL: https://issues.apache.org/jira/browse/HIVE-14872 Project: Hive

[DISCUSSION] Deprecate HIVE_SUPPORT_SQL11_RESERVED_KEYWORDS

2016-09-30 Thread Pengcheng Xiong
Hi all, I logged HIVE-14872 to deprecate the configuration of HIVE_SUPPORT_SQL11_RESERVED_KEYWORDS. The main purpose for the configuration of HIVE_SUPPORT_SQL11_RESERVED_KEYWORDS is for backward compatibility (See HIVE-6617) because a lot of

[jira] [Created] (HIVE-14870) OracleStore: RawStore implementation optimized for Oracle

2016-09-30 Thread Chris Drome (JIRA)
Chris Drome created HIVE-14870: -- Summary: OracleStore: RawStore implementation optimized for Oracle Key: HIVE-14870 URL: https://issues.apache.org/jira/browse/HIVE-14870 Project: Hive Issue

Review Request 52427: HIVE-14580 - Introduce || operator

2016-09-30 Thread Zoltan Haindrich
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52427/ --- Review request for hive, Ashutosh Chauhan and pengcheng xiong. Repository: