maswin commented on PR #4015: URL: https://github.com/apache/hive/pull/4015#issuecomment-1604687074
@abstractdog - As you have mentioned, lazy start terminology is confusing with Async. More than lazy start this setting says whether to start a tez session or not. Maybe the setting it more in sync with `hive.server2.tez.initialize.default.sessions`. So I have made the setting to `hive.cli.tez.initialize.session` and by default is true (which is the current behavior). By default the tez session is initialized during session start up and `hive.cli.tez.session.async` determines whether to start in background or not. [When `hive.cli.tez.initialize.session` is disabled `hive.cli.tez.session.async` is ignored] -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
