Hi. I am trying to install Zeppelin and so far this didn't work for me.
I am sure this is just my own stupidity, but still could you please point me in the right direction? I tried a couple of different things, but to make things simple I ran a scenario again that I suspect should be fairly common: Starting from zero and installing the current version of Zeppelin, Spark and Hadoop. snow:~ mkamp$ git clone https://github.com/apache/incubator-zeppelin.git && cd incubator-zeppelin/ && mvn clean package -X -Pspark-1.5 -Dhadoop.version=2.6.0 -Phadoop-2.6 -DskipTests ... I get this result: [INFO] Reactor Summary: [INFO] [INFO] Zeppelin .......................................... SUCCESS [7.798s] [INFO] Zeppelin: Interpreter ............................. SUCCESS [15.299s] [INFO] Zeppelin: Zengine ................................. SUCCESS [4.090s] [INFO] Zeppelin: Spark dependencies ...................... SUCCESS [42.389s] [INFO] Zeppelin: Spark ................................... SUCCESS [38.540s] [INFO] Zeppelin: Markdown interpreter .................... SUCCESS [0.912s] [INFO] Zeppelin: Angular interpreter ..................... SUCCESS [0.644s] [INFO] Zeppelin: Shell interpreter ....................... SUCCESS [0.583s] [INFO] Zeppelin: Hive interpreter ........................ SUCCESS [4.171s] [INFO] Zeppelin: Apache Phoenix Interpreter .............. SUCCESS [7.083s] [INFO] Zeppelin: Apache Geode interpreter ................ SUCCESS [4.097s] [INFO] Zeppelin: PostgreSQL interpreter .................. SUCCESS [0.843s] [INFO] Zeppelin: Tajo interpreter ........................ SUCCESS [1.055s] [INFO] Zeppelin: Flink ................................... SUCCESS [10.731s] [INFO] Zeppelin: Apache Ignite interpreter ............... SUCCESS [1.338s] [INFO] Zeppelin: Kylin interpreter ....................... SUCCESS [0.763s] [INFO] Zeppelin: Lens interpreter ........................ SUCCESS [3.754s] [INFO] Zeppelin: Cassandra ............................... SUCCESS [1:02.923s] [INFO] Zeppelin: web Application ......................... FAILURE [4:43.080s] [INFO] Zeppelin: Server .................................. SKIPPED [INFO] Zeppelin: Packaging distribution .................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8:11.183s [INFO] Finished at: Thu Sep 17 23:02:29 CEST 2015 [INFO] Final Memory: 162M/1712M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:grunt (grunt build) on project zeppelin-web: Failed to run task: 'grunt --no-color' failed. (error code 3) -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:grunt (grunt build) on project zeppelin-web: Failed to run task at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at [...] ... 19 more Caused by: com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt --no-color' failed. (error code 3) at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38) at com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69) ... 21 more [ERROR] [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :zeppelin-web Many thanks. Mariano