belugabehr commented on a change in pull request #1080:
URL: https://github.com/apache/hive/pull/1080#discussion_r438109581
##########
File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
##########
@@ -1500,6 +1500,9 @@ private static void populateLlapDaemonVarsSet(Set<String>
llapDaemonVarsSetLocal
HIVEQUERYNAME ("hive.query.name", null,
"This named is used by Tez to set the dag name. This name in turn will
appear on \n" +
"the Tez UI representing the work that was done."),
+ HIVETEZJOBNAME("tez.job.name", "HIVE-%s",
+ "This named is used by Tez to set the job name. This name in turn will
appear on \n" +
+ "the Yarn UI representing the Yarn Application Name."),
Review comment:
Still need to update this comment. Something like:
```
The job name may be a Java String.format() String, to which a the session ID
will be supplied as the single parameter.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]