[jira] [Created] (HIVE-16031) rename the new SQL files (if any remain) before merge to master

2017-02-23 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-16031: --- Summary: rename the new SQL files (if any remain) before merge to master Key: HIVE-16031 URL: https://issues.apache.org/jira/browse/HIVE-16031 Project: Hive

Review Request 57009: HIVE-16029 - COLLECT_SET and COLLECT_LIST does not return NULL in the result

2017-02-23 Thread Eric Lin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57009/ --- Review request for hive and Aihua Xu. Bugs: HIVE-16029

Re: Review Request 56688: HIVE-15881: Use new thread count variable name instead of mapred.dfsclient.parallelism.max

2017-02-23 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56688/ --- (Updated Feb. 23, 2017, 7:37 p.m.) Review request for hive. Changes ---

[jira] [Created] (HIVE-16032) MM tables: encrypted/(minimr?) CLI driver + fetch optimizer => no results

2017-02-23 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-16032: --- Summary: MM tables: encrypted/(minimr?) CLI driver + fetch optimizer => no results Key: HIVE-16032 URL: https://issues.apache.org/jira/browse/HIVE-16032

[jira] [Created] (HIVE-16029) COLLECT_SET and COLLECT_LIST does not return NULL in the result

2017-02-23 Thread Eric Lin (JIRA)
Eric Lin created HIVE-16029: --- Summary: COLLECT_SET and COLLECT_LIST does not return NULL in the result Key: HIVE-16029 URL: https://issues.apache.org/jira/browse/HIVE-16029 Project: Hive Issue

Re: Review Request 56687: Intern strings in various critical places to reduce memory consumption.

2017-02-23 Thread Misha Dmitriev
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56687/ --- (Updated Feb. 23, 2017, 9:01 p.m.) Review request for hive, Chaoyu Tang, Mohit

Re: Review Request 56688: HIVE-15881: Use new thread count variable name instead of mapred.dfsclient.parallelism.max

2017-02-23 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56688/ --- (Updated Feb. 23, 2017, 7:57 p.m.) Review request for hive. Changes ---

Review Request 56995: HIVE-15879 : Fix HiveMetaStoreChecker.checkPartitionDirs method

2017-02-23 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56995/ --- Review request for hive, Aihua Xu, Ashutosh Chauhan, and Sergio Pena. Bugs:

Re: Review Request 56688: HIVE-15881: Use new thread count variable name instead of mapred.dfsclient.parallelism.max

2017-02-23 Thread Sergio Pena
> On Feb. 22, 2017, 6:04 p.m., Illya Yalovyy wrote: > > ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java, line 2081 > > > > > > I feel like we need a unit test for this method. Agree. It is a private

Re: Review Request 56687: Intern strings in various critical places to reduce memory consumption.

2017-02-23 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56687/#review166572 --- Thanks for the changes Misha. I think most of the changes are

Re: Removing old release cannidate tags

2017-02-23 Thread Owen O'Malley
On Thu, Feb 23, 2017 at 9:54 AM, Sergio Pena wrote: > I'm good at removing them. We usually use the final tag to do tests on a > specific release. > +1 > > Should we have this step on the Wiki when the final tag is created and the > version released? > Ok, I updated

Re: Review Request 56687: Intern strings in various critical places to reduce memory consumption.

2017-02-23 Thread Rui Li
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56687/#review166649 ---

[jira] [Created] (HIVE-16033) LLAP: Use PrintGCDateStamps for gc logging

2017-02-23 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-16033: Summary: LLAP: Use PrintGCDateStamps for gc logging Key: HIVE-16033 URL: https://issues.apache.org/jira/browse/HIVE-16033 Project: Hive

Re: Review Request 56687: Intern strings in various critical places to reduce memory consumption.

2017-02-23 Thread Sahil Takiar
> On Feb. 22, 2017, 3:30 a.m., Sahil Takiar wrote: > > common/src/java/org/apache/hadoop/hive/common/StringInternUtils.java, line > > 29 > > > > > > How will this class relate to the intern utils provided in > >

[jira] [Created] (HIVE-16030) LLAP: All rolled over logs should be compressed

2017-02-23 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-16030: Summary: LLAP: All rolled over logs should be compressed Key: HIVE-16030 URL: https://issues.apache.org/jira/browse/HIVE-16030 Project: Hive

Re: Review Request 56687: Intern strings in various critical places to reduce memory consumption.

2017-02-23 Thread Misha Dmitriev
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56687/#review166612 --- ql/src/java/org/apache/hadoop/hive/ql/plan/PartitionDesc.java

Review Request 56978: HIVE-15994

2017-02-23 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56978/ --- Review request for hive and Ashutosh Chauhan. Bugs: HIVE-15994

[jira] [Created] (HIVE-16023) Wrong estimation for number of rows generated by IN expression

2017-02-23 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-16023: -- Summary: Wrong estimation for number of rows generated by IN expression Key: HIVE-16023 URL: https://issues.apache.org/jira/browse/HIVE-16023

Re: Review Request 52978: HIVE-14459 TestBeeLineDriver - migration and re-enable

2017-02-23 Thread Peter Vary
> On Feb. 18, 2017, 11:17 p.m., Vihang Karajgaonkar wrote: > > itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CoreBeeLineDriver.java, > > lines 66-68 > > > > > > Not sure why we need this? Can you

[jira] [Created] (HIVE-16024) MSCK Repair Requires nonstrict hive.mapred.mode

2017-02-23 Thread Barna Zsombor Klara (JIRA)
Barna Zsombor Klara created HIVE-16024: -- Summary: MSCK Repair Requires nonstrict hive.mapred.mode Key: HIVE-16024 URL: https://issues.apache.org/jira/browse/HIVE-16024 Project: Hive

Re: Removing old release cannidate tags

2017-02-23 Thread Sergio Pena
I'm good at removing them. We usually use the final tag to do tests on a specific release. +1 Should we have this step on the Wiki when the final tag is created and the version released? On Wed, Feb 22, 2017 at 12:58 PM, Owen O'Malley wrote: > All, >We've mad a lot of

[jira] [Created] (HIVE-16025) Where IN clause throws exception

2017-02-23 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-16025: - Summary: Where IN clause throws exception Key: HIVE-16025 URL: https://issues.apache.org/jira/browse/HIVE-16025 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-16026) Generated query will timeout and/or kill the druid cluster.

2017-02-23 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-16026: - Summary: Generated query will timeout and/or kill the druid cluster. Key: HIVE-16026 URL: https://issues.apache.org/jira/browse/HIVE-16026 Project: Hive

[jira] [Created] (HIVE-16027) BETWEEN AND must cast to TIMESTMAP

2017-02-23 Thread Remus Rusanu (JIRA)
Remus Rusanu created HIVE-16027: --- Summary: BETWEEN AND must cast to TIMESTMAP Key: HIVE-16027 URL: https://issues.apache.org/jira/browse/HIVE-16027 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-16028) Fail UPDATE/DELETE/MERGE queries when Ranger authorization manager is used

2017-02-23 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-16028: Summary: Fail UPDATE/DELETE/MERGE queries when Ranger authorization manager is used Key: HIVE-16028 URL: https://issues.apache.org/jira/browse/HIVE-16028 Project: Hive

Re: Review Request 56810: Compute table stats when user computes column stats

2017-02-23 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56810/ --- (Updated Feb. 23, 2017, 6:52 p.m.) Review request for hive and Ashutosh

Re: Review Request 56929: HIVE-12492

2017-02-23 Thread Jesús Camacho Rodríguez
> On Feb. 23, 2017, 2:13 a.m., Ashutosh Chauhan wrote: > > ql/src/test/results/clientpositive/llap/join_max_hashtable.q.out, line 18 > > > > > > This should have been > > Reducer 3 <- Map 1 (CUSTOM_SIMPLE_EDGE),

Re: Review Request 56929: HIVE-12492

2017-02-23 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56929/ --- (Updated Feb. 23, 2017, 9:13 a.m.) Review request for hive and Ashutosh