[jira] [Updated] (HIVE-1803) Implement bitmap indexing in Hive

2011-03-24 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-1803: - Status: Open (was: Patch Available) > Implement bitmap indexing in Hive > ---

Re: [VOTE] Hive 0.7.0 Release Candidate 1

2011-03-24 Thread Edward Capriolo
Release looks great many great new features +1. Good work all. On Sun, Mar 20, 2011 at 5:32 AM, Carl Steinbach wrote: > Hive 0.7.0 Release Candidate 1 is available here: > > http://people.apache.org/~cws/hive-0.7.0-candidate-1 > > We need 3 +1 votes from Hive PMC members in order to release. Plea

[jira] [Updated] (HIVE-2052) PostHook and PreHook API to add flag to indicate it is pre or post hook plus cache for content summary

2011-03-24 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2052: -- Resolution: Fixed Status: Resolved (was: Patch Available) > PostHook and PreHook API to add fla

[jira] [Resolved] (HIVE-2076) Provide Metastore upgrade scripts and default schemas for PostgreSQL

2011-03-24 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach resolved HIVE-2076. -- Resolution: Fixed Fix Version/s: 0.8.0 Hadoop Flags: [Reviewed] Committed to trunk.

[jira] [Updated] (HIVE-2076) Provide Metastore upgrade scripts and default schemas for PostgreSQL

2011-03-24 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2076: - Attachment: HIVE-2011.postgres.1.patch Copying over Yuanjun's patch from HIVE-2011. > Provide Met

[jira] [Created] (HIVE-2076) Provide Metastore upgrade scripts and default schemas for PostgreSQL

2011-03-24 Thread Carl Steinbach (JIRA)
Provide Metastore upgrade scripts and default schemas for PostgreSQL Key: HIVE-2076 URL: https://issues.apache.org/jira/browse/HIVE-2076 Project: Hive Issue Type: Task

Re: Meanings of privileges

2011-03-24 Thread yongqiang he
ALTER TABLE statement contains a lot of operations. it can be altering table's metadata or altering table's data, or create new partitions etc. So ALTER TABLE should not all have the identical privilege control. Each alter table operation has its own name internally in hive, so they can have more f

[jira] [Commented] (HIVE-1391) Various issues when using MS-SQL2005 as the Hive Metastore

2011-03-24 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010768#comment-13010768 ] Carl Steinbach commented on HIVE-1391: -- >From what I understand SQLServer has the noti

[jira] [Updated] (HIVE-2075) error in function count(distinct col)

2011-03-24 Thread Alexey Diomin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Diomin updated HIVE-2075: Description: select N.cl1, count(distinct N.cl2) as cl2count, N.cl3 from raw N grou

[jira] [Created] (HIVE-2075) error in function count(distinct col)

2011-03-24 Thread Alexey Diomin (JIRA)
error in function count(distinct col) -- Key: HIVE-2075 URL: https://issues.apache.org/jira/browse/HIVE-2075 Project: Hive Issue Type: Bug Components: Query Processor, Serializers/Deserializers

[jira] [Resolved] (HIVE-1966) mapjoin operator should not load hashtable for each new inputfile if the hashtable to be loaded is already there.

2011-03-24 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain resolved HIVE-1966. -- Resolution: Fixed Committed. Thanks Yongqiang > mapjoin operator should not load hashtable for each new

[jira] [Commented] (HIVE-1391) Various issues when using MS-SQL2005 as the Hive Metastore

2011-03-24 Thread Andy R (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010628#comment-13010628 ] Andy R commented on HIVE-1391: -- One thing i did notice in the logs 2011-03-24 10:06:58,5

[jira] [Updated] (HIVE-2074) The grant opration can't analyse string cantains "-"

2011-03-24 Thread Aaron Guo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Guo updated HIVE-2074: Component/s: Security Query Processor Affects Version/s: 0.7.0 > The grant

[jira] [Created] (HIVE-2074) The grant opration can't analyse string cantains "-"

2011-03-24 Thread Aaron Guo (JIRA)
The grant opration can't analyse string cantains "-" Key: HIVE-2074 URL: https://issues.apache.org/jira/browse/HIVE-2074 Project: Hive Issue Type: Bug Reporter: Aaron Guo

[jira] [Commented] (HIVE-1391) Various issues when using MS-SQL2005 as the Hive Metastore

2011-03-24 Thread Andy R (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010624#comment-13010624 ] Andy R commented on HIVE-1391: -- Hi, did anyone have much resolving this issue? I’m also exper

[jira] [Updated] (HIVE-2011) upgrade-0.6.0.mysql.sql script attempts to increase size of PK COLUMNS.TYPE_NAME to 4000

2011-03-24 Thread Yuanjun Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuanjun Li updated HIVE-2011: - Attachment: HIVE-2011.postgres.1.patch > upgrade-0.6.0.mysql.sql script attempts to increase size of PK >

[jira] [Updated] (HIVE-2066) Metastore Schema Scripts

2011-03-24 Thread Yuanjun Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuanjun Li updated HIVE-2066: - Attachment: hive-schema-0.7.0.postgres.sql hive-schema-0.6.0.postgres.sql h

[jira] [Updated] (HIVE-2066) Metastore Schema Scripts

2011-03-24 Thread Yuanjun Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuanjun Li updated HIVE-2066: - Attachment: hive-schema-0.3.0.postgres.sql > Metastore Schema Scripts > > >