Raghav Aggarwal created TEZ-4683:
------------------------------------
Summary: Fix tez framework mode config name
Key: TEZ-4683
URL: https://issues.apache.org/jira/browse/TEZ-4683
Project: Apache Tez
Issue Type: Bug
Reporter: Raghav Aggarwal
Assignee: Raghav Aggarwal
{code:java}
public static final String TEZ_FRAMEWORK_MODE = TEZ_PREFIX + ".framework.mode";
{code}
In the
[https://github.com/apache/tez/blob/8dda584bc78bc3a56642aaced66444d0d428463f/tez-api/src/main/java/org/apache/tez/dag/api/TezConfiguration.java#L2415]
the presence of additional dot (.) post TEZ_PREFIX is causing the config name
as *tez..framework.mode*
--
This message was sent by Atlassian Jira
(v8.20.10#820010)