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

László Bodor commented on TEZ-4685:
-----------------------------------

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