Jupyter 上的 Toree for Spark 2.2.0
Toree on Jupyter for Spark 2.2.0
OS X El Capitan 10.11.6
Spark 2.2.0 (local)
Scala 2.11.8
我通过安装 anaconda3
使用 Jupyter
。我的理解是 Toree 的最新生产版本不支持 Spark 2.0+ 或 Scala 11。但是我找到了几个参考资料 (1, 2),您可以在其中从 github
克隆 incubator-toree
和手动设置 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
我正在寻找有关此错误的指导。
使用 运行 按照命令
安装开发人员快照
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
OS X El Capitan 10.11.6
Spark 2.2.0 (local)
Scala 2.11.8
我通过安装 anaconda3
使用 Jupyter
。我的理解是 Toree 的最新生产版本不支持 Spark 2.0+ 或 Scala 11。但是我找到了几个参考资料 (1, 2),您可以在其中从 github
克隆 incubator-toree
和手动设置 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
我正在寻找有关此错误的指导。
使用 运行 按照命令
安装开发人员快照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