Re: Review Request 61374: HIVE-17220: Bloomfilter probing in semijoin reduction is thrashing L1 dcache

2017-08-02 Thread Gopal V
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61374/#review182078 --- Ship it! Ship It! - Gopal V On Aug. 3, 2017, 3:09 a.m.,

[jira] [Created] (HIVE-17239) HoS doesn't trigger mapjoins against subquery with union all

2017-08-02 Thread Sahil Takiar (JIRA)
Sahil Takiar created HIVE-17239: --- Summary: HoS doesn't trigger mapjoins against subquery with union all Key: HIVE-17239 URL: https://issues.apache.org/jira/browse/HIVE-17239 Project: Hive

[jira] [Created] (HIVE-17238) DPP isn't trigger for partitioned to partitioned join within a subquery

2017-08-02 Thread Sahil Takiar (JIRA)
Sahil Takiar created HIVE-17238: --- Summary: DPP isn't trigger for partitioned to partitioned join within a subquery Key: HIVE-17238 URL: https://issues.apache.org/jira/browse/HIVE-17238 Project: Hive

Update master-mr2.properties?

2017-08-02 Thread Chao Sun
Hi all, In one of my patch (HIVE-17213) I need to update the file testutils/ptest2/conf/deployed/master-mr2.properties However, it seems the change in the patch will not take effect when running the test. Does anyone know how to update this file? Thanks, Chao

[GitHub] hive pull request #219: HIVE-15705: Event replication for constraints

2017-08-02 Thread daijyc
GitHub user daijyc opened a pull request: https://github.com/apache/hive/pull/219 HIVE-15705: Event replication for constraints You can merge this pull request into a Git repository by running: $ git pull https://github.com/daijyc/hive HIVE-15705 Alternatively you can review

Re: Review Request 61374: HIVE-17220: Bloomfilter probing in semijoin reduction is thrashing L1 dcache

2017-08-02 Thread j . prasanth . j
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61374/ --- (Updated Aug. 3, 2017, 3:09 a.m.) Review request for hive and Gopal V.

[jira] [Created] (HIVE-17237) HMS wastes 26.4% of memory due to dup strings in metastore.api.Partition.parameters

2017-08-02 Thread Misha Dmitriev (JIRA)
Misha Dmitriev created HIVE-17237: - Summary: HMS wastes 26.4% of memory due to dup strings in metastore.api.Partition.parameters Key: HIVE-17237 URL: https://issues.apache.org/jira/browse/HIVE-17237

[GitHub] hive pull request #218: HIVE-17234

2017-08-02 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/218 HIVE-17234 This patch removes all of the unused parts of HBase metastore. The aggregate stats work is kept, and moves into directories that match the already changed packages. Two methods that

[jira] [Created] (HIVE-17236) Add support for wild card LOCATION for external table

2017-08-02 Thread nirav patel (JIRA)
nirav patel created HIVE-17236: -- Summary: Add support for wild card LOCATION for external table Key: HIVE-17236 URL: https://issues.apache.org/jira/browse/HIVE-17236 Project: Hive Issue Type:

[jira] [Created] (HIVE-17235) Add ORC Decimal64 Serialization/Deserialization

2017-08-02 Thread Matt McCline (JIRA)
Matt McCline created HIVE-17235: --- Summary: Add ORC Decimal64 Serialization/Deserialization Key: HIVE-17235 URL: https://issues.apache.org/jira/browse/HIVE-17235 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-17234) Remove HBase metastore from master

2017-08-02 Thread Alan Gates (JIRA)
Alan Gates created HIVE-17234: - Summary: Remove HBase metastore from master Key: HIVE-17234 URL: https://issues.apache.org/jira/browse/HIVE-17234 Project: Hive Issue Type: Task

[jira] [Created] (HIVE-17233) Set "mapred.input.dir.recursive" for HCatInputFormat-based jobs.

2017-08-02 Thread Mithun Radhakrishnan (JIRA)
Mithun Radhakrishnan created HIVE-17233: --- Summary: Set "mapred.input.dir.recursive" for HCatInputFormat-based jobs. Key: HIVE-17233 URL: https://issues.apache.org/jira/browse/HIVE-17233

[jira] [Created] (HIVE-17232) No match found Compactor finds a bucket file thinking it's a directory

2017-08-02 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-17232: - Summary: No match found Compactor finds a bucket file thinking it's a directory Key: HIVE-17232 URL: https://issues.apache.org/jira/browse/HIVE-17232 Project:

Re: Review Request 61374: HIVE-17220: Bloomfilter probing in semijoin reduction is thrashing L1 dcache

2017-08-02 Thread Gopal V
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61374/#review182030 ---

[jira] [Created] (HIVE-17231) ColumnizedDeleteEventRegistry.DeleteReaderValue optimization

2017-08-02 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-17231: - Summary: ColumnizedDeleteEventRegistry.DeleteReaderValue optimization Key: HIVE-17231 URL: https://issues.apache.org/jira/browse/HIVE-17231 Project: Hive

Review Request 61380: HIVE-14786: Beeline displays binary column data as string instead of byte array

2017-08-02 Thread Barna Zsombor Klara
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61380/ --- Review request for hive, Marta Kuczora and Peter Vary. Bugs: HIVE-14786

Review Request 61379: HIVE-16294: Support snapshot for truncate table

2017-08-02 Thread Barna Zsombor Klara
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61379/ --- Review request for hive, Marta Kuczora and Peter Vary. Bugs: HIVE-16294

[jira] [Created] (HIVE-17230) Timestamp format different in HiveCLI and Beeline

2017-08-02 Thread Peter Vary (JIRA)
Peter Vary created HIVE-17230: - Summary: Timestamp format different in HiveCLI and Beeline Key: HIVE-17230 URL: https://issues.apache.org/jira/browse/HIVE-17230 Project: Hive Issue Type: Bug

[GitHub] hive pull request #217: HIVE-16895: Multi-threaded execution of bootstrap du...

2017-08-02 Thread anishek
GitHub user anishek opened a pull request: https://github.com/apache/hive/pull/217 HIVE-16895: Multi-threaded execution of bootstrap dump of partitions You can merge this pull request into a Git repository by running: $ git pull https://github.com/anishek/hive HIVE-16895

Review Request 61374: HIVE-17220: Bloomfilter probing in semijoin reduction is thrashing L1 dcache

2017-08-02 Thread j . prasanth . j
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61374/ --- Review request for hive and Gopal V. Bugs: HIVE-17220

[jira] [Created] (HIVE-17229) HiveMetastore HMSHandler locks during initialization, even though its static variable threadPool is not null

2017-08-02 Thread Zac Zhou (JIRA)
Zac Zhou created HIVE-17229: --- Summary: HiveMetastore HMSHandler locks during initialization, even though its static variable threadPool is not null Key: HIVE-17229 URL: https://issues.apache.org/jira/browse/HIVE-17229

[jira] [Created] (HIVE-17228) Bump tez version to 0.9.0

2017-08-02 Thread Zhiyuan Yang (JIRA)
Zhiyuan Yang created HIVE-17228: --- Summary: Bump tez version to 0.9.0 Key: HIVE-17228 URL: https://issues.apache.org/jira/browse/HIVE-17228 Project: Hive Issue Type: Bug Reporter: