This is an automated email from the ASF dual-hosted git repository.
abstractdog 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 b90fe825ddf HIVE-28569: ReExecuteLostAMQueryPlugin doesn't kick in if
the message contains line break and diagnostics (#5499) (Laszlo Bodor reviewed
by Denys Kuzmenko) - addendum dummy hostname
b90fe825ddf is described below
commit b90fe825ddf27cea9c0bdb42ca12df4c42d8cbc0
Author: Laszlo Bodor <[email protected]>
AuthorDate: Thu Oct 10 16:20:06 2024 +0200
HIVE-28569: ReExecuteLostAMQueryPlugin doesn't kick in if the message
contains line break and diagnostics (#5499) (Laszlo Bodor reviewed by Denys
Kuzmenko) - addendum dummy hostname
---
.../apache/hadoop/hive/ql/reexec/TestReExecuteLostAMQueryPlugin.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ql/src/test/org/apache/hadoop/hive/ql/reexec/TestReExecuteLostAMQueryPlugin.java
b/ql/src/test/org/apache/hadoop/hive/ql/reexec/TestReExecuteLostAMQueryPlugin.java
index da926fe4484..9d75a06ae84 100644
---
a/ql/src/test/org/apache/hadoop/hive/ql/reexec/TestReExecuteLostAMQueryPlugin.java
+++
b/ql/src/test/org/apache/hadoop/hive/ql/reexec/TestReExecuteLostAMQueryPlugin.java
@@ -36,7 +36,7 @@ public class TestReExecuteLostAMQueryPlugin {
testReExecuteWithExceptionMessage("Application
application_1728328561547_0042 failed 1 times (global limit =5; " +
"local limit is =1) due to AM Container for
appattempt_1728328561547_0042_000001 exited with exitCode: " +
"-100\nFailing this attempt.Diagnostics: Container released on a
*lost* nodeFor more detailed output, check " +
- "the application tracking page:
https://v2h0231.sjc.cloudera.com:8090/cluster/app/application_1728328561547_0042"
+
+ "the application tracking page:
https://host/cluster/app/application_1728328561547_0042" +
" Then click on links to logs of each attempt.\n" +
". Failing the application.");
}