Re: Hive job name

2015-04-07 Thread Stephen Sprague
Gotta say i don't particular like this either. We run thousands of queries a day and by using a comment before the query you could manipulate the job.name hive would use. Now like the OP stated that's ignored - every job is named "hive-exec-0.13.1-cdh5.3.1.jar" Sure setting mapreduce.job.name

Re: Hive job name

2015-03-11 Thread Viral Bajaria
I haven't used Tez but it's in my list of experimentation... Thanks, Viral On Tue, Mar 10, 2015 at 8:38 AM, P lva wrote: > Hey Viral, > > Is there a similar config for tez ? > > Thanks > > > > > On Mon, Mar 9, 2015 at 6:36 PM, Viral Bajaria > wrote: > >> We use the hive.job.name property to se

Re: Hive job name

2015-03-10 Thread P lva
Hey Viral, Is there a similar config for tez ? Thanks On Mon, Mar 9, 2015 at 6:36 PM, Viral Bajaria wrote: > We use the hive.job.name property to set meaningful job names. Look into > using that before submitting queries. > > Thanks, > Viral > > > On Mon, Mar 9, 2015 at 2:47 PM, Alex Bohr

Re: Hive job name

2015-03-09 Thread Viral Bajaria
We use the hive.job.name property to set meaningful job names. Look into using that before submitting queries. Thanks, Viral On Mon, Mar 9, 2015 at 2:47 PM, Alex Bohr wrote: > Since going from Hive 0.11 to 0.13 the Job Names, in the JobTracker UI, > for my Hive queries in the job tracker chang