Apache Zeppelin 使用哪种协议连接到 Apache Spark? (iPython/ZeroMQ)?

Which protocol is Apache Zeppelin using to connect to Apache Spark? (iPython/ZeroMQ)?

我想知道 Apache Zeppelin 使用哪种协议连接到 Apache Spark?

是否也是ZeroMQ上的iPython协议?

非常感谢!

此致

罗密欧

Apache Zeppelin(孵化)的 Spark Interpreter 实际上没有使用它们。

它只是在 spark 解释器进程中托管 Spark 驱动程序,并通过 SparkIMain 每段提交一个作业,其方式与 spark-shell 相同。

我相信 Driver 和 Master 之间的内部低级通信是基于 Akka 的,但它是特定于 Spark 的实现细节。