[jira] Commented: (HIVE-2053) Hive can't find the Plan

2011-03-17 Thread Aaron Guo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007839#comment-13007839 ] Aaron Guo commented on HIVE-2053: - Zhangning,this isn't a bug. sorry for your time. > Hive

[jira] Resolved: (HIVE-2053) Hive can't find the Plan

2011-03-17 Thread Aaron Guo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Guo resolved HIVE-2053. - Resolution: Duplicate > Hive can't find the Plan > > > Key: HIVE-

[jira] Updated: (HIVE-1815) The class HiveResultSet should implement batch fetching.

2011-03-17 Thread Bennie Schut (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bennie Schut updated HIVE-1815: --- Attachment: HIVE-1815.2.patch.txt Updated to use an iterator instead of deleting items. > The class H

Build failed in Jenkins: Hive-trunk-h0.20 #615

2011-03-17 Thread Apache Hudson Server
See Changes: [jvs] HIVE-2059. Add datanucleus.identifierFactory property HiveConf to avoid unintentional MetaStore Schema corruption (Carl Steinbach via jvs) -- [...truncated 27861 lines..

[jira] Commented: (HIVE-2054) Exception on windows when using the jdbc driver. "IOException: The system cannot find the path specified"

2011-03-17 Thread Bennie Schut (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007848#comment-13007848 ] Bennie Schut commented on HIVE-2054: Yes setting hive.querylog.location makes it work.

Build failed in Jenkins: Hive-0.7.0-h0.20 #41

2011-03-17 Thread Apache Hudson Server
See Changes: [jvs] HIVE-2059. Add datanucleus.identifierFactory property HiveConf to avoid unintentional MetaStore Schema corruption (Carl Steinbach via jvs) -- [...truncated 27312 lines...

Root/ Fetch Stage

2011-03-17 Thread Joerg Schad
Hi, when exploring the Hive Explain statement we were wondering about the different stages. So here two questions regarding the below Explain statement 1. Why are there two root stages? What exactly does root stage mean (i assume it meanst there are no predecessors)? 2. What exactly is a Fetch

Re: Review Request: HIVE-1815: The class HiveResultSet should implement batch fetching.

2011-03-17 Thread Bennie Schut
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/514/ --- (Updated 2011-03-17 01:06:34.734673) Review request for hive. Changes ---

Re: Root/ Fetch Stage

2011-03-17 Thread Jov
in hive ,stage means task.there are various tasks,such as ddltask,fetchtask,mrtask etc.a hive query plan is some DAGs,when execute the plan,hive picks one of the task node in each DAG to start.so root task is the enter-task of each DAG. Fetch task is a task fetch query results. Show stmts,select s

[jira] Commented: (HIVE-1959) Potential memory leak when same connection used for long time. TaskInfo and QueryInfo objects are getting accumulated on executing more queries on the same connection.

2011-03-17 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007928#comment-13007928 ] Edward Capriolo commented on HIVE-1959: --- While WeakHashMap may work logically it may

[jira] Commented: (HIVE-1434) Cassandra Storage Handler

2011-03-17 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007933#comment-13007933 ] Edward Capriolo commented on HIVE-1434: --- Also just an off the topic type of comment o

[jira] Created: (HIVE-2060) CLI local mode hit NPE when exiting by ^D

2011-03-17 Thread Ning Zhang (JIRA)
CLI local mode hit NPE when exiting by ^D - Key: HIVE-2060 URL: https://issues.apache.org/jira/browse/HIVE-2060 Project: Hive Issue Type: Bug Components: CLI Affects Versions: 0.8.0

[jira] Updated: (HIVE-2060) CLI local mode hit NPE when exiting by ^D

2011-03-17 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-2060: - Attachment: HIVE-2060.patch > CLI local mode hit NPE when exiting by ^D >

[jira] Updated: (HIVE-2060) CLI local mode hit NPE when exiting by ^D

2011-03-17 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-2060: - Status: Patch Available (was: Open) > CLI local mode hit NPE when exiting by ^D > ---

[jira] Commented: (HIVE-2060) CLI local mode hit NPE when exiting by ^D

2011-03-17 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008065#comment-13008065 ] He Yongqiang commented on HIVE-2060: +1, running tests > CLI local mode hit NPE when e

[jira] Commented: (HIVE-1384) HiveServer should run as the user who submitted the query.

2011-03-17 Thread Ankita Bakshi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008077#comment-13008077 ] Ankita Bakshi commented on HIVE-1384: - This is required to use hive authorization infra

Build failed in Jenkins: Hive-0.7.0-h0.20 #42

2011-03-17 Thread Apache Hudson Server
See -- [...truncated 27035 lines...] [junit] POSTHOOK: Output: default@srcbucket2 [junit] OK [junit] PREHOOK: query: LOAD DATA LOCAL INPATH '

Build failed in Jenkins: Hive-trunk-h0.20 #616

2011-03-17 Thread Apache Hudson Server
See -- [...truncated 27983 lines...] [junit] PREHOOK: type: CREATETABLE [junit] POSTHOOK: query: create table testhivedrivertable (num int) [junit] POSTHOOK: type: CREATETABLE [juni

[jira] Updated: (HIVE-1959) Potential memory leak when same connection used for long time. TaskInfo and QueryInfo objects are getting accumulated on executing more queries on the same connection.

2011-03-17 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-1959: - Resolution: Fixed Fix Version/s: 0.8.0 Hadoop Flags: [Reviewed] Status: Resolved (w

[jira] Commented: (HIVE-1815) The class HiveResultSet should implement batch fetching.

2011-03-17 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008205#comment-13008205 ] Ning Zhang commented on HIVE-1815: -- +1. Will commit if tests pass. > The class HiveResul

[jira] Commented: (HIVE-2051) getInputSummary() to call FileSystem.getContentSummary() in parallel

2011-03-17 Thread Joydeep Sen Sarma (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008221#comment-13008221 ] Joydeep Sen Sarma commented on HIVE-2051: - my bad - i thought Carl == M IS :-). l

Jenkins build is back to normal : Hive-trunk-h0.20 #617

2011-03-17 Thread Apache Hudson Server
See

Re: Review Request: HIVE-1694: Accelerate GROUP BY execution using indexes

2011-03-17 Thread John Sichi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/505/#review339 --- ql/src/java/org/apache/hadoop/hive/ql/index/AggregateIndexHandler.java

[jira] Commented: (HIVE-1694) Accelerate GROUP BY execution using indexes

2011-03-17 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008235#comment-13008235 ] John Sichi commented on HIVE-1694: -- I added a few review board comments; there are a lot o

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

2011-03-17 Thread Joydeep Sen Sarma (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008238#comment-13008238 ] Joydeep Sen Sarma commented on HIVE-2052: - small nits: - setinputpathtocontentsumma

[jira] Updated: (HIVE-2051) getInputSummary() to call FileSystem.getContentSummary() in parallel

2011-03-17 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2051: -- Attachment: HIVE-2051.4.patch > getInputSummary() to call FileSystem.getContentSummary() in parallel > -

[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-17 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: -- Attachment: HIVE-2051.3.patch Modify as Joydeep's comments. > PostHook and PreHook API to add flag to i

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

2011-03-17 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.8.patch HIVE-1644.8.patch Fixed unit tests per John and Yonqiang. Cleaned

[jira] Assigned: (HIVE-1815) The class HiveResultSet should implement batch fetching.

2011-03-17 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-1815: Assignee: Bennie Schut > The class HiveResultSet should implement batch fetching. >

[jira] Updated: (HIVE-1815) The class HiveResultSet should implement batch fetching.

2011-03-17 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-1815: - Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) Commit

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

2011-03-17 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008323#comment-13008323 ] John Sichi commented on HIVE-1644: -- Russell, the plan still looks wrong. It shows two sta

[jira] Commented: (HIVE-2051) getInputSummary() to call FileSystem.getContentSummary() in parallel

2011-03-17 Thread MIS (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008328#comment-13008328 ] MIS commented on HIVE-2051: --- Yes it is necessary for the executor to be terminated if the jobs ha

[jira] Commented: (HIVE-2051) getInputSummary() to call FileSystem.getContentSummary() in parallel

2011-03-17 Thread MIS (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008331#comment-13008331 ] MIS commented on HIVE-2051: --- The solution to this issue resembles that of HIVE-2026, so we can fo

[jira] Commented: (HIVE-2054) Exception on windows when using the jdbc driver. "IOException: The system cannot find the path specified"

2011-03-17 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008333#comment-13008333 ] Ning Zhang commented on HIVE-2054: -- Sounds reasonable to me. Raghu, what do you think?

[jira] Created: (HIVE-2061) Create a hive_contrib.jar symlink to hive-contrib-{version}.jar for backward compatibility

2011-03-17 Thread Ning Zhang (JIRA)
Create a hive_contrib.jar symlink to hive-contrib-{version}.jar for backward compatibility -- Key: HIVE-2061 URL: https://issues.apache.org/jira/browse/HIVE-2061

[jira] Updated: (HIVE-2061) Create a hive_contrib.jar symlink to hive-contrib-{version}.jar for backward compatibility

2011-03-17 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-2061: - Attachment: HIVE-2061.patch > Create a hive_contrib.jar symlink to hive-contrib-{version}.jar for backward