OS X El Capitan 10.11.6
Spark 2.2.0 (local)
Scala 2.11.8
我通过安装Jupyter
使用anaconda3
。我的理解是Toree的最新产品版本不支持Spark 2.0+或Scala 11.但是我找到了几个引用(1,2),你可以从中复制incubator-toree
github
并手动设置Spark
的版本。
在我的mac终端中,这是我使用的代码:
git clone https://github.com/apache/incubator-toree
cd incubator-toree
然后,行make clean release APACHE_SPARK_VERSION=2.2.0
给出了以下错误:
rm -r dist
rm: dist: No such file or directory
make: [clean-dist] Error 1 (ignored)
APACHE_SPARK_VERSION=2.2.0 VERSION=0.2.0.dev1-incubating IS_SNAPSHOT=true sbt clean
/bin/sh: sbt: command not found
make: *** [clean] Error 127
我正在寻找有关此错误的指导。
答案 0 :(得分:3)
通过运行以下命令
来安装开发人员快照pip install https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0/snapshots/dev1/toree-pip/toree-0.2.0.dev1.tar.gz
此版本支持spark-2.2.0