How to get connected to an existing session of Spark

前端 未结 1 1004
不思量自难忘°
不思量自难忘° 2021-01-22 21:39

I installed spark (spark-2.1.0-bin-hadoop2.7) locally with success.

Running spark from terminal was successful through the command below:

$          


        
相关标签:
1条回答
  • 2021-01-22 22:29

    It is not possible using plain Spark only. You can use:

    • Apache Zeppelin.
    • Livy.

    Both support shared context, each in its own way.

    Also master and driver are two completely different things.

    0 讨论(0)
提交回复
热议问题