zuotingbing opened a new pull request #23917: [SPARK-27010][SQL] Find out the actual port number when hive.server2.thrift.port=0 URL: https://github.com/apache/spark/pull/23917 ## What changes were proposed in this pull request? Currently, if we set hive.server2.thrift.port=0, it hard to find out the actual port number which one we should use beeline to connect to. before:  after:  use beeline to connect success:  ## How was this patch tested? manual tests
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
