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/tez.git
The following commit(s) were added to refs/heads/master by this push:
new ffd346b93 TEZ-4683: Fix tez framework mode config name (#455) (Raghav
Aggarwal reviewed by Laszlo Bodor)
ffd346b93 is described below
commit ffd346b93ae325ace48e6c5c6697d5ca5a686dcf
Author: Raghav Aggarwal <[email protected]>
AuthorDate: Sun Jan 25 00:30:58 2026 +0530
TEZ-4683: Fix tez framework mode config name (#455) (Raghav Aggarwal
reviewed by Laszlo Bodor)
---
tez-api/src/main/java/org/apache/tez/dag/api/TezConfiguration.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tez-api/src/main/java/org/apache/tez/dag/api/TezConfiguration.java
b/tez-api/src/main/java/org/apache/tez/dag/api/TezConfiguration.java
index 6fc61dddb..3057c6ad6 100644
--- a/tez-api/src/main/java/org/apache/tez/dag/api/TezConfiguration.java
+++ b/tez-api/src/main/java/org/apache/tez/dag/api/TezConfiguration.java
@@ -2412,7 +2412,7 @@ public class TezConfiguration extends Configuration {
@ConfigurationScope(Scope.AM)
@ConfigurationProperty
- public static final String TEZ_FRAMEWORK_MODE = TEZ_PREFIX +
".framework.mode";
+ public static final String TEZ_FRAMEWORK_MODE = TEZ_PREFIX +
"framework.mode";
/**
* List of additional hadoop config files to load from CLASSPATH in
ZOOKEEPER_STANDALONE framework mode.