Hi, Zeppelin uses https://github.com/eirslett/frontend-maven-plugin to build zeppelin-web. according to their doc, they uses proxy setting in settings.xml file. Could you try http://maven.apache.org/guides/mini/guide-proxies.html ?
hope this helps. moon On Thu, Jun 25, 2015 at 11:07 PM Ranjit Manuel <ranjit.f.man...@gmail.com> wrote: > I get this error while I install Zeppelin. Any idea what could be the > possible reason. I am using proxy server. > > [INFO] Extracting Node.js files in node_tmp > > [INFO] Unpacking > /home/ranjit/incubator-zeppelin-master/zeppelin-web/node_tmp/node.tar.gz > into /home/ranjit/incubator-zeppelin-master/zeppelin-web/node_tmp > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Reactor Summary: > > [INFO] > > [INFO] Zeppelin ........................................... SUCCESS [ > 1.490 s] > > [INFO] Zeppelin: Interpreter .............................. SUCCESS [ > 2.738 s] > > [INFO] Zeppelin: Zengine .................................. SUCCESS [ > 0.704 s] > > [INFO] Zeppelin: Spark .................................... SUCCESS [ > 26.819 s] > > [INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [ > 0.222 s] > > [INFO] Zeppelin: Angular interpreter ...................... SUCCESS [ > 0.152 s] > > [INFO] Zeppelin: Shell interpreter ........................ SUCCESS [ > 0.153 s] > > [INFO] Zeppelin: Hive interpreter ......................... SUCCESS [ > 0.378 s] > > [INFO] Zeppelin: Tajo interpreter ......................... SUCCESS [ > 0.258 s] > > [INFO] Zeppelin: Flink .................................... SUCCESS [ > 3.672 s] > > [INFO] Zeppelin: Apache Ignite interpreter ................ SUCCESS [ > 0.314 s] > > [INFO] Zeppelin: web Application .......................... FAILURE [ > 0.320 s] > > [INFO] Zeppelin: Server ................................... SKIPPED > > [INFO] Zeppelin: Packaging distribution ................... SKIPPED > > [INFO] > ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Total time: 37.420 s > > [INFO] Finished at: 2015-06-26T11:13:41+05:30 > > [INFO] Final Memory: 107M/1231M > > [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: Could not extract the Node > archive: Could not extract archive: > '/home/ranjit/incubator-zeppelin-master/zeppelin-web/node_tmp/node.tar.gz': > Input is not in the .gz format -> [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:// > <http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException> > cwiki.apache.org > <http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException> > /confluence/display/MAVEN/ > <http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException> > MojoFailureException > <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 >