Build error installing Apache Zeppelin

I'm on my way trying to get Apache Zeppelin to work on my Linux virtual machine. I follow this guide:

http://madhukaudantha.blogspot.ca/2015/03/building-apache-zeppelin.html

I have done the following:

  • git car clone
  • now trying to run 'mvn clean package'

I get the following error message, I really need to run this.

[INFO] Reactor Summary:
[INFO]
[INFO] Zeppelin .......................................... SUCCESS [16.124s]
[INFO] Zeppelin: Interpreter ............................. SUCCESS [36.026s]
[INFO] Zeppelin: Zengine ................................. SUCCESS [27.440s]
[INFO] Zeppelin: Spark ................................... SUCCESS [53.438s]
[INFO] Zeppelin: Markdown interpreter .................... SUCCESS [6.041s]
[INFO] Zeppelin: Angular interpreter ..................... SUCCESS [7.397s]
[INFO] Zeppelin: Shell interpreter ....................... SUCCESS [4.140s]
[INFO] Zeppelin: Hive interpreter ........................ SUCCESS [1:09.114s]
[INFO] Zeppelin: Tajo interpreter ........................ SUCCESS [15.153s]
[INFO] Zeppelin: web Application ......................... FAILURE [0.492s]
[INFO] Zeppelin: Server .................................. SKIPPED
[INFO] Zeppelin: Packaging distribution .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:57.426s
[INFO] Finished at: Wed Apr 29 12:18:39 EDT 2015
[INFO] Final Memory: 78M/266M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:install-node -and-npm (install node and npm) on project zeppelin-web: The plugin com.github.eirslett:fron tend-maven-plugin:0.0.23 requires Maven version 3.1.0 -> [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 follow ing articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginIncompatibleExceptio n
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :zeppelin-web

I tried to contact the apache incubator team via email ( users@zeppelin.incubator.apache.org ), however the letters bounced back. Ill continues to refuse to find a solution.

+4
source share
8 answers

, Maven3 ( ) maven PATH

export PATH = $PATH: $MAVEN_HOME/bin

PATH maven. mvn -version 2.x

maven, .

bdalab @solai:/opt $ sudo update-alternatives --install/usr/bin/mvn mvn $MAVEN_HOME/bin/mvn 1

bdalab @solai:/opt $ sudo update-alternatives --config mvn

, maven3,

+1

mvn install -DskipTests :
1) Java 7
2) Maven 3.3 - tar . MAVEN_HOME /etc/profile. ""
3) 0.9.0
4) CDH4

.

+1

URL- node npm wget: wget XXXnode-12.4.tar.gz url , issuel

0

, nodejs, npm. nodejs, npm.

sudo yum install nodejs npm --enablerepo=epel
0

git config :

git config --global url."https://".insteadOf git://

, Maven > v3.0, npm, nodejs bower .

0

, maven 3.2. maven 3.3.3, , , .

0

zeppelin, "bower install".

nodejs

yum install -y node

npm install -g bower

grunt

npm install -g grunt

root (.. zeppelin)

cd zeppelin-web

bower ( )

cd.. mvn -rf: zeppelin-web

0
source

https://github.com/NFLabs/zeppelin/issues/320

Switching github from git: // to https: // will do the trick.

-1
source

All Articles