[jira] [Resolved] (HIVE-2249) When creating constant expression for numbers, try to infer type from another comparison operand, instead of trying to use integer first, and then long and double

2012-01-30 Thread Siying Dong (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong resolved HIVE-2249. --- Resolution: Fixed > When creating constant expression for numbers, try to infer type from another

[jira] [Commented] (HIVE-2249) When creating constant expression for numbers, try to infer type from another comparison operand, instead of trying to use integer first, and then long and double

2012-01-30 Thread Siying Dong (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196740#comment-13196740 ] Siying Dong commented on HIVE-2249: --- committed. Thanks Zhiqiu! > When cr

[jira] [Updated] (HIVE-2612) support hive table/partitions coexistes in more than one clusters

2012-01-30 Thread He Yongqiang (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-2612: --- Attachment: HIVE-2612.1.patch a preliminary patch. Namit will take over the development. Things left

[jira] [Updated] (HIVE-2249) When creating constant expression for numbers, try to infer type from another comparison operand, instead of trying to use integer first, and then long and double

2012-01-30 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2249: -- Attachment: HIVE-2249.D1383.4.patch zhiqiu updated the revision "HIVE-2249 [jira] When creating constant

Re: HCat security design

2012-01-30 Thread Enis Söztutar
Oh, I though you were referring to the commands at the background section. Anyway, I've added 'RW' there. Thanks, Enis On Mon, Jan 30, 2012 at 6:21 PM, Ted Yu wrote: > I meant to say that the following example should be modified: > > grant '@goo' 'hbase_table' > > > > On Mon, Jan 30, 2012 at 5:

Re: HCat security design

2012-01-30 Thread Ted Yu
I meant to say that the following example should be modified: grant '@goo' 'hbase_table' On Mon, Jan 30, 2012 at 5:06 PM, Enis Söztutar wrote: > Yeah, but column family and column qualifier are optional. > > On Mon, Jan 30, 2012 at 5:03 PM, Ted Yu wrote: > > > Thanks for the heads up. > > Ac

[jira] [Commented] (HIVE-2743) Enable SASL mode for HiveServer

2012-01-30 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196627#comment-13196627 ] Carl Steinbach commented on HIVE-2743: -- I'm planning to work on it, but probably won't

[jira] [Commented] (HIVE-2743) Enable SASL mode for HiveServer

2012-01-30 Thread Enis Soztutar (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196621#comment-13196621 ] Enis Soztutar commented on HIVE-2743: - Carl, will you work on this? >

[jira] [Created] (HIVE-2765) hbase handler uses ZooKeeperConnectionException which is not compatible with HBase versions other than 0.89

2012-01-30 Thread Pei Yue (Created) (JIRA)
hbase handler uses ZooKeeperConnectionException which is not compatible with HBase versions other than 0.89 Key: HIVE-2765 URL: https://issues.apache.org

[jira] [Assigned] (HIVE-2743) Enable SASL mode for HiveServer

2012-01-30 Thread Carl Steinbach (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach reassigned HIVE-2743: Assignee: Carl Steinbach > Enable SASL mode for HiveServer > ---

[jira] [Created] (HIVE-2764) Obtain delegation tokens for MR jobs in secure hbase setup

2012-01-30 Thread Enis Soztutar (Created) (JIRA)
Obtain delegation tokens for MR jobs in secure hbase setup Key: HIVE-2764 URL: https://issues.apache.org/jira/browse/HIVE-2764 Project: Hive Issue Type: Improvement Com

Re: HCat security design

2012-01-30 Thread Enis Söztutar
Yeah, but column family and column qualifier are optional. On Mon, Jan 30, 2012 at 5:03 PM, Ted Yu wrote: > Thanks for the heads up. > According to src/main/ruby/shell/commands/grant.rb, the syntax for grant in > HBase should be: >hbase> grant 'bobsmith', 'RW', 't1', 'f1', 'col1' > > Cheers

Re: HCat security design

2012-01-30 Thread Ted Yu
Thanks for the heads up. According to src/main/ruby/shell/commands/grant.rb, the syntax for grant in HBase should be: hbase> grant 'bobsmith', 'RW', 't1', 'f1', 'col1' Cheers On Mon, Jan 30, 2012 at 4:51 PM, Enis Söztutar wrote: > Hi devs, > > We have been spending some time to figure out h

HCat security design

2012-01-30 Thread Enis Söztutar
Hi devs, We have been spending some time to figure out how to approach security related issues in Hcat/Hive + HBase and Hdfs. There has already been great work, but there is still some issues to be done. I created a wiki page at https://cwiki.apache.org/confluence/display/HCATALOG/Hcat+Security+De

[jira] [Created] (HIVE-2763) CREATE TABLE IF NOT EXISTS should match schemas.

2012-01-30 Thread Adam Kramer (Created) (JIRA)
CREATE TABLE IF NOT EXISTS should match schemas. Key: HIVE-2763 URL: https://issues.apache.org/jira/browse/HIVE-2763 Project: Hive Issue Type: Improvement Reporter: Adam Kramer C

[jira] [Updated] (HIVE-2689) ObjectInspectorConverters cannot convert Void types to Array/Map/Struct types.

2012-01-30 Thread Jonathan Chang (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Chang updated HIVE-2689: - Status: Patch Available (was: Open) > ObjectInspectorConverters cannot convert Void types to

[jira] [Updated] (HIVE-2656) Add a command line flag to specify a jar whence to load UDFs

2012-01-30 Thread Jonathan Chang (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Chang updated HIVE-2656: - Status: Patch Available (was: Open) > Add a command line flag to specify a jar whence to load

[jira] [Updated] (HIVE-2655) Ability to define functions in HQL

2012-01-30 Thread Jonathan Chang (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Chang updated HIVE-2655: - Status: Patch Available (was: Open) > Ability to define functions in HQL > --

[jira] [Updated] (HIVE-2714) Lots of special characters are not handled in LIKE

2012-01-30 Thread Jonathan Chang (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Chang updated HIVE-2714: - Status: Patch Available (was: Open) > Lots of special characters are not handled in LIKE > --

[jira] [Updated] (HIVE-2726) COALESCE(NULL, NULL) NPEs

2012-01-30 Thread Jonathan Chang (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Chang updated HIVE-2726: - Assignee: Jonathan Chang Status: Patch Available (was: Open) > COALESCE(NULL, NULL) NPE

[jira] [Commented] (HIVE-2749) CONV returns incorrect results sometimes

2012-01-30 Thread Jonathan Chang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196549#comment-13196549 ] Jonathan Chang commented on HIVE-2749: -- Oh sorry, I thought that was only for when the

[jira] [Updated] (HIVE-2749) CONV returns incorrect results sometimes

2012-01-30 Thread Jonathan Chang (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Chang updated HIVE-2749: - Assignee: Jonathan Chang Status: Patch Available (was: Open) > CONV returns incorrect r

[jira] [Commented] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

2012-01-30 Thread Phabricator (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196536#comment-13196536 ] Phabricator commented on HIVE-2762: --- kevinwilfong has commented on the revision "HIVE-276

[jira] [Updated] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

2012-01-30 Thread Kevin Wilfong (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Wilfong updated HIVE-2762: Status: Patch Available (was: Open) > Alter Table Partition Concatenate Fails On Certain Charac

[jira] [Updated] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

2012-01-30 Thread Kevin Wilfong (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Wilfong updated HIVE-2762: Attachment: HIVE-2762.1.patch.txt > Alter Table Partition Concatenate Fails On Certain Character

[jira] [Commented] (HIVE-2249) When creating constant expression for numbers, try to infer type from another comparison operand, instead of trying to use integer first, and then long and double

2012-01-30 Thread Phabricator (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196535#comment-13196535 ] Phabricator commented on HIVE-2249: --- stuart983 has accepted the revision "HIVE-2249 [jira

[jira] [Updated] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

2012-01-30 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2762: -- Attachment: HIVE-2762.D1533.2.patch kevinwilfong updated the revision "HIVE-2762 [jira] Alter Table Part

[jira] [Updated] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

2012-01-30 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2762: -- Attachment: HIVE-2762.D1533.1.patch kevinwilfong requested code review of "HIVE-2762 [jira] Alter Table

[jira] [Assigned] (HIVE-2249) When creating constant expression for numbers, try to infer type from another comparison operand, instead of trying to use integer first, and then long and double

2012-01-30 Thread Siying Dong (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong reassigned HIVE-2249: - Assignee: Zhiqiu Kong (was: Joseph Barillari) > When creating constant expression for numbers

[jira] [Commented] (HIVE-2749) CONV returns incorrect results sometimes

2012-01-30 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196528#comment-13196528 ] Carl Steinbach commented on HIVE-2749: -- Great! Can you change the status to "Patch Ava

[jira] [Created] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

2012-01-30 Thread Kevin Wilfong (Created) (JIRA)
Alter Table Partition Concatenate Fails On Certain Characters - Key: HIVE-2762 URL: https://issues.apache.org/jira/browse/HIVE-2762 Project: Hive Issue Type: Bug Reporte

[jira] [Issue Comment Edited] (HIVE-2612) support hive table/partitions coexistes in more than one clusters

2012-01-30 Thread Namit Jain (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196447#comment-13196447 ] Namit Jain edited comment on HIVE-2612 at 1/30/12 9:41 PM: --- bq. w

[jira] [Issue Comment Edited] (HIVE-2612) support hive table/partitions coexistes in more than one clusters

2012-01-30 Thread Namit Jain (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196447#comment-13196447 ] Namit Jain edited comment on HIVE-2612 at 1/30/12 9:40 PM: --- .bq.

[jira] [Commented] (HIVE-2612) support hive table/partitions coexistes in more than one clusters

2012-01-30 Thread Namit Jain (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196447#comment-13196447 ] Namit Jain commented on HIVE-2612: -- .bq write is only allowed in this cluster for table C1

[jira] [Commented] (HIVE-2749) CONV returns incorrect results sometimes

2012-01-30 Thread Jonathan Chang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196446#comment-13196446 ] Jonathan Chang commented on HIVE-2749: -- Yep! > CONV returns incorrect

[jira] [Commented] (HIVE-2753) Remove empty java files

2012-01-30 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196428#comment-13196428 ] Carl Steinbach commented on HIVE-2753: -- @Owen: Can you try submitting this patch with

[jira] [Commented] (HIVE-2749) CONV returns incorrect results sometimes

2012-01-30 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196426#comment-13196426 ] Carl Steinbach commented on HIVE-2749: -- Is this ready for review? > C

[jira] [Commented] (HIVE-2612) support hive table/partitions coexistes in more than one clusters

2012-01-30 Thread Namit Jain (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196422#comment-13196422 ] Namit Jain commented on HIVE-2612: -- bq. A table T1's primary cluster is C1 meaning :1) C1

Hive-0.8.1-SNAPSHOT-h0.21 - Build # 180 - Fixed

2012-01-30 Thread Apache Jenkins Server
Changes for Build #179 Changes for Build #180 All tests passed The Apache Jenkins build system has built Hive-0.8.1-SNAPSHOT-h0.21 (build #180) Status: Fixed Check console output at https://builds.apache.org/job/Hive-0.8.1-SNAPSHOT-h0.21/180/ to view the results.

Hive-trunk-h0.21 - Build # 1232 - Still Failing

2012-01-30 Thread Apache Jenkins Server
Changes for Build #1189 Changes for Build #1190 [amareshwari] HIVE-2629. Make a single Hive binary work with both 0.20.x and 0.23.0. (Thomas Weise via amareshwari) Changes for Build #1191 [amareshwari] HIVE-2629. Reverting previous commit Changes for Build #1192 [heyongqiang] HIVE-2706 [jira]

[jira] [Updated] (HIVE-2577) Expose the HiveConf in HiveConnection API

2012-01-30 Thread Updated
[ https://issues.apache.org/jira/browse/HIVE-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Lalevée updated HIVE-2577: -- Affects Version/s: 0.8.0 Status: Patch Available (was: Open) > Expose the Hi

[jira] [Updated] (HIVE-2576) HiveDataSource doesn't get a proper connection

2012-01-30 Thread Updated
[ https://issues.apache.org/jira/browse/HIVE-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Lalevée updated HIVE-2576: -- Affects Version/s: 0.8.0 Status: Patch Available (was: Open) > HiveDataSourc

[jira] [Updated] (HIVE-2738) NPE in ExprNodeGenericFuncEvaluator

2012-01-30 Thread Updated
[ https://issues.apache.org/jira/browse/HIVE-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Lalevée updated HIVE-2738: -- Status: Patch Available (was: Open) > NPE in ExprNodeGenericFuncEvaluator > ---

[jira] [Updated] (HIVE-2738) NPE in ExprNodeGenericFuncEvaluator

2012-01-30 Thread Updated
[ https://issues.apache.org/jira/browse/HIVE-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Lalevée updated HIVE-2738: -- Attachment: HIVE-2738-r1237763.patch > NPE in ExprNodeGenericFuncEvaluator > ---

[jira] [Commented] (HIVE-2738) NPE in ExprNodeGenericFuncEvaluator

2012-01-30 Thread Commented
[ https://issues.apache.org/jira/browse/HIVE-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196216#comment-13196216 ] Nicolas Lalevée commented on HIVE-2738: --- Actually there was some classpath issues, th

[jira] [Updated] (HIVE-2604) Add UberCompressor Serde/Codec to contrib which allows per-column compression strategies

2012-01-30 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2604: -- Attachment: HIVE-2604.D1011.2.patch krishnakumar updated the revision "HIVE-2604 [jira] Add UberCompress

Hive-trunk-h0.21 - Build # 1231 - Still Failing

2012-01-30 Thread Apache Jenkins Server
Changes for Build #1189 Changes for Build #1190 [amareshwari] HIVE-2629. Make a single Hive binary work with both 0.20.x and 0.23.0. (Thomas Weise via amareshwari) Changes for Build #1191 [amareshwari] HIVE-2629. Reverting previous commit Changes for Build #1192 [heyongqiang] HIVE-2706 [jira]

[jira] [Updated] (HIVE-2750) Hive multi group by single reducer optimization causes invalid column reference error

2012-01-30 Thread Amareshwari Sriramadasu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amareshwari Sriramadasu updated HIVE-2750: -- Resolution: Fixed Fix Version/s: 0.9.0 Status: Resolved (was: