Skip to content

Update Lens interpreter pom.xml to use non-snapshot Lens version - #159

Closed
praagarw wants to merge 1 commit into
apache:masterfrom
praagarw:patch-2
Closed

Update Lens interpreter pom.xml to use non-snapshot Lens version#159
praagarw wants to merge 1 commit into
apache:masterfrom
praagarw:patch-2

Conversation

@praagarw

Copy link
Copy Markdown
Contributor

updating lens.version to a non-snapshot version i.e. 2.2.0-beta-incubating

updating lens.version to a non-snapshot version i.e. 2.2.0-beta-incubating
@praagarwpraagarw changed the title Update pom.xmlUpdate Lens interpreter pom.xml to use non-snapshot Lens versionJul 20, 2015
@praagarwpraagarw mentioned this pull request Jul 20, 2015
@Leemoonsoo

Copy link
Copy Markdown
Member

Thanks! LGTM

Leemoonsoo pushed a commit to Leemoonsoo/zeppelin that referenced this pull request Sep 17, 2015
updating lens.version to a non-snapshot version i.e. 2.2.0-beta-incubating
Author: praagarw <praagarw@gmail.com>
Closesapache#159 from praagarw/patch-2 and squashes the following commits:
f4ce8e2 [praagarw] Update pom.xml
(cherry picked from commit 6a011b9)
Signed-off-by: Lee moon soo <moon@apache.org>
@easimadi

Copy link
Copy Markdown

I am new to zeppelin... I get the failure below at zeppelin-Lens when installing zeppelin on windows 8. Any help please.

[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

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@praagarw@Leemoonsoo@easimadi