[jira] [Commented] (HIVE-6587) allow specifying additional Hive classpath for Hadoop

2014-03-11 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931463#comment-13931463 ] Lefty Leverenz commented on HIVE-6587: -- bq. Allow users to add jars to hive's Hadoop c

[jira] [Updated] (HIVE-6558) HiveServer2 Plain SASL authentication broken after hadoop 2.3 upgrade

2014-03-11 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6558: --- Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch Availab

[jira] [Updated] (HIVE-6559) sourcing txn-script from schema script results in failure for mysql & oracle

2014-03-11 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6559: --- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to 0.13 & trunk.

[jira] [Updated] (HIVE-6578) Use ORC file footer statistics for analyze command

2014-03-11 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-6578: - Attachment: HIVE-6578.2.patch Made following changes 1) Added new config to specify number of threads 2) R

[jira] [Updated] (HIVE-6430) MapJoin hash table has large memory overhead

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6430: --- Attachment: HIVE-6430.01.patch most of RB feedback except for refactor, need to discuss... als

Re: Review Request 18936: HIVE-6430 MapJoin hash table has large memory overhead

2014-03-11 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18936/ --- (Updated March 12, 2014, 2:30 a.m.) Review request for hive, Gopal V and Gunthe

[jira] [Updated] (HIVE-6546) WebHCat job submission for pig with -useHCatalog argument fails on Windows

2014-03-11 Thread Eric Hanson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Hanson updated HIVE-6546: -- Attachment: HIVE-6546.03.patch Upload again to try to kick off pre-commit tests > WebHCat job submissio

Why isn't itests/ listed as submodule of root pom.xml?

2014-03-11 Thread Jason Dere
Noticed this since internally we set the version number to something different than simply "0.13.0", and mvn version:set doesn't really work correctly with itests because itests isn't listed as one of the root POM's submodules. Is there a particular reason for it not being listed as a submodule

Re: Why isn't itests/ listed as submodule of root pom.xml?

2014-03-11 Thread Brock Noland
Hopefully this is the last time I have to say this :) The qfile tests in itests require the packaging phase. The maven test phase is after compile and before packaging. We could change the qfile tests to run during the integration-test phase using the "failsafe" plugin but the "failsafe" plugin is

Re: Review Request 18992: Fix ctrl-C killing MR jobs

2014-03-11 Thread Mohammad Islam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18992/#review36880 --- Ship it! +1 , after minor comments. ql/src/java/org/apache/hadoop

[jira] [Commented] (HIVE-6559) sourcing txn-script from schema script results in failure for mysql & oracle

2014-03-11 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931134#comment-13931134 ] Ashutosh Chauhan commented on HIVE-6559: For 0.14.* sql files we can track in separ

[jira] [Commented] (HIVE-5155) Support secure proxy user access to HiveServer2

2014-03-11 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931205#comment-13931205 ] Hive QA commented on HIVE-5155: --- {color:green}Overall{color}: +1 all checks pass Here are

[jira] [Commented] (HIVE-6559) sourcing txn-script from schema script results in failure for mysql & oracle

2014-03-11 Thread Prasad Mujumdar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931138#comment-13931138 ] Prasad Mujumdar commented on HIVE-6559: --- Sounds good. +1 > sourcing txn-script fro

Re: Review Request 18936: HIVE-6430 MapJoin hash table has large memory overhead

2014-03-11 Thread Sergey Shelukhin
> On March 11, 2014, 12:30 a.m., Gopal V wrote: > > ql/src/java/org/apache/hadoop/hive/ql/exec/persistence/BytesBytesMultiHashMap.java, > > line 195 > > > > > > Quadriatic probing is much nicer for collisions. this i

[jira] [Commented] (HIVE-6559) sourcing txn-script from schema script results in failure for mysql & oracle

2014-03-11 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931132#comment-13931132 ] Ashutosh Chauhan commented on HIVE-6559: +1. yeah.. we should get this in 0.13 as w

[jira] [Updated] (HIVE-6562) Protection from exceptions in ORC predicate evaluation

2014-03-11 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-6562: - Attachment: (was: HIVE-6562.2.patch) > Protection from exceptions in ORC predicate evaluation > --

[jira] [Updated] (HIVE-6492) limit partition number involved in a table scan

2014-03-11 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-6492: --- Attachment: HIVE-6492.6.patch.txt [~hagleitn] - I added a flag to TableScanOperator to mark that part

[jira] [Updated] (HIVE-6562) Protection from exceptions in ORC predicate evaluation

2014-03-11 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-6562: - Attachment: HIVE-6562.3.patch Patch version was wrong. Reuploading again. > Protection from exceptions in

[jira] [Updated] (HIVE-6562) Protection from exceptions in ORC predicate evaluation

2014-03-11 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-6562: - Attachment: HIVE-6562.2.patch Earlier patch had issues with Date conversions. Fixed them in this patch. >

[jira] [Commented] (HIVE-6562) Protection from exceptions in ORC predicate evaluation

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931248#comment-13931248 ] Sergey Shelukhin commented on HIVE-6562: lgtm > Protection from exceptions in ORC

[jira] [Commented] (HIVE-6562) Protection from exceptions in ORC predicate evaluation

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931249#comment-13931249 ] Sergey Shelukhin commented on HIVE-6562: (as in, +1) > Protection from exceptions

[jira] [Commented] (HIVE-6559) sourcing txn-script from schema script results in failure for mysql & oracle

2014-03-11 Thread Prasad Mujumdar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931107#comment-13931107 ] Prasad Mujumdar commented on HIVE-6559: --- Looks fine to me. The same changes will be

[jira] [Commented] (HIVE-6060) Define API for RecordUpdater and UpdateReader

2014-03-11 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931102#comment-13931102 ] Prasanth J commented on HIVE-6060: -- [~owen.omalley] HIVE-6578 added support for partialsca

[jira] [Commented] (HIVE-6559) sourcing txn-script from schema script results in failure for mysql & oracle

2014-03-11 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931087#comment-13931087 ] Hive QA commented on HIVE-6559: --- {color:green}Overall{color}: +1 all checks pass Here are

[jira] [Commented] (HIVE-6578) Use ORC file footer statistics for analyze command

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931070#comment-13931070 ] Sergey Shelukhin commented on HIVE-6578: some comments on RB > Use ORC file footer

[jira] [Commented] (HIVE-6562) Protection from exceptions in ORC predicate evaluation

2014-03-11 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931021#comment-13931021 ] Prasanth J commented on HIVE-6562: -- Yes. testPredEvalWithDateStats() has some invalid case

[jira] [Assigned] (HIVE-6624) Support ExprNodeNullDesc in vectorized mode.

2014-03-11 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey reassigned HIVE-6624: -- Assignee: Jitendra Nath Pandey > Support ExprNodeNullDesc in vectorized mode. >

[jira] [Created] (HIVE-6624) Support ExprNodeNullDesc in vectorized mode.

2014-03-11 Thread Jitendra Nath Pandey (JIRA)
Jitendra Nath Pandey created HIVE-6624: -- Summary: Support ExprNodeNullDesc in vectorized mode. Key: HIVE-6624 URL: https://issues.apache.org/jira/browse/HIVE-6624 Project: Hive Issue Typ

[jira] [Commented] (HIVE-6562) Protection from exceptions in ORC predicate evaluation

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931013#comment-13931013 ] Sergey Shelukhin commented on HIVE-6562: minor comment on RB. Does any test (I just

[jira] [Commented] (HIVE-6623) Add "owner" tag to ptest2 created instances

2014-03-11 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930987#comment-13930987 ] Brock Noland commented on HIVE-6623: FYI [~szehon] > Add "owner" tag to ptest2 created

[jira] [Created] (HIVE-6623) Add "owner" tag to ptest2 created instances

2014-03-11 Thread Brock Noland (JIRA)
Brock Noland created HIVE-6623: -- Summary: Add "owner" tag to ptest2 created instances Key: HIVE-6623 URL: https://issues.apache.org/jira/browse/HIVE-6623 Project: Hive Issue Type: Bug

[jira] [Resolved] (HIVE-6509) Error in metadata: MetaException(message:java.lang.IllegalStateException: Can't overwrite cause)

2014-03-11 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan resolved HIVE-6509. Resolution: Invalid I tried this on latest trunk and I was able to get it to work. Please re

[jira] [Resolved] (HIVE-6596) build.xml is missing from trunk and branch 0.13

2014-03-11 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan resolved HIVE-6596. Resolution: Invalid > build.xml is missing from trunk and branch 0.13 >

[jira] [Created] (HIVE-6622) UDF translate doesn't take either CHAR or VARCHAR as any of its arguments

2014-03-11 Thread Xuefu Zhang (JIRA)
Xuefu Zhang created HIVE-6622: - Summary: UDF translate doesn't take either CHAR or VARCHAR as any of its arguments Key: HIVE-6622 URL: https://issues.apache.org/jira/browse/HIVE-6622 Project: Hive

[jira] [Commented] (HIVE-6568) Vectorized cast of decimal to string and timestamp produces incorrect result.

2014-03-11 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930945#comment-13930945 ] Hive QA commented on HIVE-6568: --- {color:green}Overall{color}: +1 all checks pass Here are

[jira] [Updated] (HIVE-6620) UDF printf doesn't take either CHAR or VARCHAR as the first argument

2014-03-11 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-6620: -- Summary: UDF printf doesn't take either CHAR or VARCHAR as the first argument (was: UDF printf doesn't

[jira] [Updated] (HIVE-6024) Load data local inpath unnecessarily creates a copy task

2014-03-11 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6024: --- Status: Patch Available (was: Open) > Load data local inpath unnecessarily creates a copy tas

[jira] [Updated] (HIVE-6621) Beeline backward incompatible change

2014-03-11 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-6621: --- Labels: backward-incompatible (was: ) > Beeline backward incompatible change > --

[jira] [Updated] (HIVE-6024) Load data local inpath unnecessarily creates a copy task

2014-03-11 Thread Mohammad Kamrul Islam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Kamrul Islam updated HIVE-6024: Attachment: HIVE-6024.6.patch > Load data local inpath unnecessarily creates a copy

[jira] [Commented] (HIVE-6621) Beeline backward incompatible change

2014-03-11 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930927#comment-13930927 ] Vaibhav Gumashta commented on HIVE-6621: [~rhbutani] Marking this as blocker for 0.

[jira] [Updated] (HIVE-6024) Load data local inpath unnecessarily creates a copy task

2014-03-11 Thread Mohammad Kamrul Islam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Kamrul Islam updated HIVE-6024: Attachment: HIVE-6024.5.patch replacing with the intended patch. > Load data local

Re: Review Request 18065: HIVE-6024 Load data local inpath unnecessarily creates a copy task

2014-03-11 Thread Mohammad Islam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18065/ --- (Updated March 11, 2014, 8:49 p.m.) Review request for hive and Ashutosh Chauha

[jira] [Created] (HIVE-6621) Beeline backward incompatible change

2014-03-11 Thread Vaibhav Gumashta (JIRA)
Vaibhav Gumashta created HIVE-6621: -- Summary: Beeline backward incompatible change Key: HIVE-6621 URL: https://issues.apache.org/jira/browse/HIVE-6621 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-6024) Load data local inpath unnecessarily creates a copy task

2014-03-11 Thread Mohammad Kamrul Islam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Kamrul Islam updated HIVE-6024: Attachment: HIVE-6024.5.patch Addressed failed test cases. > Load data local inpath

[jira] [Updated] (HIVE-6024) Load data local inpath unnecessarily creates a copy task

2014-03-11 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6024: --- Status: Open (was: Patch Available) > Load data local inpath unnecessarily creates a copy tas

[jira] [Created] (HIVE-6620) UDF printf doesn't take CHAR and VARCHAR as the first argument

2014-03-11 Thread Xuefu Zhang (JIRA)
Xuefu Zhang created HIVE-6620: - Summary: UDF printf doesn't take CHAR and VARCHAR as the first argument Key: HIVE-6620 URL: https://issues.apache.org/jira/browse/HIVE-6620 Project: Hive Issue Ty

Re: Review Request 18065: HIVE-6024 Load data local inpath unnecessarily creates a copy task

2014-03-11 Thread Mohammad Islam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18065/ --- (Updated March 11, 2014, 8:37 p.m.) Review request for hive and Ashutosh Chauha

Re: Timeline for the Hive 0.13 release?

2014-03-11 Thread Harish Butani
ok with the first 3. HIVE-6068 doesn’t have a patch yet. Can this be deferred? On Mar 11, 2014, at 12:06 PM, Vaibhav Gumashta wrote: > Can you please consider the following: > https://issues.apache.org/jira/browse/HIVE-6602 (committed to trunk), > https://issues.apache.org/jira/browse/HIVE-6512

[jira] [Updated] (HIVE-6563) hdfs jar being pulled in when creating a hadoop-2 based hive tar ball

2014-03-11 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Dixit K updated HIVE-6563: - Resolution: Fixed Fix Version/s: 0.14.0 0.13.0 Status: Resolve

[jira] [Commented] (HIVE-6563) hdfs jar being pulled in when creating a hadoop-2 based hive tar ball

2014-03-11 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930878#comment-13930878 ] Vikram Dixit K commented on HIVE-6563: -- Committed to trunk and branch-0.13. > hdfs ja

[jira] [Commented] (HIVE-6147) Support avro data stored in HBase columns

2014-03-11 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930813#comment-13930813 ] Xuefu Zhang commented on HIVE-6147: --- [~swarnim] I'm glad that you have the principle of c

[jira] [Updated] (HIVE-6486) Support secure Subject.doAs() in HiveServer2 JDBC client.

2014-03-11 Thread Shivaraju Gowda (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivaraju Gowda updated HIVE-6486: -- Attachment: TestCase_HIVE-6486.java > Support secure Subject.doAs() in HiveServer2 JDBC client.

[jira] [Updated] (HIVE-6486) Support secure Subject.doAs() in HiveServer2 JDBC client.

2014-03-11 Thread Shivaraju Gowda (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivaraju Gowda updated HIVE-6486: -- Attachment: (was: TestHive_SujectDoAs.java) > Support secure Subject.doAs() in HiveServer2 J

[jira] [Updated] (HIVE-6486) Support secure Subject.doAs() in HiveServer2 JDBC client.

2014-03-11 Thread Shivaraju Gowda (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivaraju Gowda updated HIVE-6486: -- Attachment: HIVE-6486_Hive0.11.patch Update Hive 0.11 patch with the final changes. > Support s

[jira] [Updated] (HIVE-6486) Support secure Subject.doAs() in HiveServer2 JDBC client.

2014-03-11 Thread Shivaraju Gowda (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivaraju Gowda updated HIVE-6486: -- Attachment: (was: Hive_011_Support-Subject_doAS.patch) > Support secure Subject.doAs() in Hi

[jira] [Commented] (HIVE-6558) HiveServer2 Plain SASL authentication broken after hadoop 2.3 upgrade

2014-03-11 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930796#comment-13930796 ] Hive QA commented on HIVE-6558: --- {color:green}Overall{color}: +1 all checks pass Here are

Re: Timeline for the Hive 0.13 release?

2014-03-11 Thread Vaibhav Gumashta
Can you please consider the following: https://issues.apache.org/jira/browse/HIVE-6602 (committed to trunk), https://issues.apache.org/jira/browse/HIVE-6512, https://issues.apache.org/jira/browse/HIVE-6068, https://issues.apache.org/jira/browse/HIVE-6580. Most of them are bug fixes. Thanks, --Vaib

[jira] [Created] (HIVE-6619) Stats inaccurate for auto_join32.q

2014-03-11 Thread Laljo John Pullokkaran (JIRA)
Laljo John Pullokkaran created HIVE-6619: Summary: Stats inaccurate for auto_join32.q Key: HIVE-6619 URL: https://issues.apache.org/jira/browse/HIVE-6619 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-6538) yet another annoying exception in test logs

2014-03-11 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930769#comment-13930769 ] Szehon Ho commented on HIVE-6538: - Oh I missed that, thanks. > yet another annoying except

[jira] [Commented] (HIVE-6538) yet another annoying exception in test logs

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930763#comment-13930763 ] Sergey Shelukhin commented on HIVE-6538: I'll wait for HiveQA good point... just su

[jira] [Updated] (HIVE-6538) yet another annoying exception in test logs

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6538: --- Status: Patch Available (was: Reopened) well, patch was not submitted :P > yet another annoy

[jira] [Resolved] (HIVE-6595) Hive 0.11.0 build failure

2014-03-11 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho resolved HIVE-6595. - Resolution: Won't Fix Assignee: Szehon Ho Release Note: Resolving this JIRA as wont fix as it

[jira] [Commented] (HIVE-6538) yet another annoying exception in test logs

2014-03-11 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930739#comment-13930739 ] Szehon Ho commented on HIVE-6538: - Yea, Im not sure where this is in queue, or even if it g

[jira] [Updated] (HIVE-6618) assertion when getting reference key from loader with byte-array mapjoin key

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6618: --- Status: Patch Available (was: Open) > assertion when getting reference key from loader with b

[jira] [Updated] (HIVE-6618) assertion when getting reference key from loader with byte-array mapjoin key

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6618: --- Affects Version/s: 0.13.0 > assertion when getting reference key from loader with byte-array m

[jira] [Commented] (HIVE-6618) assertion when getting reference key from loader with byte-array mapjoin key

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930735#comment-13930735 ] Sergey Shelukhin commented on HIVE-6618: Instead of getting key from loader, get fr

[jira] [Updated] (HIVE-6618) assertion when getting reference key from loader with byte-array mapjoin key

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6618: --- Attachment: HIVE-6618.patch > assertion when getting reference key from loader with byte-array

[jira] [Commented] (HIVE-6147) Support avro data stored in HBase columns

2014-03-11 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930726#comment-13930726 ] Swarnim Kulkarni commented on HIVE-6147: Thanks [~xuefuz] for reviewing. I agree it

[jira] [Created] (HIVE-6618) assertion when getting reference key from loader with byte-array mapjoin key

2014-03-11 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-6618: -- Summary: assertion when getting reference key from loader with byte-array mapjoin key Key: HIVE-6618 URL: https://issues.apache.org/jira/browse/HIVE-6618 Project:

[jira] [Updated] (HIVE-6594) UnsignedInt128 addition does not increase internal int array count resulting in corrupted values during serialization

2014-03-11 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-6594: --- Fix Version/s: (was: 0.14.0) 0.13.0 > UnsignedInt128 addition d

[jira] [Updated] (HIVE-6594) UnsignedInt128 addition does not increase internal int array count resulting in corrupted values during serialization

2014-03-11 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-6594: --- Fix Version/s: 0.14.0 > UnsignedInt128 addition does not increase internal int array c

[jira] [Commented] (HIVE-6594) UnsignedInt128 addition does not increase internal int array count resulting in corrupted values during serialization

2014-03-11 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930719#comment-13930719 ] Jitendra Nath Pandey commented on HIVE-6594: Committed to branch-0.13 as well.

[jira] [Updated] (HIVE-6563) hdfs jar being pulled in when creating a hadoop-2 based hive tar ball

2014-03-11 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Dixit K updated HIVE-6563: - Summary: hdfs jar being pulled in when creating a hadoop-2 based hive tar ball (was: hdfs jar bei

[jira] [Updated] (HIVE-6605) Hive does not set the environment correctly when running in Tez mode

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6605: --- Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch Availab

[jira] [Commented] (HIVE-6147) Support avro data stored in HBase columns

2014-03-11 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930692#comment-13930692 ] Xuefu Zhang commented on HIVE-6147: --- Thanks for working on this, [~swarnim]. 1. This pat

[jira] [Updated] (HIVE-6587) allow specifying additional Hive classpath for Hadoop

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6587: --- Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch Availab

[jira] [Updated] (HIVE-6605) Hive does not set the environment correctly when running in Tez mode

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6605: --- Summary: Hive does not set the environment correctly when running in Tez mode (was: Hive does

[jira] [Commented] (HIVE-6610) Unit test log needs to reflect DB Name

2014-03-11 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930644#comment-13930644 ] Ashutosh Chauhan commented on HIVE-6610: +1 > Unit test log needs to reflect DB Na

[jira] [Created] (HIVE-6617) Reduce ambiguity in grammar

2014-03-11 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-6617: -- Summary: Reduce ambiguity in grammar Key: HIVE-6617 URL: https://issues.apache.org/jira/browse/HIVE-6617 Project: Hive Issue Type: Task Repor

[jira] [Updated] (HIVE-6550) SemanticAnalyzer.reset() doesn't clear all the state

2014-03-11 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-6550: - Status: Patch Available (was: Open) > SemanticAnalyzer.reset() doesn't clear all

[jira] [Updated] (HIVE-6550) SemanticAnalyzer.reset() doesn't clear all the state

2014-03-11 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-6550: - Attachment: (was: HIVE-6550.Patch) > SemanticAnalyzer.reset() doesn't clear al

[jira] [Updated] (HIVE-6550) SemanticAnalyzer.reset() doesn't clear all the state

2014-03-11 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-6550: - Attachment: HIVE-6550.patch > SemanticAnalyzer.reset() doesn't clear all the state

[jira] [Updated] (HIVE-6610) Unit test log needs to reflect DB Name

2014-03-11 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-6610: - Status: Patch Available (was: Open) > Unit test log needs to reflect DB Name > --

[jira] [Updated] (HIVE-6610) Unit test log needs to reflect DB Name

2014-03-11 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-6610: - Attachment: HIVE-6610.patch > Unit test log needs to reflect DB Name > ---

[jira] [Commented] (HIVE-6610) Unit test log needs to reflect DB Name

2014-03-11 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930636#comment-13930636 ] Laljo John Pullokkaran commented on HIVE-6610: -- Renamed patch to follow naming

[jira] [Updated] (HIVE-6610) Unit test log needs to reflect DB Name

2014-03-11 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-6610: - Attachment: (was: patch_db_name) > Unit test log needs to reflect DB Name > --

[jira] [Updated] (HIVE-6610) Unit test log needs to reflect DB Name

2014-03-11 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-6610: - Status: Open (was: Patch Available) > Unit test log needs to reflect DB Name > --

Re: Review Request 18179: Support more generic way of using composite key for HBaseHandler

2014-03-11 Thread Xuefu Zhang
> On March 10, 2014, 9:25 p.m., Xuefu Zhang wrote: > > ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java, line 702 > > > > > > Do these methods have to be public? Private if just used locally. > > Navis Ryu wr

[jira] [Commented] (HIVE-6550) SemanticAnalyzer.reset() doesn't clear all the state

2014-03-11 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930630#comment-13930630 ] Laljo John Pullokkaran commented on HIVE-6550: -- Renamed patch to follow naming

[jira] [Commented] (HIVE-6610) Unit test log needs to reflect DB Name

2014-03-11 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930632#comment-13930632 ] Ashutosh Chauhan commented on HIVE-6610: Name the patch as per convention. > Unit

[jira] [Updated] (HIVE-6550) SemanticAnalyzer.reset() doesn't clear all the state

2014-03-11 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-6550: - Attachment: (was: SemanticAnalyzer-Reset-Patch) > SemanticAnalyzer.reset() doe

[jira] [Updated] (HIVE-6550) SemanticAnalyzer.reset() doesn't clear all the state

2014-03-11 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-6550: - Attachment: HIVE-6550.Patch > SemanticAnalyzer.reset() doesn't clear all the state

[jira] [Commented] (HIVE-6538) yet another annoying exception in test logs

2014-03-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930627#comment-13930627 ] Sergey Shelukhin commented on HIVE-6538: Will commit tomorrow and fix long line on

[jira] [Updated] (HIVE-6610) Unit test log needs to reflect DB Name

2014-03-11 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-6610: - Status: Patch Available (was: Open) > Unit test log needs to reflect DB Name > --

[jira] [Updated] (HIVE-6610) Unit test log needs to reflect DB Name

2014-03-11 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-6610: - Attachment: patch_db_name > Unit test log needs to reflect DB Name > -

[jira] [Created] (HIVE-6616) Document ORC file format to enable development of external converters to/from ORC/text files

2014-03-11 Thread Michael (JIRA)
Michael created HIVE-6616: - Summary: Document ORC file format to enable development of external converters to/from ORC/text files Key: HIVE-6616 URL: https://issues.apache.org/jira/browse/HIVE-6616 Project: H

[jira] [Created] (HIVE-6615) Cannot insert data into an ORC-based table

2014-03-11 Thread Michael (JIRA)
Michael created HIVE-6615: - Summary: Cannot insert data into an ORC-based table Key: HIVE-6615 URL: https://issues.apache.org/jira/browse/HIVE-6615 Project: Hive Issue Type: Bug Components:

[jira] [Commented] (HIVE-6594) UnsignedInt128 addition does not increase internal int array count resulting in corrupted values during serialization

2014-03-11 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930581#comment-13930581 ] Jitendra Nath Pandey commented on HIVE-6594: [~rhbutani] This is a serious bug

[jira] [Resolved] (HIVE-6608) Add apache pom as parent pom

2014-03-11 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani resolved HIVE-6608. - Resolution: Fixed Brock thanks for reviewing. > Add apache pom as parent pom > --

[jira] [Commented] (HIVE-6568) Vectorized cast of decimal to string and timestamp produces incorrect result.

2014-03-11 Thread Eric Hanson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930574#comment-13930574 ] Eric Hanson commented on HIVE-6568: --- +1 > Vectorized cast of decimal to string and times

  1   2   >