Link Spark with iPython Notebook

后端 未结 4 1821
轮回少年
轮回少年 2020-11-27 17:00

I have followed some tutorial online but they do not work with Spark 1.5.1 on OS X El Capitan (10.11)

Basically I have run this commands download

4条回答
  •  自闭症患者
    2020-11-27 17:16

    FYI, you can run Scala, PySpark, SparkR, and SQL with Spark running on top of Jupyter via https://github.com/ibm-et/spark-kernel now. The new interpreters were added (and marked experimental) from pull request https://github.com/ibm-et/spark-kernel/pull/146.

    See the language support wiki page for more information.

提交回复
热议问题