This is an automated email from the ASF dual-hosted git repository.
ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 57cd8909094 HIVE-28707: QTest log is filled with HivePreWarmProcessor
warn messages (#5610). (Ayush Saxena, reviewed by Denys Kuzmenko, Laszlo Bodor,
Zsolt Miskolczi)
57cd8909094 is described below
commit 57cd89090946b4210d5473eb7d9f9255aa194598
Author: Ayush Saxena <[email protected]>
AuthorDate: Thu Jan 16 09:37:18 2025 +0530
HIVE-28707: QTest log is filled with HivePreWarmProcessor warn messages
(#5610). (Ayush Saxena, reviewed by Denys Kuzmenko, Laszlo Bodor, Zsolt
Miskolczi)
---
.../java/org/apache/hadoop/hive/ql/exec/tez/HivePreWarmProcessor.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HivePreWarmProcessor.java
b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HivePreWarmProcessor.java
index a9dcfb0845f..b6c0d7f3d87 100644
--- a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HivePreWarmProcessor.java
+++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HivePreWarmProcessor.java
@@ -86,7 +86,7 @@ public class HivePreWarmProcessor extends
AbstractLogicalIOProcessor {
ReadaheadPool rpool = ReadaheadPool.getInstance();
ShimLoader.getHadoopShims();
- URL hiveurl = new URL("jar:file:" +
DagUtils.getInstance().getExecJarPathLocal(conf) + "!/");
+ URL hiveurl = new URL("jar:" +
DagUtils.getInstance().getExecJarPathLocal(conf) + "!/");
JarURLConnection hiveconn = (JarURLConnection)hiveurl.openConnection();
JarFile hivejar = hiveconn.getJarFile();
try {