使用 sbt 为 windows 构建 spark notebook

Building spark notebook for windows with sbt

spark notebook可以用Windows搭建吗?

我已经通过 'sbt run' 检查了最新的来源和 运行 但收到错误消息:

workspaces\spark-notebook-master\app\Global.scala:11: object share is not a member of package notebook
[error]           notebook.share.Tachyon.start

我已经从 application.conf 文件中禁用了 tachyon,但这并不能解决构建问题。

不知道为什么我在 master 上遇到编译错误,但使用版本 0.6.2 编译和运行没有问题:https://github.com/andypetrella/spark-notebook/tree/v0.6.2