[GitHub] hive pull request: HIVE-11190: ConfVars.METASTORE_FILTER_HOOK in a...

2015-07-06 Thread sundapeng
GitHub user sundapeng opened a pull request: https://github.com/apache/hive/pull/45 HIVE-11190: ConfVars.METASTORE_FILTER_HOOK in authorization V2 should not be hard code when the value is not default ConfVars.METASTORE_FILTER_HOOK in authorization V2 should not be hard code when t

[jira] [Created] (HIVE-11190) ConfVars.METASTORE_FILTER_HOOK in authorization V2 should not be hard code when the value is not default

2015-07-06 Thread Dapeng Sun (JIRA)
Dapeng Sun created HIVE-11190: - Summary: ConfVars.METASTORE_FILTER_HOOK in authorization V2 should not be hard code when the value is not default Key: HIVE-11190 URL: https://issues.apache.org/jira/browse/HIVE-11190

Re: Review Request 36156: HIVE-11053: Add more tests for HIVE-10844[Spark Branch]

2015-07-06 Thread chengxiang li
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36156/#review90647 --- ql/src/test/queries/clientpositive/dynamic_rdd_cache.q (line 21)

[GitHub] hive pull request: HIVE-11179: HIVE should allow custom converting...

2015-07-06 Thread sundapeng
GitHub user sundapeng opened a pull request: https://github.com/apache/hive/pull/44 HIVE-11179: HIVE should allow custom converting from HivePrivilegeObj… …ectDesc to privilegeObject for different authorizers You can merge this pull request into a Git repository by running:

Review Request 36241: HIVE-10927 : Add number of HMS connection metrics

2015-07-06 Thread Szehon Ho
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36241/ --- Review request for hive. Bugs: HIVE-10927 https://issues.apache.org/jira/br

[jira] [Created] (HIVE-11189) Add 'IGNORE NULLS' to FIRST_VALUE/LAST_VALUE

2015-07-06 Thread Prateek Rungta (JIRA)
Prateek Rungta created HIVE-11189: - Summary: Add 'IGNORE NULLS' to FIRST_VALUE/LAST_VALUE Key: HIVE-11189 URL: https://issues.apache.org/jira/browse/HIVE-11189 Project: Hive Issue Type: Impro

Re: is HiveQA broken?

2015-07-06 Thread Sergey Shelukhin
Looks like last HiveQA failed again in the same way, not sure if it was before or after restart, what time zone is it in? May that be related to recent Apache infra build changes? On 15/7/6, 17:24, "Szehon Ho" wrote: >I am not sure what is going on. Let me restart the Ptest server. > >On Mon, J

[jira] [Created] (HIVE-11188) Make ORCFile's String Dictionary more efficient

2015-07-06 Thread Zheng Shao (JIRA)
Zheng Shao created HIVE-11188: - Summary: Make ORCFile's String Dictionary more efficient Key: HIVE-11188 URL: https://issues.apache.org/jira/browse/HIVE-11188 Project: Hive Issue Type: Improvemen

Re: is HiveQA broken?

2015-07-06 Thread Szehon Ho
I am not sure what is going on. Let me restart the Ptest server. On Mon, Jul 6, 2015 at 1:02 PM, Sergey Shelukhin wrote: > Looks like all the runs are failing with: > > Exception in thread "main" java.lang.RuntimeException: 404 Not Found > at > org.apache.hive.ptest.api.client.PTestClie

Re: Review Request 34666: HIVE-9152 - Dynamic Partition Pruning [Spark Branch]

2015-07-06 Thread Xuefu Zhang
> On May 27, 2015, 6:52 p.m., Xuefu Zhang wrote: > > ql/if/queryplan.thrift, line 60 > > > > > > I'm not sure if it matters, but it's probably better if we add it as > > the last. It's still needed to move to the last

Re: Review Request 34666: HIVE-9152 - Dynamic Partition Pruning [Spark Branch]

2015-07-06 Thread Xuefu Zhang
> On May 27, 2015, 6:52 p.m., Xuefu Zhang wrote: > > ql/src/java/org/apache/hadoop/hive/ql/exec/spark/SparkUtilities.java, line > > 177 > > > > > > Any chance that an op might be visited multiple times? > > Chao Sun

[jira] [Created] (HIVE-11187) LLAP: clean up shuffle directories and cached hashtables when DAG completes

2015-07-06 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-11187: --- Summary: LLAP: clean up shuffle directories and cached hashtables when DAG completes Key: HIVE-11187 URL: https://issues.apache.org/jira/browse/HIVE-11187 Proje

[jira] [Created] (HIVE-11186) Remove unused LlapUtils class from ql.io.orc

2015-07-06 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-11186: Summary: Remove unused LlapUtils class from ql.io.orc Key: HIVE-11186 URL: https://issues.apache.org/jira/browse/HIVE-11186 Project: Hive Iss

Re: Review Request 34666: HIVE-9152 - Dynamic Partition Pruning [Spark Branch]

2015-07-06 Thread Gopal V
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34666/#review90598 --- ql/if/queryplan.thrift (line 60)

Re: Review Request 34666: HIVE-9152 - Dynamic Partition Pruning [Spark Branch]

2015-07-06 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34666/#review90593 --- ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorSparkPartit

Re: Review Request 34666: HIVE-9152 - Dynamic Partition Pruning [Spark Branch]

2015-07-06 Thread Xuefu Zhang
> On June 30, 2015, 8:55 p.m., Xuefu Zhang wrote: > > ql/src/java/org/apache/hadoop/hive/ql/parse/spark/SparkPartitionPruningSinkOperator.java, > > line 92 > > > > > > Can we still get conflicts in the file name? > >

is HiveQA broken?

2015-07-06 Thread Sergey Shelukhin
Looks like all the runs are failing with: Exception in thread "main" java.lang.RuntimeException: 404 Not Found at org.apache.hive.ptest.api.client.PTestClient.downloadTestResults(PTestClien t.java:181) at org.apache.hive.ptest.api.client.PTestClient.testStart(PTestClient.java:129

[jira] [Created] (HIVE-11185) Fix compustat_avro.q/load_dyn_part14_win.q for Windows

2015-07-06 Thread Jason Dere (JIRA)
Jason Dere created HIVE-11185: - Summary: Fix compustat_avro.q/load_dyn_part14_win.q for Windows Key: HIVE-11185 URL: https://issues.apache.org/jira/browse/HIVE-11185 Project: Hive Issue Type: Bug

Re: Review Request 36069: HIVE-11141 : Improve RuleRegExp when the Expression node stack gets huge

2015-07-06 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36069/#review90502 --- ql/src/java/org/apache/hadoop/hive/ql/lib/RuleRegExp.java (line 49)

Hive-0.14 - Build # 1004 - Still Failing

2015-07-06 Thread Apache Jenkins Server
Changes for Build #985 Changes for Build #986 Changes for Build #987 Changes for Build #988 Changes for Build #989 Changes for Build #990 Changes for Build #991 Changes for Build #992 Changes for Build #993 Changes for Build #994 Changes for Build #995 Changes for Build #996 Changes for

[jira] [Created] (HIVE-11184) Lineage - ExprProcFactory#getExprString may throw NullPointerException

2015-07-06 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HIVE-11184: -- Summary: Lineage - ExprProcFactory#getExprString may throw NullPointerException Key: HIVE-11184 URL: https://issues.apache.org/jira/browse/HIVE-11184 Project: Hive

[jira] [Created] (HIVE-11182) Enable optimized hash tables for spark [Spark Branch]

2015-07-06 Thread Rui Li (JIRA)
Rui Li created HIVE-11182: - Summary: Enable optimized hash tables for spark [Spark Branch] Key: HIVE-11182 URL: https://issues.apache.org/jira/browse/HIVE-11182 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-11183) Enable optimized hash tables for spark [Spark Branch]

2015-07-06 Thread Rui Li (JIRA)
Rui Li created HIVE-11183: - Summary: Enable optimized hash tables for spark [Spark Branch] Key: HIVE-11183 URL: https://issues.apache.org/jira/browse/HIVE-11183 Project: Hive Issue Type: Improvement

Re: Review Request 34666: HIVE-9152 - Dynamic Partition Pruning [Spark Branch]

2015-07-06 Thread chengxiang li
> On 七月 2, 2015, 6:36 a.m., chengxiang li wrote: > > ql/src/java/org/apache/hadoop/hive/ql/optimizer/SparkRemoveDynamicPruningBySize.java, > > line 59 > > > > > > The statistic data shoud be quite unaccurate after filt

Re: Review Request 35803: HIVE-10895 ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-07-06 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35803/#review90459 --- Ship it! Ship It! - Vaibhav Gumashta On June 30, 2015, 1:39 p.m.