[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2010-05-27 Thread Neil Conway (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872294#action_12872294 ] Neil Conway commented on HIVE-80: - Arvind, I'm not actively working on it, so please go ahead.

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2010-05-27 Thread Arvind Prabhakar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872282#action_12872282 ] Arvind Prabhakar commented on HIVE-80: -- This sounds like a good plan. If Neil is not acti

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2010-05-27 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872254#action_12872254 ] Ning Zhang commented on HIVE-80: Yes we should add more test cases for parallel execution. The

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2010-05-27 Thread Ashish Thusoo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872240#action_12872240 ] Ashish Thusoo commented on HIVE-80: --- yes I think what Ning is saying is correct. We should h

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2010-05-26 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872024#action_12872024 ] Ning Zhang commented on HIVE-80: I think after HIVE-549 (parallel execution) was committed, Dr

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2010-05-26 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871992#action_12871992 ] John Sichi commented on HIVE-80: >From internal discussions at Facebook, the best I can gather

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2010-05-14 Thread Arvind Prabhakar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867693#action_12867693 ] Arvind Prabhakar commented on HIVE-80: -- I wanted to fix this JIRA and so started looking

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-09-18 Thread Cliff Resnick (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757489#action_12757489 ] Cliff Resnick commented on HIVE-80: --- The ThreadLocal fix won't work with the unit tests, whi

Re: [jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-09-18 Thread Cliff Resnick
I replaced this patch yesterday - previous without a '-1' was a bad patch. org.apache.hadoop.hive.ql.exec.Utilities-ThreadLocal-1.patch On 09/18/2009 12:40 PM, Namit Jain (JIRA) wrote: [ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:c

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-09-18 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757249#action_12757249 ] Namit Jain commented on HIVE-80: The unit tests are failing with this patch > Allow Hive Serv

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-05-12 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708527#action_12708527 ] Namit Jain commented on HIVE-80: The patch looks OK - I don't know why job was static to start

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-05-08 Thread Ashish Thusoo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707470#action_12707470 ] Ashish Thusoo commented on HIVE-80: --- hmm... We do generate a new JobConf in ExecDriver. I t

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-05-05 Thread Neil Conway (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706248#action_12706248 ] Neil Conway commented on HIVE-80: - BTW, one issue we've run into when running multiple queries

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-04-27 Thread Neil Conway (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703446#action_12703446 ] Neil Conway commented on HIVE-80: - Raghu, thanks for your work on 438. In the short term, we'r

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-04-23 Thread Raghotham Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701889#action_12701889 ] Raghotham Murthy commented on HIVE-80: -- Neil, you can get the patch that Zheng posted to

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-04-21 Thread Raghotham Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701118#action_12701118 ] Raghotham Murthy commented on HIVE-80: -- Actually, right after I commented on this jira, I

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-04-20 Thread Neil Conway (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701053#action_12701053 ] Neil Conway commented on HIVE-80: - Raghu: Well, running "ant thriftif" works with the trunk re

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-04-20 Thread Raghotham Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701009#action_12701009 ] Raghotham Murthy commented on HIVE-80: -- We have not really recorded the thrift version us

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-04-20 Thread Neil Conway (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700994#action_12700994 ] Neil Conway commented on HIVE-80: - BTW, is there any documentation on how to regenerate the Th

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-04-20 Thread Neil Conway (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700974#action_12700974 ] Neil Conway commented on HIVE-80: - Raghu, thanks for the feedback. Maintaining backward compa

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-04-20 Thread Raghotham Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700962#action_12700962 ] Raghotham Murthy commented on HIVE-80: -- Neil, please go ahead and take this over. Your pl

[jira] Commented: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-04-20 Thread Neil Conway (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700954#action_12700954 ] Neil Conway commented on HIVE-80: - A reasonable way to implement this might be as follows: *