【发布时间】:2017-04-21 01:26:35
【问题描述】:
在本地模式下运行 Ubuntu 14.04 的 Docker 容器中安装 Apache Zeppelin 0.7.0 时,我遇到了一个奇怪的错误。
我用这个命令(作为 root)构建 Zeppelin:
mvn clean package -U -X -DskipTests -Pspark-2.0 -Dspark.version=2.0.2 -Phadoop-2.7 -Pyarn -Ppyspark -Psparkr -Pr -Pscala-2.11
到达 zeppelin-server 时的构建错误告诉我:
[WARNING] The POM for org.apache.zeppelin:zeppelin-zengine:jar:0.7.0-SNAPSHOT is missing, no dependency information available
导致以下警告:
[WARNING] The requested profile "spark-2.0" could not be activated because it does not exist.
[WARNING] The requested profile "hadoop-2.7" could not be activated because it does not exist.
[WARNING] The requested profile "yarn" could not be activated because it does not exist.
[WARNING] The requested profile "pyspark" could not be activated because it does not exist.
[WARNING] The requested profile "sparkr" could not be activated because it does not exist.
终于出现了这个错误:
[ERROR] Failed to execute goal on project zeppelin-server: Could not resolve dependencies for project org.apache.zeppelin:zeppelin-server:jar:0.7.0-SNAPSHOT: Could not find artifact org.apache.zeppelin:zeppelin-zengine:jar:0.7.0-SNAPSHOT in apache.snapshots (http://repository.apache.org/snapshots) -> [Help 1]
提前感谢您帮助我解决这个问题。
PS:对不起我的英语不好
【问题讨论】:
标签: apache-spark docker ubuntu-14.04 apache-zeppelin