Re: [Announce] New Hive Committer - Mohit Sabharwal

2016-07-01 Thread Jimmy Xiang
Congrats!! On Fri, Jul 1, 2016 at 1:04 PM, Lenni Kuff wrote: > Congrats Mohit! > > On Fri, Jul 1, 2016 at 3:27 PM, Peter Vary wrote: > >> Congratulations Mohit! >> 2016. júl. 1. 19:10 ezt írta ("Vihang Karajgaonkar" > >): >> >> > Congratulations Mohit! >> > >> > > On Jul 1, 2016, at 10:05 AM, Ch

Re: Hash table in map join - Hive

2016-07-01 Thread Lalitha MV
Hi Gopal, Since this jira is resolved, I cloned the master branch, compiled and used the binaries (0.9 snapshot version of tez). I tried running the shuffle hash join with auto reducer parallelism again. But, it didn't seem to take effect. With merge join and auto reduce parallelism on, number of

Re: [Announce] New Hive Committer - Mohit Sabharwal

2016-07-01 Thread Lenni Kuff
Congrats Mohit! On Fri, Jul 1, 2016 at 3:27 PM, Peter Vary wrote: > Congratulations Mohit! > 2016. júl. 1. 19:10 ezt írta ("Vihang Karajgaonkar" >): > > > Congratulations Mohit! > > > > > On Jul 1, 2016, at 10:05 AM, Chao Sun wrote: > > > > > > Congratulations Mohit! Good job! > > > > > > Best

Re: [Announce] New Hive Committer - Mohit Sabharwal

2016-07-01 Thread Peter Vary
Congratulations Mohit! 2016. júl. 1. 19:10 ezt írta ("Vihang Karajgaonkar" ): > Congratulations Mohit! > > > On Jul 1, 2016, at 10:05 AM, Chao Sun wrote: > > > > Congratulations Mohit! Good job! > > > > Best, > > Chao > > > > On Fri, Jul 1, 2016 at 9:57 AM, Szehon Ho

Re: RegexSerDe with Filters

2016-07-01 Thread Arun Patel
Dudu, Thanks for your continued support. I need one more quick help. I have one more log file as shown below. STD-SERV 2016-06-29 12:10:39.142 c.f.c.s.F.ProcessingHandler [INFO] TID:101114719017567668 cluster1 ProcessingHandler Message timestamp: 1467216639090 STD-SERV 2016-06-29 12:10:39.143

Re: Query Performance Issue : Group By and Distinct and load on reducer

2016-07-01 Thread @Sanjiv Singh
Thanks, really appreciate. I will try this. will respond with results. Regards Sanjiv Singh Mob : +091 9990-447-339 On Fri, Jul 1, 2016 at 6:50 AM, Markovitz, Dudu wrote: > 3. > > This is a working code for consecutive values. > > MyColumn should be a column (or list of columns) with good uni

Re: [Announce] New Hive Committer - Mohit Sabharwal

2016-07-01 Thread Chao Sun
Congratulations Mohit! Good job! Best, Chao On Fri, Jul 1, 2016 at 9:57 AM, Szehon Ho wrote: > On behalf of the Apache Hive PMC, I'm pleased to announce that Mohit > Sabharwal has been voted a committer on the Apache Hive project. > > Please join me in congratulating Mohit ! > > Thanks, > Szeho

Re: [Announce] New Hive Committer - Mohit Sabharwal

2016-07-01 Thread Vihang Karajgaonkar
Congratulations Mohit! > On Jul 1, 2016, at 10:05 AM, Chao Sun wrote: > > Congratulations Mohit! Good job! > > Best, > Chao > > On Fri, Jul 1, 2016 at 9:57 AM, Szehon Ho > wrote: > On behalf of the Apache Hive PMC, I'm pleased to announce that Mohit > Sabharwa

[Announce] New Hive Committer - Mohit Sabharwal

2016-07-01 Thread Szehon Ho
On behalf of the Apache Hive PMC, I'm pleased to announce that Mohit Sabharwal has been voted a committer on the Apache Hive project. Please join me in congratulating Mohit ! Thanks, Szehon

RE: Query Performance Issue : Group By and Distinct and load on reducer

2016-07-01 Thread Markovitz, Dudu
3. This is a working code for consecutive values. MyColumn should be a column (or list of columns) with good uniformed distribution. withgroup_rows as ( select abs(hash(MyColumn))%1 as group_id ,count (*) a