在Apache Geode解释器阶段,Apache Zeppelin构建失败,返回代码409,ReasonPhrase:Conflict

时间:2015-10-09 23:51:06

标签: maven apache-spark apache-zeppelin geode

目前是整个Ubuntu / Maven / hadoop / spark / zeppelin的新手,并且在zeppelin安装中已经停留了一段时间。有人可以帮我一把吗?这也是我关于堆栈溢出的第一篇文章,所以让我知道我是否可以以任何方式改进这个问题的内容,使其更容易访问。感谢

问题:
在Ubuntu中安装的Apache Zeppelin在Apache Geode解释器阶段失败

目前安装的版本:
- Ubuntu 14.04 LTS
- Spark 1.5.1
- Hadoop 2.6.0
- Maven 3.0.5
- Java 1.7.0_79
- Zeppelin(最新来自GIT)

在终端中呼叫(作为非root用户):

sudo mvn install -DskipTests -Dspark.version=1.5.1 -Dhadoop.version=2.6.0

输出:

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Zeppelin .......................................... SUCCESS [10:16.733s]
[INFO] Zeppelin: Interpreter ............................. SUCCESS [56.534s]
[INFO] Zeppelin: Zengine ................................. SUCCESS [5.153s]
[INFO] Zeppelin: Spark dependencies ...................... SUCCESS [24.264s]
[INFO] Zeppelin: Spark ................................... SUCCESS [32.938s]
[INFO] Zeppelin: Markdown interpreter .................... SUCCESS [1.532s]
[INFO] Zeppelin: Angular interpreter ..................... SUCCESS [1.427s]
[INFO] Zeppelin: Shell interpreter ....................... SUCCESS [1.423s]
[INFO] Zeppelin: Hive interpreter ........................ SUCCESS [2.756s]
[INFO] Zeppelin: Apache Phoenix Interpreter .............. SUCCESS [6.107s]
[INFO] Zeppelin: Apache Geode interpreter ................ FAILURE [0.485s]
[INFO] Zeppelin: PostgreSQL interpreter .................. SKIPPED
[INFO] Zeppelin: Tajo interpreter ........................ SKIPPED
[INFO] Zeppelin: Flink ................................... SKIPPED
[INFO] Zeppelin: Apache Ignite interpreter ............... SKIPPED
[INFO] Zeppelin: Kylin interpreter ....................... SKIPPED
[INFO] Zeppelin: Lens interpreter ........................ SKIPPED
[INFO] Zeppelin: Cassandra ............................... SKIPPED
[INFO] Zeppelin: web Application ......................... SKIPPED
[INFO] Zeppelin: Server .................................. SKIPPED
[INFO] Zeppelin: Packaging distribution .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:30.506s
[INFO] Finished at: Sat Oct 10 00:35:05 CEST 2015
[INFO] Final Memory: 120M/652M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on project zeppelin-geode: Failed to resolve dependencies for one or more projects in the reactor. Reason: Unable to get dependency information for org.apache.geode:gemfire-json:jar:1.0.0-incubating-SNAPSHOT: Failed to retrieve POM for org.apache.geode:gemfire-json:jar:1.0.0-incubating-SNAPSHOT: Failure to transfer org.apache.geode:gemfire-json:pom:1.0.0-incubating-SNAPSHOT from http://repo.spring.io/ext-release-local was cached in the local repository, resolution will not be reattempted until the update interval of ext-release-local has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.geode:gemfire-json:pom:1.0.0-incubating-SNAPSHOT from/to ext-release-local (http://repo.spring.io/ext-release-local): Failed to transfer file: http://repo.spring.io/ext-release-local/org/apache/geode/gemfire-json/1.0.0-incubating-SNAPSHOT/gemfire-json-1.0.0-incubating-SNAPSHOT.pom. Return code is: 409 , ReasonPhrase:Conflict.
[ERROR] org.apache.geode:gemfire-json:jar:1.0.0-incubating-SNAPSHOT
[ERROR] 
[ERROR] from the specified remote repositories:
[ERROR] apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false),
[ERROR] spring-release (https://repo.spring.io/release, releases=true, snapshots=true),
[ERROR] spring-snapshot (https://repo.spring.io/snapshot, releases=true, snapshots=true),
[ERROR] libs-release (http://repo.spring.io/libs-release, releases=true, snapshots=true),
[ERROR] ext-release-local (http://repo.spring.io/ext-release-local, releases=true, snapshots=true)
[ERROR] Path to dependency:
[ERROR] 1) org.apache.zeppelin:zeppelin-geode:jar:0.6.0-incubating-SNAPSHOT
[ERROR] 2) org.apache.geode:gemfire-core:jar:1.0.0-incubating-SNAPSHOT
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :zeppelin-geode

1 个答案:

答案 0 :(得分:1)

带着一杯新鲜咖啡和笔记本电脑重启的新一天显然解决了这个问题。