Re: how to customize tez query app name

2017-04-20 Thread Mungeol Heo
Try --hiveconf hive.session.id=session_id_name. Then, the job name will be HIVE-session_id_name. AFAK, this is the best option for your request. If there is a better way, please share here. Hope it helps. Thank you. On Sat, Jan 21, 2017 at 6:56 AM, Gopal Vijayaraghavan wrote: > >> So no one has a

Re: how to customize tez query app name

2017-01-20 Thread Gopal Vijayaraghavan
> So no one has a solution? … > “mapreduce.job.name” works for M/R queries, not Tez. Depends on the Hive version you're talking about. https://issues.apache.org/jira/browse/HIVE-12357 That doesn't help you with YARN, but only with the TezUI (since each YARN AM runs > 1 queries). For somethin

Re: how to customize tez query app name

2017-01-20 Thread Chris Drome
Frank, I looked into this quite a while ago.According to my notes you can set hive.query.id before running your query to set the DAG name (which is normally just an auto-incrementing integer value). At the time, there was no way to set the name of the AM process, which is what you are looking fo

RE: how to customize tez query app name

2017-01-20 Thread Frank Luo
So no one has a solution? From: Frank Luo Sent: Thursday, January 19, 2017 6:14 PM To: user@hive.apache.org Cc: Shylaja H. Nagenhalli Subject: how to customize tez query app name When running tez query, the “Applications” page shows the job as “HIVE-9c5a8bf1-911b-427a-8d16” for example, which i