Re: Review Request 55553: HIVE-15544 Support for scalar subqueries in filter (WHERE/HAVING)

2017-01-18 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3/#review162239 ---

[GitHub] hive pull request #134: HIVE-15656: Place powermock in correct dependency ma...

2017-01-18 Thread anishek
Github user anishek closed the pull request at: https://github.com/apache/hive/pull/134 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Created] (HIVE-15665) LLAP: OrcFileMetadata objects in cache can impact heap usage

2017-01-18 Thread Rajesh Balamohan (JIRA)
Rajesh Balamohan created HIVE-15665: --- Summary: LLAP: OrcFileMetadata objects in cache can impact heap usage Key: HIVE-15665 URL: https://issues.apache.org/jira/browse/HIVE-15665 Project: Hive

[jira] [Created] (HIVE-15664) LLAP text cache: improve first query perf

2017-01-18 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-15664: --- Summary: LLAP text cache: improve first query perf Key: HIVE-15664 URL: https://issues.apache.org/jira/browse/HIVE-15664 Project: Hive Issue Type: Bug

Re: Review Request 55553: HIVE-15544 Support for scalar subqueries in filter (WHERE/HAVING)

2017-01-18 Thread Vineet Garg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3/ --- (Updated Jan. 19, 2017, 2:52 a.m.) Review request for hive and Ashutosh

[jira] [Created] (HIVE-15663) Add more interval tests to HivePerfCliDriver

2017-01-18 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-15663: -- Summary: Add more interval tests to HivePerfCliDriver Key: HIVE-15663 URL: https://issues.apache.org/jira/browse/HIVE-15663 Project: Hive Issue Type:

Re: Review Request 55605: HIVE-15166 - Provide beeline option to set the jline history max size

2017-01-18 Thread Eric Lin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55605/ --- (Updated Jan. 19, 2017, 1:45 a.m.) Review request for hive and Aihua Xu.

Re: Review Request 55605: HIVE-15166 - Provide beeline option to set the jline history max size

2017-01-18 Thread Eric Lin
> On Jan. 17, 2017, 2:13 p.m., Aihua Xu wrote: > > beeline/src/java/org/apache/hive/beeline/BeeLine.java, line 1185 > > > > > > FileHistory implementation will load 500 (default) lines during this > > constructor

Re: Review Request 55156: Min-max runtime filtering

2017-01-18 Thread Deepak Jaiswal
> On Jan. 19, 2017, 12:07 a.m., Jason Dere wrote: > > ql/src/java/org/apache/hadoop/hive/ql/parse/GenTezUtils.java, line 656 > > > > > > remove this Thanks for pointing this out. Taking out my name from it. >

Re: Review Request 55156: Min-max runtime filtering

2017-01-18 Thread Deepak Jaiswal
> On Jan. 13, 2017, 11:54 p.m., Jason Dere wrote: > > ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java, line 746 > > > > > > Since you're using SemiJoinCycleRemovalDueToMapsideJoins in all 4 rules > >

Re: Review Request 55156: Min-max runtime filtering

2017-01-18 Thread Deepak Jaiswal
> On Jan. 13, 2017, 12:08 a.m., Jason Dere wrote: > > ql/src/java/org/apache/hadoop/hive/ql/parse/GenTezUtils.java, line 582 > > > > > > This might be more appropriate on the FilterOperator, as I believe > > there

Re: Review Request 55156: Min-max runtime filtering

2017-01-18 Thread Deepak Jaiswal
> On Jan. 6, 2017, 3:25 a.m., Jason Dere wrote: > > ql/src/java/org/apache/hadoop/hive/ql/optimizer/stats/annotation/StatsRulesProcFactory.java, > > line 1200 > > > > > > I think this change can be removed if we

Re: Review Request 55194: HIVE-15541: Hive OOM when ATSHook enabled and ATS goes down

2017-01-18 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55194/ --- (Updated Jan. 19, 2017, 12:33 a.m.) Review request for hive. Changes ---

Re: Review Request 55156: Min-max runtime filtering

2017-01-18 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55156/#review162197 --- ql/src/java/org/apache/hadoop/hive/ql/parse/GenTezUtils.java

[jira] [Created] (HIVE-15662) check startTime in SparkTask to make sure startTime is not less than submitTime

2017-01-18 Thread zhihai xu (JIRA)
zhihai xu created HIVE-15662: Summary: check startTime in SparkTask to make sure startTime is not less than submitTime Key: HIVE-15662 URL: https://issues.apache.org/jira/browse/HIVE-15662 Project: Hive

Re: Review Request 55661: HIVE-15546: Optimize Utilities.getInputPaths() so each listStatus of a partition is done in parallel

2017-01-18 Thread Sergio Pena
> On Jan. 18, 2017, 11:24 p.m., Sergio Pena wrote: > > Ship It! Thanks. The code looks good, and the RPC calls are fine for me. Please upload another file to the JIRA to re-run the tests. - Sergio --- This is an automatically generated

Re: Review Request 55661: HIVE-15546: Optimize Utilities.getInputPaths() so each listStatus of a partition is done in parallel

2017-01-18 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55661/#review162206 --- Ship it! Ship It! - Sergio Pena On Jan. 18, 2017, 11:11

Re: Review Request 55661: HIVE-15546: Optimize Utilities.getInputPaths() so each listStatus of a partition is done in parallel

2017-01-18 Thread Sahil Takiar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55661/ --- (Updated Jan. 18, 2017, 11:11 p.m.) Review request for hive and Sergio Pena.

Re: Review Request 55661: HIVE-15546: Optimize Utilities.getInputPaths() so each listStatus of a partition is done in parallel

2017-01-18 Thread Sahil Takiar
> On Jan. 18, 2017, 9:59 p.m., Sergio Pena wrote: > > Can this be considered a S3 performance only? or is it fine to have many > > RPC calls in case the path is on HDFS? We could make this S3 / blobstore specific, but this code block will also create empty files for each empty partition it

[jira] [Created] (HIVE-15661) Add security error logging to LLAP

2017-01-18 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-15661: --- Summary: Add security error logging to LLAP Key: HIVE-15661 URL: https://issues.apache.org/jira/browse/HIVE-15661 Project: Hive Issue Type: Bug

Re: Review Request 55661: HIVE-15546: Optimize Utilities.getInputPaths() so each listStatus of a partition is done in parallel

2017-01-18 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55661/#review162184 --- Can this be considered a S3 performance only? or is it fine to

Re: Review Request 55156: Min-max runtime filtering

2017-01-18 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55156/ --- (Updated Jan. 18, 2017, 8:42 p.m.) Review request for hive, Gopal V, Gunther

[GitHub] hive pull request #135: [HIVE-15586] adding check loaded segments on coordin...

2017-01-18 Thread b-slim
GitHub user b-slim opened a pull request: https://github.com/apache/hive/pull/135 [HIVE-15586] adding check loaded segments on coordinator You can merge this pull request into a Git repository by running: $ git pull https://github.com/b-slim/hive

[jira] [Created] (HIVE-15660) LLAP should check tokens before kerberos when deciding whether fragment signing is required

2017-01-18 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-15660: --- Summary: LLAP should check tokens before kerberos when deciding whether fragment signing is required Key: HIVE-15660 URL: https://issues.apache.org/jira/browse/HIVE-15660

Re: Review Request 55623: HIVE-15617: Improve the avg performance for Range based window

2017-01-18 Thread Aihua Xu
> On Jan. 17, 2017, 3:46 p.m., Yongzhi Chen wrote: > > > > Yongzhi Chen wrote: > Could you add a test case which range size is 0 for avg ? We already have those kind of cases in existing test cases, for example, in windowing_windowspec3.q, select deptno, empno, bonus, avg(bonus)

Re: Review Request 55623: HIVE-15617: Improve the avg performance for Range based window

2017-01-18 Thread Yongzhi Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55623/#review162147 --- Ship it! Ship It! - Yongzhi Chen On Jan. 17, 2017, 3:02

[jira] [Created] (HIVE-15659) StackOverflowError when ClassLoader.loadClass for Spark

2017-01-18 Thread Chao Sun (JIRA)
Chao Sun created HIVE-15659: --- Summary: StackOverflowError when ClassLoader.loadClass for Spark Key: HIVE-15659 URL: https://issues.apache.org/jira/browse/HIVE-15659 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-15658) hive.ql.session.SessionState start() is not atomic, SessionState thread local variable can get into inconsistent state

2017-01-18 Thread Michal Klempa (JIRA)
Michal Klempa created HIVE-15658: Summary: hive.ql.session.SessionState start() is not atomic, SessionState thread local variable can get into inconsistent state Key: HIVE-15658 URL:

ApacheCon CFP closing soon (11 February)

2017-01-18 Thread Rich Bowen
Hello, fellow Apache enthusiast. Thanks for your participation, and interest in, the projects of the Apache Software Foundation. I wanted to remind you that the Call For Papers (CFP) for ApacheCon North America, and Apache: Big Data North America, closes in less than a month. If you've been

Re: Review Request 55623: HIVE-15617: Improve the avg performance for Range based window

2017-01-18 Thread Yongzhi Chen
> On Jan. 17, 2017, 3:46 p.m., Yongzhi Chen wrote: > > Could you add a test case which range size is 0 for avg ? - Yongzhi --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55623/#review161875

Re: Review Request 55620: HIVE-15647 Combination of a boolean condition and null-safe comparison leads to NPE

2017-01-18 Thread Remus Rusanu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55620/ --- (Updated Jan. 18, 2017, 10:53 a.m.) Review request for hive, Ashutosh Chauhan