LoginSignup
0
0

More than 5 years have passed since last update.

Apache Zeppelinのビルドでハマった件

Posted at

とにかくzepplelin-webがビルドできない

[ERROR] SLF4J: Class path contains multiple SLF4J bindings.
とか
pom.xmlをいじって上記を回避してもnpm関連のエラーとか。
よしんばそれを回避してもgruntのエラーとか。

うまくいった方法

gitのタグ指定

sudoできるユーザでmvnすること

具体的な手順

sudoできるユーザで

git clone https://github.com/apache/incubator-zeppelin
git checkout refs/tags/v0.5.0

その時点で存在するtagはgit tag -lで確認

mvn install -DskipTests -Dspark.version=1.3.1 -Dhadoop.version=1.2.1

sparkバージョンとhadoopバージョンは適宜変えてね

[INFO] BUILD SUCCESS
以上!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0