deniskuzZ commented on a change in pull request #2879:
URL: https://github.com/apache/hive/pull/2879#discussion_r770700352
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagUtils.java
##########
@@ -1299,6 +1299,10 @@ public static FileStatus validateTargetDir(Path path,
Configuration conf) throws
// the api that finds the jar being used by this class on disk
public String getExecJarPathLocal(Configuration configuration) throws
URISyntaxException {
// returns the location on disc of the jar of this class.
+ String jar = configuration.get(ConfVars.HIVEJAR.varname);
+ if (!StringUtils.isBlank(jar)) {
+ return jar;
Review comment:
why is this change needed?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]