You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by easimadi <gi...@git.apache.org> on 2015/10/15 11:20:50 UTC

[GitHub] incubator-zeppelin pull request: Update Lens interpreter pom.xml t...

Github user easimadi commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/159#issuecomment-148328195
  
    I am new to zeppelin... I get the failure below at *zeppelin-Lens* when installing zeppelin on windows 8.
    
    
    [INFO] 118 errors 
    [INFO] -------------------------------------------------------------
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO] 
    [INFO] Zeppelin: Lens interpreter ......................... FAILURE [ 15.365 s]
    [INFO] Zeppelin: Cassandra ................................ SKIPPED
    [INFO] Zeppelin: web Application .......................... SKIPPED
    [INFO] Zeppelin: Server ................................... SKIPPED
    [INFO] Zeppelin: Packaging distribution ................... SKIPPED
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 16.678 s
    [INFO] Finished at: 2015-10-15T09:58:31+01:00
    [INFO] Final Memory: 20M/49M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project zeppelin-lens: Compilation failure: Compilation failure:
    [ERROR] error reading C:\mypath\.m2\repository\org\checkerframework\jdk7\1.9.1\jdk7-1.9.1.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\apache\lens\lens-cli\2.2.0-beta-incubating\lens-cli-2.2.0-beta-incubating.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\apache\lens\lens-client\2.2.0-beta-incubating\lens-client-2.2.0-beta-incubating.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\codehaus\jackson\jackson-xc\1.9.11\jackson-xc-1.9.11.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\codehaus\jackson\jackson-jaxrs\1.9.11\jackson-jaxrs-1.9.11.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\glassfish\jersey\core\jersey-server\2.3.1\jersey-server-2.3.1.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\glassfish\jersey\core\jersey-client\2.3.1\jersey-client-2.3.1.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\springframework\shell\spring-shell\1.1.0.RELEASE\spring-shell-1.1.0.RELEASE.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\apache\hadoop\hadoop-common\2.4.0\hadoop-common-2.4.0.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\checkerframework\jdk7\1.9.1\jdk7-1.9.1.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\apache\lens\lens-cli\2.2.0-beta-incubating\lens-cli-2.2.0-beta-incubating.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\apache\lens\lens-client\2.2.0-beta-incubating\lens-client-2.2.0-beta-incubating.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\codehaus\jackson\jackson-xc\1.9.11\jackson-xc-1.9.11.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\codehaus\jackson\jackson-jaxrs\1.9.11\jackson-jaxrs-1.9.11.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\glassfish\jersey\core\jersey-server\2.3.1\jersey-server-2.3.1.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\glassfish\jersey\core\jersey-client\2.3.1\jersey-client-2.3.1.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\springframework\shell\spring-shell\1.1.0.RELEASE\spring-shell-1.1.0.RELEASE.jar; error in opening zip file
    [ERROR] error reading C:\mypath\.m2\repository\org\apache\hadoop\hadoop-common\2.4.0\hadoop-common-2.4.0.jar; error in opening zip file
    [ERROR] /C:/mypath/incubator-zeppelin/lens/src/main/java/org/apache/zeppelin/lens/LensBootstrap.java:[21,49] package org.springframework.beans.factory.support does not exist
    [ERROR] /C:/mypath/incubator-zeppelin/lens/src/main/java/org/apache/zeppelin/lens/LensBootstrap.java:[22,49] package org.springframework.beans.factory.support does not exist
    [ERROR] /C:/mypath/incubator-zeppelin/lens/src/main/java/org/apache/zeppelin/lens/LensBootstrap.java:[23,43] package org.springframework.context.support does not exist
    [ERROR] /C:/mypath/incubator-zeppelin/lens/src/main/java/org/apache/zeppelin/lens/LensBootstrap.java:[24,38] package org.springframework.shell.core does not exist
    [ERROR] /C:/mypath/incubator-zeppelin/lens/src/main/java/org/apache/zeppelin/lens/LensBootstrap.java:[29,61] package org.springframework.shell does not exist
    [ERROR] /C:/mypath/incubator-zeppelin/lens/src/main/java/org/apache/zeppelin/lens/LensJLineShellComponent.java:[20,33] package org.springframework.beans does not exist
    [ERROR] /C:/mypath/incubator-zeppelin/lens/src/main/java/org/apache/zeppelin/lens/LensJLineShellComponent.java:[21,41] package org.springframework.beans.factory does not exist


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

Re: [GitHub] incubator-zeppelin pull request: Update Lens interpreter pom.xml t...

Posted by moon soo Lee <mo...@apache.org>.
Your error message says can not open files from your local m2 repository.
Can you try again after cleaning the m2 repository? (or clean directory
that has error)

Thanks,
moon

On Thu, Oct 15, 2015 at 12:21 PM easimadi <gi...@git.apache.org> wrote:

> Github user easimadi commented on the pull request:
>
>
> https://github.com/apache/incubator-zeppelin/pull/159#issuecomment-148328195
>
>     I am new to zeppelin... I get the failure below at *zeppelin-Lens*
> when installing zeppelin on windows 8.
>
>
>     [INFO] 118 errors
>     [INFO] -------------------------------------------------------------
>     [INFO]
> ------------------------------------------------------------------------
>     [INFO] Reactor Summary:
>     [INFO]
>     [INFO] Zeppelin: Lens interpreter ......................... FAILURE [
> 15.365 s]
>     [INFO] Zeppelin: Cassandra ................................ SKIPPED
>     [INFO] Zeppelin: web Application .......................... SKIPPED
>     [INFO] Zeppelin: Server ................................... SKIPPED
>     [INFO] Zeppelin: Packaging distribution ................... SKIPPED
>     [INFO]
> ------------------------------------------------------------------------
>     [INFO] BUILD FAILURE
>     [INFO]
> ------------------------------------------------------------------------
>     [INFO] Total time: 16.678 s
>     [INFO] Finished at: 2015-10-15T09:58:31+01:00
>     [INFO] Final Memory: 20M/49M
>     [INFO]
> ------------------------------------------------------------------------
>     [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
> (default-compile) on project zeppelin-lens: Compilation failure:
> Compilation failure:
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\checkerframework\jdk7\1.9.1\jdk7-1.9.1.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\apache\lens\lens-cli\2.2.0-beta-incubating\lens-cli-2.2.0-beta-incubating.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\apache\lens\lens-client\2.2.0-beta-incubating\lens-client-2.2.0-beta-incubating.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\codehaus\jackson\jackson-xc\1.9.11\jackson-xc-1.9.11.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\codehaus\jackson\jackson-jaxrs\1.9.11\jackson-jaxrs-1.9.11.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\glassfish\jersey\core\jersey-server\2.3.1\jersey-server-2.3.1.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\glassfish\jersey\core\jersey-client\2.3.1\jersey-client-2.3.1.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\springframework\shell\spring-shell\1.1.0.RELEASE\spring-shell-1.1.0.RELEASE.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\apache\hadoop\hadoop-common\2.4.0\hadoop-common-2.4.0.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\checkerframework\jdk7\1.9.1\jdk7-1.9.1.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\apache\lens\lens-cli\2.2.0-beta-incubating\lens-cli-2.2.0-beta-incubating.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\apache\lens\lens-client\2.2.0-beta-incubating\lens-client-2.2.0-beta-incubating.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\codehaus\jackson\jackson-xc\1.9.11\jackson-xc-1.9.11.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\codehaus\jackson\jackson-jaxrs\1.9.11\jackson-jaxrs-1.9.11.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\glassfish\jersey\core\jersey-server\2.3.1\jersey-server-2.3.1.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\glassfish\jersey\core\jersey-client\2.3.1\jersey-client-2.3.1.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\springframework\shell\spring-shell\1.1.0.RELEASE\spring-shell-1.1.0.RELEASE.jar;
> error in opening zip file
>     [ERROR] error reading
> C:\mypath\.m2\repository\org\apache\hadoop\hadoop-common\2.4.0\hadoop-common-2.4.0.jar;
> error in opening zip file
>     [ERROR]
> /C:/mypath/incubator-zeppelin/lens/src/main/java/org/apache/zeppelin/lens/LensBootstrap.java:[21,49]
> package org.springframework.beans.factory.support does not exist
>     [ERROR]
> /C:/mypath/incubator-zeppelin/lens/src/main/java/org/apache/zeppelin/lens/LensBootstrap.java:[22,49]
> package org.springframework.beans.factory.support does not exist
>     [ERROR]
> /C:/mypath/incubator-zeppelin/lens/src/main/java/org/apache/zeppelin/lens/LensBootstrap.java:[23,43]
> package org.springframework.context.support does not exist
>     [ERROR]
> /C:/mypath/incubator-zeppelin/lens/src/main/java/org/apache/zeppelin/lens/LensBootstrap.java:[24,38]
> package org.springframework.shell.core does not exist
>     [ERROR]
> /C:/mypath/incubator-zeppelin/lens/src/main/java/org/apache/zeppelin/lens/LensBootstrap.java:[29,61]
> package org.springframework.shell does not exist
>     [ERROR]
> /C:/mypath/incubator-zeppelin/lens/src/main/java/org/apache/zeppelin/lens/LensJLineShellComponent.java:[20,33]
> package org.springframework.beans does not exist
>     [ERROR]
> /C:/mypath/incubator-zeppelin/lens/src/main/java/org/apache/zeppelin/lens/LensJLineShellComponent.java:[21,41]
> package org.springframework.beans.factory does not exist
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at infrastructure@apache.org or file a JIRA ticket
> with INFRA.
> ---
>