最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Apache Spark SparkConnectPlugin - Stack Overflow

programmeradmin3浏览0评论

I am using examples/pi-with-spark-connect-plugin.yaml from Apache Spark operator.
Adding spark.plugins: ".apache.spark.sql.connect.SparkConnectPlugin" should start the connect server but it not is happening. Any ideas? Thx

I am using examples/pi-with-spark-connect-plugin.yaml from Apache Spark operator.
Adding spark.plugins: ".apache.spark.sql.connect.SparkConnectPlugin" should start the connect server but it not is happening. Any ideas? Thx

Share Improve this question asked Mar 15 at 11:57 FrankFrank 5494 silver badges15 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

try to use sbin/start-connect-server.sh.

The plugin way is for you to start the connect server along with other app. For example you can start Spark thrift server and connect server together by bash sbin/start-thriftserver.sh --conf spark.plugins=.apache.spark.sql.connect.SparkConnectPlugin --packages=.apache.spark:spark-connect_2.12:3.5.1

发布评论

评论列表(0)

  1. 暂无评论