[jira] [Created] (HIVE-12989) Hive with ORC - Data read from disk for 2 queries same despite very different selectivities

2016-02-02 Thread Vishesh Garg (JIRA)
Vishesh Garg created HIVE-12989: --- Summary: Hive with ORC - Data read from disk for 2 queries same despite very different selectivities Key: HIVE-12989 URL: https://issues.apache.org/jira/browse/HIVE-12989

Re: Review Request 43070: HIVE-12976 MetaStoreDirectSql doesn't batch IN lists in all cases

2016-02-02 Thread Gopal V
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43070/#review117566 --- metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDire

Re: Review Request 41721: MetadataUpdater: provide a mechanism to edit the basic statistics of a table (or a partition)

2016-02-02 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41721/ --- (Updated Feb. 3, 2016, 3:42 a.m.) Review request for hive and Ashutosh Chauhan.

Re: Review Request 43070: HIVE-12976 MetaStoreDirectSql doesn't batch IN lists in all cases

2016-02-02 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43070/ --- (Updated Feb. 3, 2016, 2:39 a.m.) Review request for hive, Ashutosh Chauhan and

Re: Review Request 43115: HIVE-12924 CBO: Calcite Operator To Hive Operator (Calcite Return Path): TestCliDriver groupby_ppr_multi_distinct.q failure

2016-02-02 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43115/#review117553 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/translato

Re: Review Request 43115: HIVE-12924 CBO: Calcite Operator To Hive Operator (Calcite Return Path): TestCliDriver groupby_ppr_multi_distinct.q failure

2016-02-02 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43115/#review117552 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/translato

[VOTE] Apache Hive 2.0.0 Release Candidate 1

2016-02-02 Thread Sergey Shelukhin
Apache Hive 2.0.0 Release Candidate 1 is available here: http://people.apache.org/~sershe/hive-2.0.0-RC1/ Maven artifacts are at https://repository.apache.org/content/repositories/orgapachehive-1043/ Source tag for RC1 (github mirror) is: https://github.com/apache/hive/releases/tag/release-2.

Re: [VOTE] Apache Hive 2.0.0 Release Candidate 0

2016-02-02 Thread Sergey Shelukhin
The RC0 is sunk, the VOTE is over. From: Alan Gates mailto:alanfga...@gmail.com>> Reply-To: "dev@hive.apache.org" mailto:dev@hive.apache.org>> Date: Tuesday, February 2, 2016 at 10:43 To: "dev@hive.apache.org" mailto:dev@hive.apache.org>> S

Re: Review Request 42948: HIVE-12950 support NullRowInputFormat in LLAP for nullscan cases

2016-02-02 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42948/ --- (Updated Feb. 3, 2016, 2:08 a.m.) Review request for hive and Gopal V. Reposi

[jira] [Created] (HIVE-12988) Improve dynamic partition loading IV

2016-02-02 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-12988: --- Summary: Improve dynamic partition loading IV Key: HIVE-12988 URL: https://issues.apache.org/jira/browse/HIVE-12988 Project: Hive Issue Type: Improveme

Re: Review Request 42960: HIVE-11752

2016-02-02 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42960/#review117538 --- ql/src/java/org/apache/hadoop/hive/ql/parse/CalcitePlanner.java (

[jira] [Created] (HIVE-12987) Add metrics for HS2 active users and SQL operations

2016-02-02 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HIVE-12987: -- Summary: Add metrics for HS2 active users and SQL operations Key: HIVE-12987 URL: https://issues.apache.org/jira/browse/HIVE-12987 Project: Hive Issue Type: Task

Review Request 43115: HIVE-12924 CBO: Calcite Operator To Hive Operator (Calcite Return Path): TestCliDriver groupby_ppr_multi_distinct.q failure

2016-02-02 Thread Hari Sankar Sivarama Subramaniyan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43115/ --- Review request for hive, Jesús Camacho Rodríguez and John Pullokkaran. Reposito

Re: [VOTE] Apache Hive 2.0.0 Release Candidate 0

2016-02-02 Thread Dmitry Tolpeko
Antlr3 and Antlr4 are like different products (think of Hadoop 1 and 2), I believe it is impossible to migrate Hive without significant rewrite. When Hplsql starts it loads 4.5 version, while Hive loads version 3. On Tue, Feb 2, 2016 at 11:51 PM, Sergey Shelukhin wrote: > That sounds like a reci

Re: [VOTE] Apache Hive 2.0.0 Release Candidate 0

2016-02-02 Thread Sergey Shelukhin
That sounds like a recipe for class loading disaster… I think Hive would need to be upgraded to use the new version unless it can be isolated in the distribution somehow. On 16/2/2, 12:46, "Dmitry Tolpeko" wrote: >Sergey, > >3) It is a different version 4.5 that is not compatible with 3 used in

[jira] [Created] (HIVE-12986) make sure Hive uses Antlr runtime version compatible with HPLSQL

2016-02-02 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-12986: --- Summary: make sure Hive uses Antlr runtime version compatible with HPLSQL Key: HIVE-12986 URL: https://issues.apache.org/jira/browse/HIVE-12986 Project: Hive

Re: [VOTE] Apache Hive 2.0.0 Release Candidate 0

2016-02-02 Thread Dmitry Tolpeko
Sergey, 3) It is a different version 4.5 that is not compatible with 3 used in Hive, so both jars should be supplied. Thanks, Dmitry On Tue, Feb 2, 2016 at 11:27 PM, Sergey Shelukhin wrote: > 1) I’ll add the scripts. > 2) We currently do not appear to be packaging the config files in the > bi

[jira] [Created] (HIVE-12985) distribution configs are wrong and out of date

2016-02-02 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-12985: --- Summary: distribution configs are wrong and out of date Key: HIVE-12985 URL: https://issues.apache.org/jira/browse/HIVE-12985 Project: Hive Issue Type:

Re: [VOTE] Apache Hive 2.0.0 Release Candidate 0

2016-02-02 Thread Sergey Shelukhin
1) I’ll add the scripts. 2) We currently do not appear to be packaging the config files in the binary distribution; even hive-site.xml is absent. 3) lib/ already includes an earlier version of Antlr runtime. Should Hive be upgraded to a newer version overall for HPLSQL to work? On 16/2/1, 22:55, "

[jira] [Created] (HIVE-12984) spark tgz need to be deleted on mvn clean, as are other binary artifacts in the tree

2016-02-02 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-12984: --- Summary: spark tgz need to be deleted on mvn clean, as are other binary artifacts in the tree Key: HIVE-12984 URL: https://issues.apache.org/jira/browse/HIVE-12984

Re: Review Request 41821: HIVE-12767: Implement table property to address Parquet int96 timestamp bug

2016-02-02 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41821/ --- (Updated Feb. 2, 2016, 7:10 p.m.) Review request for hive, Ryan Blue, Mohammad

Re: [VOTE] Apache Hive 2.0.0 Release Candidate 0

2016-02-02 Thread Alan Gates
-1. There's a jar file in the src distribution, ./data/files/identity_udf.jar We can't have any binary files in the src distribution. When I do: mvn install -DskipTests -Dmaven.repo.local=/Users/gates/tmp/hive/m2 I get: [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR]

[jira] [Created] (HIVE-12983) Provide a builtin function to get Hive version

2016-02-02 Thread Lenni Kuff (JIRA)
Lenni Kuff created HIVE-12983: - Summary: Provide a builtin function to get Hive version Key: HIVE-12983 URL: https://issues.apache.org/jira/browse/HIVE-12983 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-12982) WebHCat Templeton Server throwing java.lang.RuntimeException

2016-02-02 Thread Devendra Vishwakarma (JIRA)
Devendra Vishwakarma created HIVE-12982: --- Summary: WebHCat Templeton Server throwing java.lang.RuntimeException Key: HIVE-12982 URL: https://issues.apache.org/jira/browse/HIVE-12982 Project: Hiv

Re: Review Request 43008: HIVE-12952 : Show query sub-pages on webui

2016-02-02 Thread Aihua Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43008/#review117405 --- Ship it! Ship It! - Aihua Xu On Feb. 2, 2016, 12:22 a.m., Sz

[jira] [Created] (HIVE-12981) ThriftCLIService uses incompatible getShortName() implementation

2016-02-02 Thread Bolke de Bruin (JIRA)
Bolke de Bruin created HIVE-12981: - Summary: ThriftCLIService uses incompatible getShortName() implementation Key: HIVE-12981 URL: https://issues.apache.org/jira/browse/HIVE-12981 Project: Hive

Re: Review Request 42960: HIVE-11752

2016-02-02 Thread Lefty Leverenz
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42960/#review117387 --- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java (lines