[jira] [Commented] (HIVE-7063) Optimize for the Top N within a Group use case

2014-06-27 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046720#comment-14046720 ] Ashutosh Chauhan commented on HIVE-7063: Make sense. I left few comments on RB. >

Re: Review Request 22752: HIVE-7063: Optimize for the Top N within a Group use case

2014-06-27 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22752/#review46935 --- ql/src/java/org/apache/hadoop/hive/ql/exec/ReduceSinkOperator.java

[jira] [Updated] (HIVE-7283) CBO: plumb in HepPlanner and FieldTrimmer(ColumnPruner) into Optiq based planning

2014-06-27 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-7283: Attachment: HIVE-7283.2.patch > CBO: plumb in HepPlanner and FieldTrimmer(ColumnPruner) into Optiq b

[jira] [Commented] (HIVE-7283) CBO: plumb in HepPlanner and FieldTrimmer(ColumnPruner) into Optiq based planning

2014-06-27 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046718#comment-14046718 ] Harish Butani commented on HIVE-7283: - For now have added checks to prevent PredicatePu

[jira] [Commented] (HIVE-7291) Refactor TestParser to understand test-property file

2014-06-27 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046712#comment-14046712 ] Brock Noland commented on HIVE-7291: I'll look at this some but it looks good! Thx Szeh

[jira] [Commented] (HIVE-7090) Support session-level temporary tables in Hive

2014-06-27 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046710#comment-14046710 ] Hive QA commented on HIVE-7090: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Created] (HIVE-7313) Allow session-level temp-tables to be marked as in-memory tables

2014-06-27 Thread Gopal V (JIRA)
Gopal V created HIVE-7313: - Summary: Allow session-level temp-tables to be marked as in-memory tables Key: HIVE-7313 URL: https://issues.apache.org/jira/browse/HIVE-7313 Project: Hive Issue Type: Im

[jira] [Commented] (HIVE-7312) CBO throws ArrayIndexOutOfBounds

2014-06-27 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046700#comment-14046700 ] Gunther Hagleitner commented on HIVE-7312: -- Only happens when col stats haven't be

[jira] [Commented] (HIVE-7063) Optimize for the Top N within a Group use case

2014-06-27 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046699#comment-14046699 ] Harish Butani commented on HIVE-7063: - Yes, in your case we can optimize as though 'ran

[jira] [Created] (HIVE-7312) CBO throws ArrayIndexOutOfBounds

2014-06-27 Thread Gunther Hagleitner (JIRA)
Gunther Hagleitner created HIVE-7312: Summary: CBO throws ArrayIndexOutOfBounds Key: HIVE-7312 URL: https://issues.apache.org/jira/browse/HIVE-7312 Project: Hive Issue Type: Sub-task

[jira] [Commented] (HIVE-7063) Optimize for the Top N within a Group use case

2014-06-27 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046696#comment-14046696 ] Ashutosh Chauhan commented on HIVE-7063: This is not going to optimize limit with r

[jira] [Commented] (HIVE-7304) Transitive Predicate Propagation doesn't happen properly after HIVE-7159

2014-06-27 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046644#comment-14046644 ] Hive QA commented on HIVE-7304: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Updated] (HIVE-5976) Decouple input formats from STORED as keywords

2014-06-27 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-5976: - Status: Open (was: Patch Available) [~davidzchen], I'd like to review this and get it committed.

[jira] [Resolved] (HIVE-7311) add cbo enable flag to cbo_correctness script and add it to the Tez tests as well

2014-06-27 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner resolved HIVE-7311. -- Resolution: Fixed Committed to cbo branch. > add cbo enable flag to cbo_correctness scr

[jira] [Updated] (HIVE-7301) Restore constants moved to HiveConf by HIVE-7211

2014-06-27 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated HIVE-7301: - Resolution: Fixed Fix Version/s: 0.14.0 Hadoop Flags: Reviewed Status: Resolved (wa

[jira] [Created] (HIVE-7311) add cbo enable flag to cbo_correctness script and add it to the Tez tests as well

2014-06-27 Thread Gunther Hagleitner (JIRA)
Gunther Hagleitner created HIVE-7311: Summary: add cbo enable flag to cbo_correctness script and add it to the Tez tests as well Key: HIVE-7311 URL: https://issues.apache.org/jira/browse/HIVE-7311

[jira] [Updated] (HIVE-7311) add cbo enable flag to cbo_correctness script and add it to the Tez tests as well

2014-06-27 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-7311: - Attachment: HIVE-7311.1.q > add cbo enable flag to cbo_correctness script and add it to th

[jira] [Updated] (HIVE-7310) Turning CBO on results in NPE on some queries

2014-06-27 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-7310: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed to cbo branch

Re: Review Request 22996: HIVE-7090 Support session-level temporary tables in Hive

2014-06-27 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22996/ --- (Updated June 28, 2014, 12:35 a.m.) Review request for hive, Gunther Hagleitner

[jira] [Updated] (HIVE-7090) Support session-level temporary tables in Hive

2014-06-27 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-7090: - Attachment: HIVE-7090.6.patch Patch v6, changes based on Brock's comments. > Support session-level tempor

[jira] [Commented] (HIVE-7310) Turning CBO on results in NPE on some queries

2014-06-27 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046558#comment-14046558 ] Gunther Hagleitner commented on HIVE-7310: -- LGTM +1 > Turning CBO on results in N

Re: Review Request 22996: HIVE-7090 Support session-level temporary tables in Hive

2014-06-27 Thread Jason Dere
> On June 26, 2014, 4:26 a.m., Brock Noland wrote: > > ql/src/java/org/apache/hadoop/hive/ql/Context.java, line 76 > > > > > > What is the purpose of removing from here? I don't see any other > > changes? Looks like t

Re: Review Request 22996: HIVE-7090 Support session-level temporary tables in Hive

2014-06-27 Thread Jason Dere
> On June 26, 2014, 4:21 a.m., Brock Noland wrote: > > itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniMr.java, > > line 238 > > > > > > We should be checking for something more specific than a sql

[jira] [Commented] (HIVE-7283) CBO: plumb in HepPlanner and FieldTrimmer(ColumnPruner) into Optiq based planning

2014-06-27 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046543#comment-14046543 ] Harish Butani commented on HIVE-7283: - ok, sorry was running cbo_correctness.q w/o sett

[jira] [Commented] (HIVE-7283) CBO: plumb in HepPlanner and FieldTrimmer(ColumnPruner) into Optiq based planning

2014-06-27 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046539#comment-14046539 ] Gunther Hagleitner commented on HIVE-7283: -- Tests pass without patch. Reverted cha

[jira] [Commented] (HIVE-7040) TCP KeepAlive for HiveServer2

2014-06-27 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046520#comment-14046520 ] Xuefu Zhang commented on HIVE-7040: --- [~nicothieb] Thanks for working on this. A few of qu

[jira] [Commented] (HIVE-7294) sql std auth - authorize show grant statements

2014-06-27 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046517#comment-14046517 ] Hive QA commented on HIVE-7294: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Reopened] (HIVE-7283) CBO: plumb in HepPlanner and FieldTrimmer(ColumnPruner) into Optiq based planning

2014-06-27 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner reopened HIVE-7283: -- I'm seeing this in the unit tests: Exception: null java.lang.AssertionError at org.eigenb

[jira] [Updated] (HIVE-7310) Turning CBO on results in NPE on some queries

2014-06-27 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-7310: - Status: Patch Available (was: Open) > Turning CBO on results in NPE on some queri

[jira] [Updated] (HIVE-5775) Introduce Cost Based Optimizer to Hive

2014-06-27 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-5775: - Attachment: (was: HIVE-7310.patch) > Introduce Cost Based Optimizer to Hive >

[jira] [Updated] (HIVE-5775) Introduce Cost Based Optimizer to Hive

2014-06-27 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-5775: - Attachment: HIVE-7310.patch > Introduce Cost Based Optimizer to Hive > ---

[jira] [Updated] (HIVE-7310) Turning CBO on results in NPE on some queries

2014-06-27 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-7310: - Attachment: HIVE-7310.patch > Turning CBO on results in NPE on some queries >

[jira] [Created] (HIVE-7310) Turning CBO on results in NPE on some queries

2014-06-27 Thread Gunther Hagleitner (JIRA)
Gunther Hagleitner created HIVE-7310: Summary: Turning CBO on results in NPE on some queries Key: HIVE-7310 URL: https://issues.apache.org/jira/browse/HIVE-7310 Project: Hive Issue Type:

[jira] [Updated] (HIVE-7310) Turning CBO on results in NPE on some queries

2014-06-27 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-7310: - Labels: cbo (was: ) > Turning CBO on results in NPE on some queries > ---

[jira] [Updated] (HIVE-7304) Transitive Predicate Propagation doesn't happen properly after HIVE-7159

2014-06-27 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-7304: Attachment: HIVE-7304.2.patch > Transitive Predicate Propagation doesn't happen properly after HIVE-

[jira] [Updated] (HIVE-7304) Transitive Predicate Propagation doesn't happen properly after HIVE-7159

2014-06-27 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-7304: Status: Open (was: Patch Available) > Transitive Predicate Propagation doesn't happen properly afte

[jira] [Updated] (HIVE-7304) Transitive Predicate Propagation doesn't happen properly after HIVE-7159

2014-06-27 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-7304: Status: Patch Available (was: Open) > Transitive Predicate Propagation doesn't happen properly afte

[jira] [Created] (HIVE-7309) Add query string to the HiveDriverFilterHookContext constructor

2014-06-27 Thread Arun Suresh (JIRA)
Arun Suresh created HIVE-7309: - Summary: Add query string to the HiveDriverFilterHookContext constructor Key: HIVE-7309 URL: https://issues.apache.org/jira/browse/HIVE-7309 Project: Hive Issue T

[jira] [Commented] (HIVE-3628) Provide a way to use counters in Hive through UDF

2014-06-27 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046400#comment-14046400 ] Lefty Leverenz commented on HIVE-3628: -- [~trsudarshan], to get wiki edit access you ju

[jira] [Commented] (HIVE-6637) UDF in_file() doesn't take CHAR or VARCHAR as input

2014-06-27 Thread Ashish Kumar Singh (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046364#comment-14046364 ] Ashish Kumar Singh commented on HIVE-6637: -- [~xuefuz], thanks again for reviewing

Review Request 23139: HIVE-7294 : sql std auth - authorize show grant statements

2014-06-27 Thread Thejas Nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23139/ --- Review request for hive. Bugs: HIVE-7294 https://issues.apache.org/jira/bro

[jira] [Commented] (HIVE-7304) Transitive Predicate Propagation doesn't happen properly after HIVE-7159

2014-06-27 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046362#comment-14046362 ] Hive QA commented on HIVE-7304: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Commented] (HIVE-7302) Allow Auto-reducer parallelism to be turned off by a logical optimizer

2014-06-27 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046355#comment-14046355 ] Vikram Dixit K commented on HIVE-7302: -- Left a minor comment on the jira which can be

[jira] [Commented] (HIVE-7299) Enable metadata only optimization on Tez

2014-06-27 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046347#comment-14046347 ] Gunther Hagleitner commented on HIVE-7299: -- https://reviews.apache.org/r/23007/ >

[jira] [Commented] (HIVE-7302) Allow Auto-reducer parallelism to be turned off by a logical optimizer

2014-06-27 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046346#comment-14046346 ] Gunther Hagleitner commented on HIVE-7302: -- Opened HIVE-7303 for the explain chang

[jira] [Created] (HIVE-7308) Show auto-parallelism in extended explain

2014-06-27 Thread Gunther Hagleitner (JIRA)
Gunther Hagleitner created HIVE-7308: Summary: Show auto-parallelism in extended explain Key: HIVE-7308 URL: https://issues.apache.org/jira/browse/HIVE-7308 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-7294) sql std auth - authorize show grant statements

2014-06-27 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-7294: Attachment: HIVE-7294.1.patch HIVE-7294.1.patch - the patch also fixes 'show grant;' in sql std auth

[jira] [Updated] (HIVE-7294) sql std auth - authorize show grant statements

2014-06-27 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-7294: Status: Patch Available (was: Open) > sql std auth - authorize show grant statements >

[jira] [Commented] (HIVE-7275) optimize these functions for windowing function.

2014-06-27 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046320#comment-14046320 ] Harish Butani commented on HIVE-7275: - 1. most of these are UDFs: coalesce floor sig

[jira] [Commented] (HIVE-6637) UDF in_file() doesn't take CHAR or VARCHAR as input

2014-06-27 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046315#comment-14046315 ] Xuefu Zhang commented on HIVE-6637: --- +1 > UDF in_file() doesn't take CHAR or VARCHAR as

[jira] [Commented] (HIVE-7282) HCatLoader fail to load Orc map with null key

2014-06-27 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046273#comment-14046273 ] Eugene Koifman commented on HIVE-7282: -- Also, can HIVE-5020 now be closed as duplicate

[jira] [Commented] (HIVE-7286) Parameterize HCatMapReduceTest for testing against all Hive storage formats

2014-06-27 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046268#comment-14046268 ] Szehon Ho commented on HIVE-7286: - Yea it seems worthwhile to get HIVE-5976 in, thanks for

[jira] [Commented] (HIVE-7288) Enable support for -libjars and -archives in WebHcat for Streaming MapReduce jobs

2014-06-27 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046261#comment-14046261 ] Eugene Koifman commented on HIVE-7288: -- [~shanyu] Please add tests for this feature.

Re: [ANNOUNCE] New Hive Committers - Gopal Vijayaraghavan and Szehon Ho

2014-06-27 Thread Sergey Shelukhin
Congrats! On Mon, Jun 23, 2014 at 11:05 AM, Jayesh Senjaliya wrote: > Congratulations Gopal and Szehon !! > > > On Mon, Jun 23, 2014 at 10:35 AM, Vikram Dixit > wrote: > > > Congrats Gopal and Szehon! > > > > > > On Mon, Jun 23, 2014 at 10:34 AM, Jason Dere > > wrote: > > > >> Congrats! > >>

[jira] [Commented] (HIVE-7282) HCatLoader fail to load Orc map with null key

2014-06-27 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046250#comment-14046250 ] Eugene Koifman commented on HIVE-7282: -- Would it not make more sense to add the new te

Re: Review Request 22772: HIVE-6637: UDF in_file() doesn't take CHAR or VARCHAR as input

2014-06-27 Thread Ashish Singh
> On June 27, 2014, 5:33 p.m., Xuefu Zhang wrote: > > data/files/in_file.dat, line 1 > > > > > > It's fine. I just wanted to point out that reusing existing file/table > > is preferred. We don't want to create an one-li

[jira] [Updated] (HIVE-7307) Lack of synchronization for TxnHandler#getDbConn()

2014-06-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-7307: - Description: TxnHandler#getDbConn() accesses connPool without holding lock on TxnHandler.class {code} Conne

[jira] [Created] (HIVE-7307) Lack of synchronization for TxnHandler#getDbConn()

2014-06-27 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7307: Summary: Lack of synchronization for TxnHandler#getDbConn() Key: HIVE-7307 URL: https://issues.apache.org/jira/browse/HIVE-7307 Project: Hive Issue Type: Bug Rep

[jira] [Commented] (HIVE-7306) Ineffective null check in GenericUDAFAverage#GenericUDAFAverageEvaluatorDouble#getNextResult()

2014-06-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046215#comment-14046215 ] Ted Yu commented on HIVE-7306: -- Similar problem exists in GenericUDAFAverage#GenericUDAFAverag

[jira] [Created] (HIVE-7306) Ineffective null check in GenericUDAFAverage#GenericUDAFAverageEvaluatorDouble#getNextResult()

2014-06-27 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7306: Summary: Ineffective null check in GenericUDAFAverage#GenericUDAFAverageEvaluatorDouble#getNextResult() Key: HIVE-7306 URL: https://issues.apache.org/jira/browse/HIVE-7306 Project: H

[jira] [Created] (HIVE-7305) Return value from in.read() is ignored in SerializationUtils#readLongLE()

2014-06-27 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7305: Summary: Return value from in.read() is ignored in SerializationUtils#readLongLE() Key: HIVE-7305 URL: https://issues.apache.org/jira/browse/HIVE-7305 Project: Hive Issue T

Re: Review Request 22772: HIVE-6637: UDF in_file() doesn't take CHAR or VARCHAR as input

2014-06-27 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22772/#review46879 --- data/files/in_file.dat

[jira] [Resolved] (HIVE-2089) Add a new input format to be able to combine multiple .gz text files

2014-06-27 Thread Sumit Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Kumar resolved HIVE-2089. --- Resolution: Won't Fix I verified [~slider]'s observation. It indeed works. Marking this JIRA as "Won'

[jira] [Updated] (HIVE-7304) Transitive Predicate Propagation doesn't happen properly after HIVE-7159

2014-06-27 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-7304: Status: Patch Available (was: Open) > Transitive Predicate Propagation doesn't happen properly afte

[jira] [Updated] (HIVE-7304) Transitive Predicate Propagation doesn't happen properly after HIVE-7159

2014-06-27 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-7304: Attachment: HIVE-7304.1.patch > Transitive Predicate Propagation doesn't happen properly after HIVE-

[jira] [Commented] (HIVE-7295) FileStatus.getOwner on Windows returns name of group the user belongs to, instead of user name expected, fails many authorization related unit tests

2014-06-27 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046119#comment-14046119 ] Xiaobing Zhou commented on HIVE-7295: - Thanks [~cnauroth] for pointing-out. Not setting

[jira] [Commented] (HIVE-3628) Provide a way to use counters in Hive through UDF

2014-06-27 Thread Sudarshan Rangarajan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046073#comment-14046073 ] Sudarshan Rangarajan commented on HIVE-3628: Thanks, Navis. Is this applicable

[jira] [Created] (HIVE-7304) Transitive Predicate Propagation doesn't happen properly after HIVE-7159

2014-06-27 Thread Harish Butani (JIRA)
Harish Butani created HIVE-7304: --- Summary: Transitive Predicate Propagation doesn't happen properly after HIVE-7159 Key: HIVE-7304 URL: https://issues.apache.org/jira/browse/HIVE-7304 Project: Hive

[jira] [Resolved] (HIVE-7097) The Support for REGEX Column Broken in HIVE 0.13

2014-06-27 Thread Sumit Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Kumar resolved HIVE-7097. --- Resolution: Not a Problem Thank you [~leftylev]. Marking this "Resolved/Not a problem" > The Support

Re: Review Request 23006: Escape control characters for explain result

2014-06-27 Thread Xuefu Zhang
> On June 26, 2014, 6:51 p.m., Xuefu Zhang wrote: > > ql/src/java/org/apache/hadoop/hive/ql/plan/PartitionDesc.java, line 195 > > > > > > For my understanding, why cannot we just simply replace 0x00 with a > > differe

[jira] [Commented] (HIVE-6584) Add HiveHBaseTableSnapshotInputFormat

2014-06-27 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045804#comment-14045804 ] Hive QA commented on HIVE-6584: --- {color:red}Overall{color}: -1 no tests executed Here are

[jira] [Commented] (HIVE-7299) Enable metadata only optimization on Tez

2014-06-27 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045798#comment-14045798 ] Hive QA commented on HIVE-7299: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Commented] (HIVE-7291) Refactor TestParser to understand test-property file

2014-06-27 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045703#comment-14045703 ] Szehon Ho commented on HIVE-7291: - That first comment auto-formatted strangely, writing the

[jira] [Updated] (HIVE-7291) Refactor TestParser to understand test-property file

2014-06-27 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-7291: Description: NO PRECOMMIT TESTS > Refactor TestParser to understand test-property file > ---

[jira] [Updated] (HIVE-7291) Refactor TestParser to understand test-property file

2014-06-27 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-7291: Status: Patch Available (was: Open) > Refactor TestParser to understand test-property file > --

Re: Review Request 23124: HIVE-7291: Refactor TestParser to understand test-property file

2014-06-27 Thread Szehon Ho
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23124/ --- (Updated June 27, 2014, 8:06 a.m.) Review request for hive and Brock Noland.

[jira] [Updated] (HIVE-7291) Refactor TestParser to understand test-property file

2014-06-27 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-7291: Attachment: trunk-mr2.properties For reference, am attaching the new trunk-mr2.properties that it will run o

[jira] [Updated] (HIVE-7291) Refactor TestParser to understand test-property file

2014-06-27 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-7291: Attachment: HIVE-7291.patch Attaching a patch, which adds following possible syntax to the property file: q

[jira] [Commented] (HIVE-7302) Allow Auto-reducer parallelism to be turned off by a logical optimizer

2014-06-27 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045688#comment-14045688 ] Hive QA commented on HIVE-7302: --- {color:red}Overall{color}: -1 at least one tests failed H

Review Request 23124: HIVE-7291: Refactor TestParser to understand test-property file

2014-06-27 Thread Szehon Ho
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23124/ --- Review request for hive and Brock Noland. Bugs: HIVE-7291 https://issues.ap

[jira] [Updated] (HIVE-6584) Add HiveHBaseTableSnapshotInputFormat

2014-06-27 Thread Teng Yutong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Teng Yutong updated HIVE-6584: -- Attachment: HIVE-6584.6.patch hi, sorry for the late reply...this is the regenerated patch. But It won'

[jira] [Commented] (HIVE-7302) Allow Auto-reducer parallelism to be turned off by a logical optimizer

2014-06-27 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045662#comment-14045662 ] Vikram Dixit K commented on HIVE-7302: -- I discussed this with Gopal today and I think

[jira] [Commented] (HIVE-1662) Add file pruning into Hive.

2014-06-27 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045656#comment-14045656 ] Lefty Leverenz commented on HIVE-1662: -- Or you could put the description of *hive.opti

[jira] [Commented] (HIVE-6938) Add Support for Parquet Column Rename

2014-06-27 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045648#comment-14045648 ] Lefty Leverenz commented on HIVE-6938: -- I mentioned this in the Limitations section of

[jira] [Commented] (HIVE-7288) Enable support for -libjars and -archives in WebHcat for Streaming MapReduce jobs

2014-06-27 Thread shanyu zhao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045647#comment-14045647 ] shanyu zhao commented on HIVE-7288: --- [~ekoifman] and [~thejas], would you please help rev

[jira] [Updated] (HIVE-7299) Enable metadata only optimization on Tez

2014-06-27 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-7299: - Attachment: HIVE-7299.5.patch .5 is rebased. > Enable metadata only optimization on Tez >

[jira] [Updated] (HIVE-7299) Enable metadata only optimization on Tez

2014-06-27 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-7299: - Status: Open (was: Patch Available) > Enable metadata only optimization on Tez >

[jira] [Updated] (HIVE-7299) Enable metadata only optimization on Tez

2014-06-27 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-7299: - Status: Patch Available (was: Open) > Enable metadata only optimization on Tez >

[jira] [Updated] (HIVE-7302) Allow Auto-reducer parallelism to be turned off by a logical optimizer

2014-06-27 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-7302: - Status: Patch Available (was: Open) > Allow Auto-reducer parallelism to be turned off by

[jira] [Commented] (HIVE-4629) HS2 should support an API to retrieve query logs

2014-06-27 Thread Ravi Prakash (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045634#comment-14045634 ] Ravi Prakash commented on HIVE-4629: Hi Vaibhav! Sorry for the delay. I wish I had enou