abstractdog commented on PR #4015: URL: https://github.com/apache/hive/pull/4015#issuecomment-1603935231
@maswin : basically it makes sense to prevent tez sessions to be opened at all 1. we already have HIVE_CLI_TEZ_SESSION_ASYNC, let's have HIVE_CLI_TEZ_SESSION_LAZY_START for better naming 2. clarify in HiveConf what that means, I mean having both "async" and "lazy" could be very confusing at first sight: "async" is about starting SessionState and not waiting for tez session to be started, and "lazy" is about not starting tez session at all while starting SessionState -- 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]
