liangyu-1 opened a new pull request, #394: URL: https://github.com/apache/tez/pull/394
As described in [TEZ-4605](https://issues.apache.org/jira/browse/TEZ-4605) ### What did I change I modified `tez-dag/src/main/java/org/apache/tez/dag/app/DAGAppMaster.java` and `tez-runtime-internals/src/main/java/org/apache/tez/runtime/task/TezChild.java` ### Why did I change I want to enable org.apache.hadoop.ipc.CallerContext when running TEZ on yarn, so that we can trace how the application interacted with hdfs files. ### How did I test I modified the code and build the whole project, then I test on my own hadoop cluster, we can see the callcontext information in hdfs-audit.log. here is a screenshot of it: <img width="1483" alt="image" src="https://github.com/user-attachments/assets/1b288e23-022c-4a7e-a83a-d4c5456ae5eb" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
