Github user funes79 commented on the issue:

    https://github.com/apache/zeppelin/pull/2016
  
    -> Tried to compile
    mvn -X clean package -pl 'zeppelin-web' -DskipTests;
    
    -> But failed. Using Centos 7 and the master branch. 
    [ERROR] error 
/home/centos/incubator-zeppelin/zeppelin-web/node_modules/phantomjs-prebuilt: 
Command failed.
    [ERROR] Exit code: 1
    [ERROR] Command: sh
    [ERROR] Arguments: -c node install.js
    [ERROR] Directory: 
/home/centos/incubator-zeppelin/zeppelin-web/node_modules/phantomjs-prebuilt
    [ERROR] Output:
    [ERROR] PhantomJS not found on PATH
    [ERROR] Download already available at 
/tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
    [ERROR] Verified checksum of previously downloaded file
    [ERROR] Extracting tar contents (via spawned process)
    [ERROR] Error extracting archive
    [ERROR] Phantom installation failed { Error: Command failed: tar jxf 
/tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
    [ERROR] tar (child): bzip2: Cannot exec: No such file or directory
    [ERROR] tar (child): Error is not recoverable: exiting now
    [ERROR] tar: Child returned status 2
    [ERROR] tar: Error is not recoverable: exiting now
    [ERROR]
    [ERROR]     at ChildProcess.exithandler (child_process.js:206:12)
    [ERROR]     at emitTwo (events.js:106:13)
    [ERROR]     at ChildProcess.emit (events.js:191:7)
    [ERROR]     at maybeClose (internal/child_process.js:877:16)
    [ERROR]     at Socket.<anonymous> (internal/child_process.js:334:11)
    [ERROR]     at emitOne (events.js:96:13)
    [ERROR]     at Socket.emit (events.js:188:7)
    [ERROR]     at Pipe._handle.close [as _onclose] (net.js:498:12)
    [ERROR]   killed: false,
    [ERROR]   code: 2,
    [ERROR]   signal: null,
    [ERROR]   cmd: 'tar jxf 
/tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2' } Error: Command failed: 
tar jxf /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
    [ERROR] tar (child): bzip2: Cannot exec: No such file or directory
    [ERROR] tar (child): Error is not recoverable: exiting now
    [ERROR] tar: Child returned status 2
    [ERROR] tar: Error is not recoverable: exiting now
    [ERROR]
    [ERROR]     at ChildProcess.exithandler (child_process.js:206:12)
    [ERROR]     at emitTwo (events.js:106:13)
    [ERROR]     at ChildProcess.emit (events.js:191:7)
    [ERROR]     at maybeClose (internal/child_process.js:877:16)
    [ERROR]     at Socket.<anonymous> (internal/child_process.js:334:11)
    [ERROR]     at emitOne (events.js:96:13)
    [ERROR]     at Socket.emit (events.js:188:7)
    [ERROR]     at Pipe._handle.close [as _onclose] (net.js:498:12)
    [INFO] info Visit https://yarnpkg.com/en/docs/cli/install for documentation 
about this command.
    [INFO] 
------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] 
------------------------------------------------------------------------
    [INFO] Total time: 01:11 min
    [INFO] Finished at: 2017-10-31T08:45:59Z
    [INFO] Final Memory: 59M/414M
    [INFO] 
------------------------------------------------------------------------
    [ERROR] Failed to execute goal 
com.github.eirslett:frontend-maven-plugin:1.3:yarn (yarn install) on project 
zeppelin-web: Failed to run task: 'yarn install --no-lockfile' failed. (error 
code 1) -> [Help 1]
    org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
goal com.github.eirslett:frontend-maven-plugin:1.3:yarn (yarn install) on 
project zeppelin-web: Failed to run task
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:213)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:154)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:146)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
        at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:51)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
        at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
        at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
        at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
        at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
        at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
        at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke (Method.java:498)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
(Launcher.java:229)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
(Launcher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main 
(Launcher.java:356)
    Caused by: org.apache.maven.plugin.MojoFailureException: Failed to run task
        at 
com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute 
(AbstractFrontendMojo.java:95)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:134)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:208)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:154)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:146)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
        at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:51)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
        at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
        at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
        at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
        at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
        at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
        at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke (Method.java:498)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
(Launcher.java:229)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
(Launcher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main 
(Launcher.java:356)
    Caused by: 
com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'yarn 
install --no-lockfile' failed. (error code 1)
        at 
com.github.eirslett.maven.plugins.frontend.lib.YarnTaskExecutor.execute 
(YarnTaskExecutor.java:61)
        at com.github.eirslett.maven.plugins.frontend.mojo.YarnMojo.execute 
(YarnMojo.java:65)
        at 
com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute 
(AbstractFrontendMojo.java:89)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:134)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:208)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:154)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:146)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
        at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:51)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
        at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
        at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
        at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
        at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
        at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
        at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke (Method.java:498)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
(Launcher.java:229)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
(Launcher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main 
(Launcher.java:356)
        


---

Reply via email to