LantaoJin opened a new pull request #26223: [SPARK-29564][SQL] Cluster deploy mode should support Spark Thrift server URL: https://github.com/apache/spark/pull/26223 ### What changes were proposed in this pull request? Cluster deploy mode is not applicable to Spark Thrift server from [SPARK-21403](https://issues.apache.org/jira/browse/SPARK-21403). This restriction is too rude. In our production, we use multiple Spark Thrift servers as long running services which are used yarn-cluster mode to launch. The life cycle of STS is managed by upper layer manager system which is also used to dispatcher user's JDBC connection to applicable STS. SPARK-21403 banned this case. ### Does this PR introduce any user-facing change? No ### How was this patch tested? Manually test with command: ``` sbin/start-thriftserver.sh --master yarn --deploy-mode cluster --queue myqueue ```
---------------------------------------------------------------- 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. 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]
