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

2011-04-21 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023121#comment-13023121 ] John Sichi commented on HIVE-1803: -- Yeah, I can give it a try and see if it passes. > Imp

[jira] [Commented] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023106#comment-13023106 ] jirapos...@reviews.apache.org commented on HIVE-2123: - ---

Re: Review Request: CommandNeedRetryException needs release locks and some related code cleaning up

2011-04-21 Thread Siying Dong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/646/ --- (Updated 2011-04-22 04:22:16.136899) Review request for hive, Yongqiang He and na

[jira] [Updated] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2123: -- Attachment: HIVE-2123.2.patch > CommandNeedRetryException needs release locks >

[jira] [Updated] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2123: -- Attachment: (was: HIVE-2123.2.patch) > CommandNeedRetryException needs release locks > -

[jira] [Updated] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2123: -- Attachment: HIVE-2123.2.patch I changed Driver.execute() not to throw any exception. CommandNeedRetryEx

[jira] [Commented] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023102#comment-13023102 ] jirapos...@reviews.apache.org commented on HIVE-2123: - ---

Re: Review Request: CommandNeedRetryException needs release locks and some related code cleaning up

2011-04-21 Thread Siying Dong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/646/#review529 --- trunk/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java

[jira] [Updated] (HIVE-2124) Specified functions in the partitioning predicates should not generate a M/R job.

2011-04-21 Thread Esteban Gutierrez (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Gutierrez updated HIVE-2124: Description: For certain situations specifying which functions should be evaluated once wou

[jira] [Updated] (HIVE-1644) use filter pushdown for automatically accessing indexes

2011-04-21 Thread Russell Melick (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Russell Melick updated HIVE-1644: - Attachment: HIVE-1644.15.patch HIVE-1644.15.patch Few remaining comments on reviewboard. > use f

[jira] [Commented] (HIVE-1644) use filter pushdown for automatically accessing indexes

2011-04-21 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023098#comment-13023098 ] jirapos...@reviews.apache.org commented on HIVE-1644: - ---

Re: Review Request: HIVE-1644 Use filter pushdown for automatically accessing indexes

2011-04-21 Thread Russell Melick
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/558/ --- (Updated 2011-04-22 03:50:54.602032) Review request for hive. Changes ---

Re: Review Request: HIVE-1644 Use filter pushdown for automatically accessing indexes

2011-04-21 Thread Russell Melick
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/558/#review528 --- ql/src/java/org/apache/hadoop/hive/ql/index/compact/CompactIndexHandler

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

2011-04-21 Thread Marquis Wang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023097#comment-13023097 ] Marquis Wang commented on HIVE-1803: I don't see anything that needs to be deleted in m

[jira] [Commented] (HIVE-1644) use filter pushdown for automatically accessing indexes

2011-04-21 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023096#comment-13023096 ] jirapos...@reviews.apache.org commented on HIVE-1644: - ---

[jira] [Created] (HIVE-2124) Specified functions in the partitioning predicates should not generate a M/R job.

2011-04-21 Thread Esteban Gutierrez (JIRA)
Specified functions in the partitioning predicates should not generate a M/R job. - Key: HIVE-2124 URL: https://issues.apache.org/jira/browse/HIVE-2124 Project: Hive

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

2011-04-21 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023095#comment-13023095 ] John Sichi commented on HIVE-1803: -- I noticed that in one of my attempts with your previou

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

2011-04-21 Thread Marquis Wang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marquis Wang updated HIVE-1803: --- Attachment: HIVE-1803.12.patch New patch that implements John's suggestions about adding the hive.exe

[jira] [Commented] (HIVE-2038) Metastore listener

2011-04-21 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023084#comment-13023084 ] Ashutosh Chauhan commented on HIVE-2038: bq. We need to discuss what "finalizing" a

[jira] [Commented] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023056#comment-13023056 ] jirapos...@reviews.apache.org commented on HIVE-2123: - ---

[jira] [Commented] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023057#comment-13023057 ] Carl Steinbach commented on HIVE-2123: -- @Yongqiang: Please give Siying a chance to res

Re: Review Request: CommandNeedRetryException needs release locks and some related code cleaning up

2011-04-21 Thread Carl Steinbach
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/646/#review527 --- trunk/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java

[jira] [Commented] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023054#comment-13023054 ] He Yongqiang commented on HIVE-2123: +1, running tests > CommandNeedRetryException nee

[jira] [Commented] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023049#comment-13023049 ] jirapos...@reviews.apache.org commented on HIVE-2123: - ---

Review Request: CommandNeedRetryException needs release locks and some related code cleaning up

2011-04-21 Thread Siying Dong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/646/ --- Review request for hive, Yongqiang He and namit jain. Summary --- now when C

[jira] [Commented] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023044#comment-13023044 ] He Yongqiang commented on HIVE-2123: i will take a look. > CommandNeedRetryException n

[jira] [Commented] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023045#comment-13023045 ] He Yongqiang commented on HIVE-2123: can you create a review board for this one? > Com

[jira] [Updated] (HIVE-2117) insert overwrite ignoring partition location

2011-04-21 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated HIVE-2117: --- Priority: Blocker (was: Critical) Affects Version/s: 0.8.0 > insert overwrite ignoring p

[jira] [Updated] (HIVE-2117) insert overwrite ignoring partition location

2011-04-21 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated HIVE-2117: --- Attachment: HIVE-2117_br07.patch This patch is a work in progress, it resolves this jira in branch 0.7

[jira] [Commented] (HIVE-2038) Metastore listener

2011-04-21 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023037#comment-13023037 ] jirapos...@reviews.apache.org commented on HIVE-2038: - ---

Re: Review Request: Addressing Carl's comments.

2011-04-21 Thread Carl Steinbach
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/618/#review526 --- trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java

[jira] [Updated] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2123: -- Assignee: Siying Dong Status: Patch Available (was: Open) > CommandNeedRetryException needs relea

[jira] [Commented] (HIVE-2038) Metastore listener

2011-04-21 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023036#comment-13023036 ] jirapos...@reviews.apache.org commented on HIVE-2038: - bq. On 2011-0

[jira] [Updated] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2123: -- Attachment: HIVE-2123.1.patch > CommandNeedRetryException needs release locks >

Re: Review Request: Addressing Carl's comments.

2011-04-21 Thread Carl Steinbach
> On 2011-04-21 22:51:56, Carl Steinbach wrote: > > trunk/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreEventListener.java, > > line 41 > > > > > > Instead of passing in raw Table/Partition/Database objects

[jira] [Updated] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2123: -- Attachment: (was: HIVE-2123.1.patch) > CommandNeedRetryException needs release locks > -

[jira] [Updated] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2123: -- Attachment: HIVE-2123.1.patch > CommandNeedRetryException needs release locks >

[jira] [Created] (HIVE-2123) CommandNeedRetryException needs release locks

2011-04-21 Thread Siying Dong (JIRA)
CommandNeedRetryException needs release locks - Key: HIVE-2123 URL: https://issues.apache.org/jira/browse/HIVE-2123 Project: Hive Issue Type: Bug Reporter: Siying Dong now when Comman

[jira] [Commented] (HIVE-2038) Metastore listener

2011-04-21 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022969#comment-13022969 ] jirapos...@reviews.apache.org commented on HIVE-2038: - ---

[jira] [Updated] (HIVE-2038) Metastore listener

2011-04-21 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2038: - Status: Open (was: Patch Available) @Ashutosh: please see my comments here: https://reviews.apach

Re: Review Request: Addressing Carl's comments.

2011-04-21 Thread Carl Steinbach
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/618/#review522 --- trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore

[jira] [Commented] (HIVE-2093) create/drop database should populate inputs/outputs and check concurrency and user permission

2011-04-21 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022958#comment-13022958 ] jirapos...@reviews.apache.org commented on HIVE-2093: - bq. On 2011-0

[jira] [Commented] (HIVE-2093) create/drop database should populate inputs/outputs and check concurrency and user permission

2011-04-21 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022959#comment-13022959 ] jirapos...@reviews.apache.org commented on HIVE-2093: - ---

[jira] [Updated] (HIVE-2093) create/drop database should populate inputs/outputs and check concurrency and user permission

2011-04-21 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2093: -- Status: Patch Available (was: Open) > create/drop database should populate inputs/outputs and check con

Re: Review Request: review board for HIVE-2093

2011-04-21 Thread Siying Dong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/566/ --- (Updated 2011-04-21 22:21:03.518662) Review request for hive, Yongqiang He and na

Re: Review Request: review board for HIVE-2093

2011-04-21 Thread Siying Dong
> On 2011-04-21 07:41:22, Carl Steinbach wrote: > > trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java, line 2080 > > > > > > Same deal here. Can you change this to return a boolean value? I'm going to follow

[jira] [Updated] (HIVE-2093) create/drop database should populate inputs/outputs and check concurrency and user permission

2011-04-21 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2093: -- Attachment: (was: HIVE.2093.4.patch) > create/drop database should populate inputs/outputs and check

[jira] [Updated] (HIVE-2093) create/drop database should populate inputs/outputs and check concurrency and user permission

2011-04-21 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2093: -- Attachment: HIVE.2093.5.patch > create/drop database should populate inputs/outputs and check concurrenc

[jira] [Updated] (HIVE-2093) create/drop database should populate inputs/outputs and check concurrency and user permission

2011-04-21 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2093: -- Attachment: HIVE.2093.4.patch address Carl's comments. > create/drop database should populate inputs/ou

Building Hive using Eclipse on PC

2011-04-21 Thread Shyam Sarkar
Hello, I used Eclipse to get Hive through SVN (on my PC) following instructions at: http://hadoop.apache.org/ . However, I cannot build Hive through Eclipse (not getting 'Build Project'). Is there Wiki anywhere about 'Build Hive' ? Can anyone help ? Thanks, S. Sarkar

[jira] [Commented] (HIVE-2090) Add "DROP DATABASE ... CASCADE/RESTRICT"

2011-04-21 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022880#comment-13022880 ] Carl Steinbach commented on HIVE-2090: -- I'm running tests now. > Add "DROP DATABASE .

[jira] [Updated] (HIVE-2090) Add "DROP DATABASE ... CASCADE/RESTRICT"

2011-04-21 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2090: -- Status: Patch Available (was: Open) > Add "DROP DATABASE ... CASCADE/RESTRICT" > --

[jira] [Updated] (HIVE-2090) Add "DROP DATABASE ... CASCADE/RESTRICT"

2011-04-21 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2090: -- Attachment: HIVE-2090.7.patch rebase > Add "DROP DATABASE ... CASCADE/RESTRICT" > -

[jira] [Created] (HIVE-2122) Remove usage of deprecated methods from org.apache.hadoop.io package

2011-04-21 Thread Amareshwari Sriramadasu (JIRA)
Remove usage of deprecated methods from org.apache.hadoop.io package Key: HIVE-2122 URL: https://issues.apache.org/jira/browse/HIVE-2122 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-2093) create/drop database should populate inputs/outputs and check concurrency and user permission

2011-04-21 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022670#comment-13022670 ] jirapos...@reviews.apache.org commented on HIVE-2093: - ---

[jira] [Updated] (HIVE-2093) create/drop database should populate inputs/outputs and check concurrency and user permission

2011-04-21 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2093: - Status: Open (was: Patch Available) @Siying: Looks good for the most part. Please see my comments

Re: Review Request: review board for HIVE-2093

2011-04-21 Thread Carl Steinbach
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/566/#review517 --- trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java