Ganesha Shreedhara created TEZ-4430: ---------------------------------------
Summary: Fix tez.task.launch.cmd-opts property not working Key: TEZ-4430 URL: https://issues.apache.org/jira/browse/TEZ-4430 Project: Apache Tez Issue Type: Bug Affects Versions: 0.9.3, 0.10.2 Reporter: Ganesha Shreedhara Setting JVM related command line options for Tez Task using {{_tez.task.launch.cmd-opts_ property}} is not working post TEZ-3918. This is because Changes done in TEZ-3918 replaces all JVM options with _{{-Dtez.root.logger=<log_level>,<logger_name>}}_ if {{_tez.root.logger_}} property is present in task's JVM options string (Ref: [code line|https://github.com/apache/tez/blame/master/tez-api/src/main/java/org/apache/tez/client/TezClientUtils.java#L831]). -- This message was sent by Atlassian Jira (v8.20.7#820007)