[jira] [Commented] (HIVE-3050) JDBC should provide metadata for columns whether a column is a partition column or not

2014-02-21 Thread chandra sekhar gunturi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908102#comment-13908102 ] chandra sekhar gunturi commented on HIVE-3050: -- This is required even for

Re: Parquet support (HIVE-5783)

2014-02-21 Thread Brock Noland
Hi, Storage handlers muddle the waters a bit IMO. That interface was written for storage that is not file-based, e.g. hbase. Whereas Avro, Parquet, Sequence File, etc are all file based. I think we have to be practical about confusion. There are so many Hadoop newbies out there, almost all of

[jira] [Commented] (HIVE-6467) metastore upgrade script 016-HIVE-6386.derby.sql uses char rather than varchar

2014-02-21 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908369#comment-13908369 ] Hive QA commented on HIVE-6467: --- {color:red}Overall{color}: -1 at least one tests failed

Precommit queue

2014-02-21 Thread Brock Noland
There was a ec2 spot price spike overnight which combined with everyone trying to get patches in for the branching has resulted in a massive queue: http://bigtop01.cloudera.org:8080/view/Hive/job/PreCommit-HIVE-Build/ ~25 builds in the queue Brock

[jira] [Updated] (HIVE-6467) metastore upgrade script 016-HIVE-6386.derby.sql uses char rather than varchar

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

[jira] [Commented] (HIVE-6464) Test configuration: reduce the duration for which lock attempts are retried

2014-02-21 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908566#comment-13908566 ] Hive QA commented on HIVE-6464: --- {color:red}Overall{color}: -1 at least one tests failed

Re: Review Request 18230: HIVE-6429 MapJoinKey has large memory overhead in typical cases

2014-02-21 Thread Sergey Shelukhin
On Feb. 21, 2014, 4:44 a.m., Gunther Hagleitner wrote: ql/src/java/org/apache/hadoop/hive/ql/exec/MapJoinOperator.java, line 177 https://reviews.apache.org/r/18230/diff/3/?file=499105#file499105line177 this seems ugly to me. can't you delegate to the hashtable loader to decide

Re: Review Request 18230: HIVE-6429 MapJoinKey has large memory overhead in typical cases

2014-02-21 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18230/ --- (Updated Feb. 21, 2014, 6:40 p.m.) Review request for hive, Gunther Hagleitner

[jira] [Updated] (HIVE-6429) MapJoinKey has large memory overhead in typical cases

2014-02-21 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6429: --- Attachment: HIVE-6429.03.patch MapJoinKey has large memory overhead in typical cases

Re: Timeline for the Hive 0.13 release?

2014-02-21 Thread Thejas Nair
Can we wait for some few more days for the branching ? I have a few more security fixes that I would like to get in, and we also have a long pre-commit queue ahead right now. How about branching around Friday next week ? By then hadoop 2.3 should also be out as that vote has been concluded, and

Re: Review Request 18291: Add support for pluggable authentication modules (PAM) in Hive

2014-02-21 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18291/ --- (Updated Feb. 21, 2014, 7:05 p.m.) Review request for hive and Thejas Nair.

Re: Review Request 18291: Add support for pluggable authentication modules (PAM) in Hive

2014-02-21 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18291/#review35180 ---

Re: Timeline for the Hive 0.13 release?

2014-02-21 Thread Brock Noland
+1 On Fri, Feb 21, 2014 at 1:02 PM, Thejas Nair the...@hortonworks.com wrote: Can we wait for some few more days for the branching ? I have a few more security fixes that I would like to get in, and we also have a long pre-commit queue ahead right now. How about branching around Friday next

Re: Review Request 18291: Add support for pluggable authentication modules (PAM) in Hive

2014-02-21 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18291/ --- (Updated Feb. 21, 2014, 7:06 p.m.) Review request for hive, Mohammad Islam and

[jira] [Updated] (HIVE-6466) Add support for pluggable authentication modules (PAM) in Hive

2014-02-21 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-6466: --- Attachment: HIVE-6466.2.patch Add support for pluggable authentication modules (PAM) in Hive

[jira] [Updated] (HIVE-6466) Add support for pluggable authentication modules (PAM) in Hive

2014-02-21 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-6466: --- Status: Patch Available (was: Open) Add support for pluggable authentication modules (PAM)

[jira] [Commented] (HIVE-6466) Add support for pluggable authentication modules (PAM) in Hive

2014-02-21 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908694#comment-13908694 ] Xuefu Zhang commented on HIVE-6466: --- Thanks for the explanation, [~vaibhavgumashta].

Re: Review Request 18291: Add support for pluggable authentication modules (PAM) in Hive

2014-02-21 Thread Thejas Nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18291/#review35183 --- Ship it! Ship It! - Thejas Nair On Feb. 21, 2014, 7:06 p.m.,

[jira] [Commented] (HIVE-6466) Add support for pluggable authentication modules (PAM) in Hive

2014-02-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908703#comment-13908703 ] Thejas M Nair commented on HIVE-6466: - +1 Please include documentation in release

Re: Review Request 18230: HIVE-6429 MapJoinKey has large memory overhead in typical cases

2014-02-21 Thread Gunther Hagleitner
On Feb. 21, 2014, 4:44 a.m., Gunther Hagleitner wrote: ql/src/java/org/apache/hadoop/hive/ql/exec/persistence/MapJoinKeyBytes.java, line 64 https://reviews.apache.org/r/18230/diff/3/?file=499109#file499109line64 this and the next field (vectorized) is going to be neigh impossible

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

2014-02-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908714#comment-13908714 ] Thejas M Nair commented on HIVE-5155: - Prasad, It would be great to get this patch in

[jira] [Commented] (HIVE-5176) Wincompat : Changes for allowing various path compatibilities with Windows

2014-02-21 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908737#comment-13908737 ] Jason Dere commented on HIVE-5176: -- Taking a closer look a this patch, it's a mix of

[jira] [Created] (HIVE-6480) Metastore server startup script ignores ENV settings

2014-02-21 Thread Adam Faris (JIRA)
Adam Faris created HIVE-6480: Summary: Metastore server startup script ignores ENV settings Key: HIVE-6480 URL: https://issues.apache.org/jira/browse/HIVE-6480 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-6480) Metastore server startup script ignores ENV settings

2014-02-21 Thread Adam Faris (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Faris updated HIVE-6480: - Attachment: HIVE-6480.01.patch Attaching 'git diff' output against trunk. Metastore server startup

[jira] [Updated] (HIVE-6480) Metastore server startup script ignores ENV settings

2014-02-21 Thread Adam Faris (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Faris updated HIVE-6480: - Status: Patch Available (was: Open) Metastore server startup script ignores ENV settings

Re: Timeline for the Hive 0.13 release?

2014-02-21 Thread Harish Butani
Yes makes sense. How about we postpone the branching until 10am PST March 3rd, which is the following Monday. Don’t see a point of setting the branch time to a Friday evening. Do people agree? regards, Harish. On Feb 21, 2014, at 11:04 AM, Brock Noland br...@cloudera.com wrote: +1 On Fri,

Re: Timeline for the Hive 0.13 release?

2014-02-21 Thread Brock Noland
Might as well make it March 4th or 5th. Otherwise folks will burn weekend time to get patches in. On Fri, Feb 21, 2014 at 2:10 PM, Harish Butani hbut...@hortonworks.com wrote: Yes makes sense. How about we postpone the branching until 10am PST March 3rd, which is the following Monday. Don’t

[jira] [Commented] (HIVE-6479) Few .q.out files need to be updated post HIVE-5958

2014-02-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908800#comment-13908800 ] Thejas M Nair commented on HIVE-6479: - +1 . I don't think we need to wait for the full

[jira] [Commented] (HIVE-6455) Scalable dynamic partitioning and bucketing optimization

2014-02-21 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908801#comment-13908801 ] Hive QA commented on HIVE-6455: --- {color:red}Overall{color}: -1 at least one tests failed

[jira] [Commented] (HIVE-6480) Metastore server startup script ignores ENV settings

2014-02-21 Thread Adam Faris (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908807#comment-13908807 ] Adam Faris commented on HIVE-6480: -- Reviewboard link https://reviews.apache.org/r/18373/

[jira] [Comment Edited] (HIVE-6479) Few .q.out files need to be updated post HIVE-5958

2014-02-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908806#comment-13908806 ] Thejas M Nair edited comment on HIVE-6479 at 2/21/14 8:59 PM: --

[jira] [Commented] (HIVE-6479) Few .q.out files need to be updated post HIVE-5958

2014-02-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908806#comment-13908806 ] Thejas M Nair commented on HIVE-6479: - Verified that the 2 tests pass with this .q.out

[jira] [Updated] (HIVE-6464) Test configuration: reduce the duration for which lock attempts are retried

2014-02-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-6464: Resolution: Fixed Status: Resolved (was: Patch Available) The two test failures are

[jira] [Updated] (HIVE-6464) Test configuration: reduce the duration for which lock attempts are retried

2014-02-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-6464: Fix Version/s: 0.13.0 Test configuration: reduce the duration for which lock attempts are retried

Re: Timeline for the Hive 0.13 release?

2014-02-21 Thread Harish Butani
Ok,let’s set it for March 4th . regards, Harish. On Feb 21, 2014, at 12:14 PM, Brock Noland br...@cloudera.com wrote: Might as well make it March 4th or 5th. Otherwise folks will burn weekend time to get patches in. On Fri, Feb 21, 2014 at 2:10 PM, Harish Butani hbut...@hortonworks.com

[jira] [Created] (HIVE-6481) Add .reviewboardrc file

2014-02-21 Thread Carl Steinbach (JIRA)
Carl Steinbach created HIVE-6481: Summary: Add .reviewboardrc file Key: HIVE-6481 URL: https://issues.apache.org/jira/browse/HIVE-6481 Project: Hive Issue Type: Improvement

[jira] [Updated] (HIVE-6482) Fix NOTICE file: pre release task

2014-02-21 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-6482: Attachment: HIVE-6482.1.patch Fix NOTICE file: pre release task -

[jira] [Commented] (HIVE-6482) Fix NOTICE file: pre release task

2014-02-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908884#comment-13908884 ] Thejas M Nair commented on HIVE-6482: - All these libraries except for jersey are under

[jira] [Commented] (HIVE-6482) Fix NOTICE file: pre release task

2014-02-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908887#comment-13908887 ] Thejas M Nair commented on HIVE-6482: - I mean to say that we can remove all the notices

[jira] [Updated] (HIVE-6468) HS2 out of memory error when curl sends a get request

2014-02-21 Thread Abin Shahab (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abin Shahab updated HIVE-6468: -- Description: We see an out of memory error when we run simple beeline calls. (The

[jira] [Updated] (HIVE-6461) Run Release Audit tool, fix missing license issues

2014-02-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-6461: Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch Available)

[jira] [Updated] (HIVE-3635) allow 't', 'T', '1', 'f', 'F', and '0' to be allowable true/false values for the boolean hive type

2014-02-21 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-3635: -- Status: Patch Available (was: Open) allow 't', 'T', '1', 'f', 'F', and '0' to be allowable

[jira] [Updated] (HIVE-3635) allow 't', 'T', '1', 'f', 'F', and '0' to be allowable true/false values for the boolean hive type

2014-02-21 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-3635: -- Attachment: HIVE-3635.1.patch Patch #1 is based on #0, but provides configuration parameter and test.

[jira] [Created] (HIVE-6483) Hive on Tez - Hive should create different payloads for inputs and outputs

2014-02-21 Thread Bikas Saha (JIRA)
Bikas Saha created HIVE-6483: Summary: Hive on Tez - Hive should create different payloads for inputs and outputs Key: HIVE-6483 URL: https://issues.apache.org/jira/browse/HIVE-6483 Project: Hive

Re: Review Request 18377: HIVE-6481. Add .reviewboardrc file

2014-02-21 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18377/#review35201 --- Looks good. Minor question: do we need to put Apache license header

[jira] [Updated] (HIVE-5950) ORC SARG creation fails with NPE for predicate conditions with decimal/date/char/varchar datatypes

2014-02-21 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-5950: - Attachment: HIVE-5950.4.patch Refreshed the patch to trunk. ORC SARG creation fails with NPE for

Re: Review Request 18185: Support Kerberos HTTP authentication for HiveServer2 running in http mode

2014-02-21 Thread Thejas Nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18185/#review35196 --- jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java

Review Request 18382: HIVE-3635: allow 't', 'T', '1', 'f', 'F', and '0' to be allowable true/false values for the boolean hive type

2014-02-21 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18382/ --- Review request for hive. Bugs: HIVE-3635

Re: Review Request 18382: HIVE-3635: allow 't', 'T', '1', 'f', 'F', and '0' to be allowable true/false values for the boolean hive type

2014-02-21 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18382/ --- (Updated Feb. 21, 2014, 11:09 p.m.) Review request for hive. Bugs: HIVE-3635

[jira] [Updated] (HIVE-3635) allow 't', 'T', '1', 'f', 'F', and '0' to be allowable true/false values for the boolean hive type

2014-02-21 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-3635: -- Attachment: HIVE-3635.2.patch Patch #2 removed trailing spaces and added missing data file. allow

[jira] [Commented] (HIVE-6380) Specify jars/files when creating permanent UDFs

2014-02-21 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13909018#comment-13909018 ] Hive QA commented on HIVE-6380: --- {color:red}Overall{color}: -1 at least one tests failed

[jira] [Commented] (HIVE-6380) Specify jars/files when creating permanent UDFs

2014-02-21 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13909026#comment-13909026 ] Jason Dere commented on HIVE-6380: -- It looks like those 2 failures are due to HIVE-6479

[jira] [Created] (HIVE-6484) HiveServer2 doAs should be session aware both for secured and unsecured session implementation.

2014-02-21 Thread Vaibhav Gumashta (JIRA)
Vaibhav Gumashta created HIVE-6484: -- Summary: HiveServer2 doAs should be session aware both for secured and unsecured session implementation. Key: HIVE-6484 URL: https://issues.apache.org/jira/browse/HIVE-6484

[jira] [Updated] (HIVE-6380) Specify jars/files when creating permanent UDFs

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

[jira] [Commented] (HIVE-6484) HiveServer2 doAs should be session aware both for secured and unsecured session implementation.

2014-02-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13909041#comment-13909041 ] Thejas M Nair commented on HIVE-6484: - The FS instance leak described in HIVE-4501 can

[jira] [Commented] (HIVE-6439) Introduce CBO step in Semantic Analyzer

2014-02-21 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13909040#comment-13909040 ] Ashutosh Chauhan commented on HIVE-6439: Is plan to get CBO optimizer work in 0.13

[jira] [Updated] (HIVE-5176) Wincompat : Changes for allowing various path compatibilities with Windows

2014-02-21 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-5176: - Attachment: HIVE-5176.3.patch patch v3. Pulled out many changes which look like they do the equivalent

[jira] [Updated] (HIVE-6434) Restrict function create/drop to admin roles

2014-02-21 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-6434: - Attachment: HIVE-6434.3.patch rebased with trunk - patch v3 Restrict function create/drop to admin

[jira] [Updated] (HIVE-6434) Restrict function create/drop to admin roles

2014-02-21 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-6434: - Release Note: Restrict function create/drop to admin roles, if sql std auth is enabled. This would

Re: Review Request 18162: HIVE-6434: Restrict function create/drop to admin roles

2014-02-21 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18162/ --- (Updated Feb. 22, 2014, 12:54 a.m.) Review request for hive and Thejas Nair.

[jira] [Commented] (HIVE-6434) Restrict function create/drop to admin roles

2014-02-21 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13909068#comment-13909068 ] Jason Dere commented on HIVE-6434: -- patch v3 also only restricts create/drop of metastore

[jira] [Updated] (HIVE-6434) Restrict function create/drop to admin roles

2014-02-21 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-6434: - Status: Patch Available (was: Open) Restrict function create/drop to admin roles

[jira] [Updated] (HIVE-6458) Add schema upgrade scripts for metastore changes related to permanent functions

2014-02-21 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-6458: - Attachment: HIVE-6458.1.patch Add schema upgrade scripts for metastore changes related to permanent

[jira] [Commented] (HIVE-6439) Introduce CBO step in Semantic Analyzer

2014-02-21 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13909075#comment-13909075 ] Harish Butani commented on HIVE-6439: - yes agreed, let's add this post hive 0.13

[jira] [Updated] (HIVE-6458) Add schema upgrade scripts for metastore changes related to permanent functions

2014-02-21 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-6458: - Assignee: Jason Dere Status: Patch Available (was: Open) Add schema upgrade scripts for metastore

[jira] [Created] (HIVE-6485) Downgrade to httpclient-4.2.5 in JDBC from httpclient-4.3.2

2014-02-21 Thread Vaibhav Gumashta (JIRA)
Vaibhav Gumashta created HIVE-6485: -- Summary: Downgrade to httpclient-4.2.5 in JDBC from httpclient-4.3.2 Key: HIVE-6485 URL: https://issues.apache.org/jira/browse/HIVE-6485 Project: Hive

Re: Timeline for the Hive 0.13 release?

2014-02-21 Thread Lefty Leverenz
That's appropriate -- let the Hive release march forth on March 4th. -- Lefty On Fri, Feb 21, 2014 at 4:04 PM, Harish Butani hbut...@hortonworks.comwrote: Ok,let’s set it for March 4th . regards, Harish. On Feb 21, 2014, at 12:14 PM, Brock Noland br...@cloudera.com wrote: Might as

Re: Review Request 18208: Support LDAP authentication for HiveServer2 in http mode

2014-02-21 Thread Thejas Nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18208/#review35224 --- service/src/java/org/apache/hive/service/auth/HttpAuthHelper.java

Review Request 18390: HS2 should return describe table results without space padding

2014-02-21 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18390/ --- Review request for hive and Thejas Nair. Bugs: HIVE-4545

[jira] [Updated] (HIVE-4545) HS2 should return describe table results without space padding

2014-02-21 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-4545: --- Attachment: HIVE-4545.5.patch New Rb link: https://reviews.apache.org/r/18390/ (couldn't

[jira] [Updated] (HIVE-4545) HS2 should return describe table results without space padding

2014-02-21 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-4545: --- Status: Patch Available (was: Open) HS2 should return describe table results without space

Re: Review Request 18390: HS2 should return describe table results without space padding

2014-02-21 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18390/ --- (Updated Feb. 22, 2014, 2:22 a.m.) Review request for hive, Gunther Hagleitner

[jira] [Commented] (HIVE-4545) HS2 should return describe table results without space padding

2014-02-21 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13909164#comment-13909164 ] Vaibhav Gumashta commented on HIVE-4545: [~hagleitn] Whenever you get time, the

[jira] [Updated] (HIVE-6343) Allow Hive client to load hdfs paths from hive aux jars

2014-02-21 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-6343: - Attachment: HIVE-6343.1.patch Attaching patch v1. One thing I'm unsure about is how many times the remote

[jira] [Commented] (HIVE-6084) WebHCat TestStreaming_2 e2e test should return FAILURE after HIVE-5511

2014-02-21 Thread Hari Sankar Sivarama Subramaniyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13909177#comment-13909177 ] Hari Sankar Sivarama Subramaniyan commented on HIVE-6084: - Patch

[jira] [Commented] (HIVE-6429) MapJoinKey has large memory overhead in typical cases

2014-02-21 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13909178#comment-13909178 ] Sergey Shelukhin commented on HIVE-6429: Grafting this onto binarysortableserde

[jira] [Updated] (HIVE-6084) WebHCat TestStreaming_2 e2e test should return FAILURE after HIVE-5511

2014-02-21 Thread Hari Sankar Sivarama Subramaniyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Sankar Sivarama Subramaniyan updated HIVE-6084: Attachment: HIVE-6084.1.patch cc [~sushanth] and

[jira] [Updated] (HIVE-6455) Scalable dynamic partitioning and bucketing optimization

2014-02-21 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-6455: - Attachment: HIVE-6455.7.patch Added a fix that solved an issue with stats aggregation when stats

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

2014-02-21 Thread Shivaraju Gowda (JIRA)
Shivaraju Gowda created HIVE-6486: - Summary: Support secure Subject.doAs() in HiveServer2 JDBC client. Key: HIVE-6486 URL: https://issues.apache.org/jira/browse/HIVE-6486 Project: Hive Issue

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

2014-02-21 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: -- Status: Patch Available (was: Open) Usage : Add identityContext=fromKerberosSubject in the

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

2014-02-21 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: -- Status: Open (was: Patch Available) Support secure Subject.doAs() in HiveServer2 JDBC client.

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

2014-02-21 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: -- Status: Patch Available (was: Open) The attached patch Hive_011_Support-Subject_doAS.patch

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

2014-02-21 Thread Shivaraju Gowda (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13909225#comment-13909225 ] Shivaraju Gowda commented on HIVE-6486: --- Other than the use case in the Description

Re: Precommit queue

2014-02-21 Thread Thejas Nair
Hi Brock, Do you know why the tests are taking almost twice as long in recent runs ? Is it related to the ec2 spot price spikes ? Thanks, Thejas On Fri, Feb 21, 2014 at 7:11 AM, Brock Noland br...@cloudera.com wrote: There was a ec2 spot price spike overnight which combined with everyone

[jira] [Commented] (HIVE-6393) Support unqualified column references in Joining conditions

2014-02-21 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13909267#comment-13909267 ] Hive QA commented on HIVE-6393: --- {color:red}Overall{color}: -1 at least one tests failed

[jira] [Commented] (HIVE-6429) MapJoinKey has large memory overhead in typical cases

2014-02-21 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13909268#comment-13909268 ] Lefty Leverenz commented on HIVE-6429: -- *hive.mapjoin.optimized.keys* needs a

[jira] [Commented] (HIVE-6037) Synchronize HiveConf with hive-default.xml.template and support show conf

2014-02-21 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13909274#comment-13909274 ] Lefty Leverenz commented on HIVE-6037: -- I'm keeping a list of new configuration

Re: Review Request 18230: HIVE-6429 MapJoinKey has large memory overhead in typical cases

2014-02-21 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18230/ --- (Updated Feb. 22, 2014, 7:34 a.m.) Review request for hive, Gunther Hagleitner

[jira] [Updated] (HIVE-6429) MapJoinKey has large memory overhead in typical cases

2014-02-21 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6429: --- Attachment: HIVE-6429.04.patch for now address the other feedback... I will have separate

[jira] [Commented] (HIVE-6380) Specify jars/files when creating permanent UDFs

2014-02-21 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13909295#comment-13909295 ] Lefty Leverenz commented on HIVE-6380: -- This needs documentation. If you add a