Aggarwal-Raghav commented on PR #456: URL: https://github.com/apache/tez/pull/456#issuecomment-3795388318
@abstractdog , I was able to start DagAppMaster with ZK on local. Attaching logs for the container [docker_logs.txt](https://github.com/user-attachments/files/24839584/docker_logs.txt) ``` brew install zookeeper zkServer start ``` But this PR has lot of open items and I need some advice on the following: 1. Is the docker directory inside tez-dist fine or should I create a sepate sub-module for dockerfile related code which will be executed after tez-dist module. 2. This image will presumeably be ran with ZK + K8 + S3. Question is do we need a hadoop tarball inside this image just in case for some 3rd party jars etc. If my understanding is correct, it shouldn't be there but I've kept it for now. Will remove if you say so. 3. in DAGAppMaster#main() there are lot of ENV variables which I have mocked for now in `entrypoint.sh`. I'll try to improve this (suggestions are welcomed here) 4. my `tez-site.xml` is not getting picked up from classpath https://github.com/apache/tez/blob/4632058795de8f871504601d5f2992f311be792a/tez-dag/src/main/java/org/apache/tez/dag/app/DAGAppMaster.java#L2432 . will debug that 6. Any way/How to test this AM container without YARN by running some job? -- 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]
