成功安装 spark 1.4 后,我尝试安装 Apache Zeppelin 用于类似笔记本的实用程序。
从其他一些在线资源中,我下载并解压缩了 zeppelin 源代码并开始使用 Maven 编译
$ mvn clean install -Pspark-1.4 -DskipTests
(环境中导出的spark home)
我在大约 4 分钟内得到了不错的 INFO 输出,但是在以下情况下,事情因错误而停止:
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
这是错误消息:
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.nflabs.zeppelin:zeppelin:0.5.0-SNAPSHOT: Could not transfer artifact org.sonatype.oss:oss-parent:pom:7 from/to nflabs public repository (https://raw.github.com/NFLabs/mvn-repo/master/releases): Connect to raw.github.com:443 [raw.github.com/199.27.76.133] failed: Connection timed out and 'parent.relativePath' points at wrong local POM @ line 26, column 10
有什么我忘记或应该事先修改的吗?
感谢你的帮助。