awesome-kyuubi / hadoop-testing

Testing Sandbox for Hadoop Ecosystem Components
Apache License 2.0
32 stars 13 forks source link

Change Kyuubi Spark deploy mode to cluster #88

Closed pan3793 closed 8 months ago

pan3793 commented 8 months ago

Because spark-sql, spark-shell do not support cluster mode, we reserve spark.submit.deployMode=client in spark-defaults.conf to make those Spark commands usage out-of-box. While Kyuubi supports cluster mode, and we should use it by default.