Thanks Gopal. That's a good point to investigate. I guess the container is not reused when disabled auto-reducer in my case is due to that the default timeout for tez is about 10s.
Thanks Ferdinand Xu -----Original Message----- From: Gopal Vijayaraghavan [mailto:gop...@apache.org] Sent: Monday, October 16, 2017 2:39 PM To: dev@hive.apache.org Subject: Re: About lifecycle of Tez container > Are Tez container also able to be reused between two vertexes connected with > none Scatter-Gather edge? Thank you! Yes - the edge is not used to determine reuse potential. Possibly the patch in https://issues.apache.org/jira/browse/TEZ-3852 might give you a starting point to investigate the conditions when a container is reused. Cheers, Gopal