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
> 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
: 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 is not helpful, especially when a ton of jobs running at the
same time. So is there any way to customize the app name
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
When running tez query, the “Applications” page shows the job as
“HIVE-9c5a8bf1-911b-427a-8d16” for example, which is not helpful, especially
when a ton of jobs running at the same time.
So is there any way to customize the app name?
“mapreduce.job.name” works for M/R queries, not Tez.
Thx!