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 <a...@gradientx.com> 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 changed. > > It used to be the first 200 characters or so of the Hive query, now it's > just "hive-exec-0.13.1-cdh5.3.1.jar." > > Seeing the beginning of the query in the job Name was super helpful to > figure out which queries are taking super long or using heavy # of slots. > Now I need to drill down to the job config file and check the > hive.query.string > key. > > Is there a config setting I can use to make the Hive Job name reflect the > query being executed? > > I'm still using the JobTracker, haven't switched to Yarn yet. Does this > change with Yarn? > > Thanks >