[ 
https://issues.apache.org/jira/browse/TEZ-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18054838#comment-18054838
 ] 

László Bodor edited comment on TEZ-4685 at 1/28/26 12:44 PM:
-------------------------------------------------------------

thanks [~Aggarwal_Raghav]
I'm not familiar with this Configuration instance in detail, can you please 
check https://issues.apache.org/jira/browse/TEZ-346 ?

 

I believe TEZ-346 was definitely true in the Yarn world, where the client was 
supposed to provide all the AM configs, but it doesn't necessarily apply if we 
consider standalone, independent AMs


was (Author: abstractdog):
thanks [~Aggarwal_Raghav]
I'm not familiar with this Configuration instance in detail, can you please 
check https://issues.apache.org/jira/browse/TEZ-346 ?

> DagAppMaster is not picking tez-site.xml from classpath
> -------------------------------------------------------
>
>                 Key: TEZ-4685
>                 URL: https://issues.apache.org/jira/browse/TEZ-4685
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Raghav Aggarwal
>            Assignee: Raghav Aggarwal
>            Priority: Major
>         Attachments: After.png, Before.png
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> In DAGAppMaster#main() 
> [https://github.com/apache/tez/blob/1fc00352ccae70d265649621aca22a5904ba771f/tez-dag/src/main/java/org/apache/tez/dag/app/DAGAppMaster.java#L2432]
> {code:java}
> Configuration conf = new Configuration(); {code}
> is not picking tez-site.xml from classpath. Even during debugging 
> tez-site.xml is in classpath, its not getting picked up
> Moving to TezConfiguration is helping
> {code:java}
> Configuration conf = new TezConfiguration();{code}
> Please check the attached screenshots



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to