Re: thread cofinement session state

2009-03-11 Thread Min Zhou
I think we can create another jira to fix it. On Thu, Mar 12, 2009 at 9:30 AM, Min Zhou wrote: > Yes, I think so. A benchmark was made for testing the concurrency of thrift > server yesterday, it worked well when spwaning 100 active clients. For > warming the server, we should keep the code mak

Re: thread cofinement session state

2009-03-11 Thread Min Zhou
Yes, I think so. A benchmark was made for testing the concurrency of thrift server yesterday, it worked well when spwaning 100 active clients. For warming the server, we should keep the code making a new instance of HiveHandler in HiveServer's main function. new HiveServerHandler(); // warm hive

Re: file delimiting

2009-03-11 Thread Suhail Doshi
Ah okay, simple enough. Thanks, it's chr(1) in python too =) Suhail On Wed, Mar 11, 2009 at 3:18 PM, Stephen Corona wrote: > This would be /001 or chr(1) in php. Not sure about python but I'm sure it > has a similar method. > > Sent from my iPhone > > On Mar 11, 2009, at 6:16 PM, "Amandeep Khura

Re: file delimiting

2009-03-11 Thread Stephen Corona
This would be /001 or chr(1) in php. Not sure about python but I'm sure it has a similar method. Sent from my iPhone On Mar 11, 2009, at 6:16 PM, "Amandeep Khurana" mailto:ama...@gmail.com>> wrote: Ctrl-A is ASCII 1. So you basically need to delimit by using a character that is defined by ASC

Re: file delimiting

2009-03-11 Thread Amandeep Khurana
Ctrl-A is ASCII 1. So you basically need to delimit by using a character that is defined by ASCII 1 in your code. Amandeep Khurana Computer Science Graduate Student University of California, Santa Cruz On Wed, Mar 11, 2009 at 3:13 PM, Suhail Doshi wrote: > Hi, > > I just wanted to ask about h

file delimiting

2009-03-11 Thread Suhail Doshi
Hi, I just wanted to ask about how files are delimited by ctrl-A, that's rather confusing to me, what would that be in say python? Suhail

where should Cloudera host their next public training session?

2009-03-11 Thread Christophe Bisciglia
Hey there, we're trying to decide where to host our next public training session, so I'd like to simply ask - where is it needed? Use this form or just drop me a note: http://spreadsheets.google.com/viewform?formkey=cHZfNzNoLUlkU0dJY0VhUVUwVlpnUUE6MA We'll do this over two days, with one day being

Re: python client import error

2009-03-11 Thread Raghu Murthy
Cool. Can you do a +1 on HIVE-343? On 3/11/09 2:29 AM, "Min Zhou" wrote: > It's okay now, thanks Raghu, I am a newbie of python,  learnt less than a > week.  :) > > On Wed, Mar 11, 2009 at 5:23 PM, Raghu Murthy wrote: >> The problem was a missing __init__.py in thrift/reflection directory. I

RE: thread cofinement session state

2009-03-11 Thread Joydeep Sen Sarma
Hey - should I open a separate jira for this small patch? Or are you thinking of submitting it via some other jira? From: Min Zhou [mailto:coderp...@gmail.com] Sent: Monday, March 09, 2009 11:39 PM To: hive-user@hadoop.apache.org Subject: Re: thread cofinement ses

Re: python client import error

2009-03-11 Thread Min Zhou
It's okay now, thanks Raghu, I am a newbie of python, learnt less than a week. :) On Wed, Mar 11, 2009 at 5:23 PM, Raghu Murthy wrote: > The problem was a missing __init__.py in thrift/reflection directory. I > have > now created a patch with this file as well as the change to build.xml which

Re: python client import error

2009-03-11 Thread Min Zhou
the same error hadppend. It's a bit weird that reported reflection.limited.ttypes, not thrift.reflection.limited.ttypes. On Wed, Mar 11, 2009 at 3:34 PM, Raghu Murthy wrote: > Hi Min, > > That module didn't seem to be available in thrift open source version. But > I > am guessing that was a mi