Re: joining user sessions

2012-06-13 Thread Bejoy KS
Yes, the framework takes care of this. Regards Bejoy KS Sent from handheld, please excuse typos. -Original Message- From: Cam Bazz Date: Wed, 13 Jun 2012 20:09:12 To: ; Reply-To: user@hive.apache.org Subject: Re: joining user sessions Thank you. But how do I put the smaller table

Re: joining user sessions

2012-06-13 Thread Cam Bazz
t.join=true; > Regards > Bejoy KS > > Sent from handheld, please excuse typos. > > -Original Message- > From: Cam Bazz > Date: Wed, 13 Jun 2012 19:46:18 > To: > Reply-To: user@hive.apache.org > Subject: joining user sessions > > hello, > > for

Re: joining user sessions

2012-06-13 Thread Bejoy KS
join query set the following property hive> hive.auto.convert.join=true; Regards Bejoy KS Sent from handheld, please excuse typos. -Original Message- From: Cam Bazz Date: Wed, 13 Jun 2012 19:46:18 To: Reply-To: user@hive.apache.org Subject: joining user sessions hello, for all the

joining user sessions

2012-06-13 Thread Cam Bazz
hello, for all the log files i have i log the session id and user cookie. now i need to seperate certain items of certain users, so i need to join all my data to a global cookike table. what are some common practices doing this? just put it in a table and join? or maybe keep them in some sort of