Madhav A created ZEPPELIN-489:
---------------------------------
Summary: Getting a java.lang.OutOfMemoryError: PermGen space in
maven build
Key: ZEPPELIN-489
URL: https://issues.apache.org/jira/browse/ZEPPELIN-489
Project: Zeppelin
Issue Type: Bug
Components: build
Affects Versions: 0.5.5
Environment: Mac OSX 10.10.3
Reporter: Madhav A
Was trying to run a maven build of zepplin 0.5.5 but the build failed with the
following error:
Exception in thread "main" java.lang.OutOfMemoryError: PermGen space
at
java.util.concurrent.CopyOnWriteArrayList.iterator(CopyOnWriteArrayList.java:959)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:877)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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)
Following is a part of the build log:
[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @
zeppelin-ignite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<SourceCodeRepo>/incubator-zeppelin/ignite/src/test/resources
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
zeppelin-ignite ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ zeppelin-ignite ---
[INFO] Tests are skipped.
[INFO]
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (cobertura) < [cobertura]test @
zeppelin-ignite <<<
[INFO]
[INFO] --- cobertura-maven-plugin:2.7:cobertura (cobertura) @ zeppelin-ignite
---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 3 classes.
Report time: 291ms
[INFO] Cobertura Report generation was successful.
[WARNING] The following dependencies could not be resolved at this point of the
build but seem to be part of the reactor:
[WARNING] o org.apache.zeppelin:zeppelin-server:jar:0.6.0-incubating-SNAPSHOT
(compile)
[WARNING] o org.apache.zeppelin:zeppelin-web:war:0.6.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle-aggregate
(checkstyle-gen-html-report) @ zeppelin-ignite ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin: Kylin interpreter 0.6.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-fail-build) @
zeppelin-kylin ---
[INFO]
[INFO]
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @
zeppelin-kylin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO]
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ zeppelin-kylin
---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
zeppelin-kylin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<SourceCodeRepo>/incubator-zeppelin/kylin/src/main/resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ zeppelin-kylin
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to
<SourceCodeRepo>/incubator-zeppelin/kylin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @
zeppelin-kylin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<SourceCodeRepo>/incubator-zeppelin/kylin/src/test/resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
zeppelin-kylin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to
<SourceCodeRepo>/incubator-zeppelin/kylin/target/test-classes
[WARNING]
<SourceCodeRepo>/incubator-zeppelin/kylin/src/test/java/KylinInterpreterTest.java:
<SourceCodeRepo>/incubator-zeppelin/kylin/src/test/java/KylinInterpreterTest.java
uses or overrides a deprecated API.
[WARNING]
<SourceCodeRepo>/incubator-zeppelin/kylin/src/test/java/KylinInterpreterTest.java:
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ zeppelin-kylin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ zeppelin-kylin ---
[INFO] Building jar:
<SourceCodeRepo>/incubator-zeppelin/kylin/target/zeppelin-kylin-0.6.0-incubating-SNAPSHOT.jar
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @
zeppelin-kylin ---
[INFO] Copying commons-codec-1.5.jar to
<SourceCodeRepo>/incubator-zeppelin/kylin/target/../../interpreter/kylin/commons-codec-1.5.jar
[INFO] Copying httpclient-4.3.6.jar to
<SourceCodeRepo>/incubator-zeppelin/kylin/target/../../interpreter/kylin/httpclient-4.3.6.jar
[INFO] Copying httpcore-4.3.3.jar to
<SourceCodeRepo>/incubator-zeppelin/kylin/target/../../interpreter/kylin/httpcore-4.3.3.jar
[INFO] Copying commons-logging-1.1.1.jar to
<SourceCodeRepo>/incubator-zeppelin/kylin/target/../../interpreter/kylin/commons-logging-1.1.1.jar
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy (copy-artifact) @ zeppelin-kylin ---
[INFO] Configured Artifact:
org.apache.zeppelin:zeppelin-kylin:0.6.0-incubating-SNAPSHOT:jar
[INFO] Copying zeppelin-kylin-0.6.0-incubating-SNAPSHOT.jar to
<SourceCodeRepo>/incubator-zeppelin/kylin/target/../../interpreter/kylin/zeppelin-kylin-0.6.0-incubating-SNAPSHOT.jar
[INFO]
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @
zeppelin-kylin ---
[INFO]
[INFO] --- apache-rat-plugin:0.11:check (verify.rat) @ zeppelin-kylin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*.keywords
[INFO] Exclude: reports/**
[INFO] Exclude: **/.idea/
[INFO] Exclude: **/*.iml
[INFO] Exclude: .git/
[INFO] Exclude: .gitignore
[INFO] Exclude: .repository/
[INFO] Exclude: **/*.diff
[INFO] Exclude: **/*.patch
[INFO] Exclude: **/*.avsc
[INFO] Exclude: **/*.avro
[INFO] Exclude: **/*.log
[INFO] Exclude: **/test/resources/**
[INFO] Exclude: **/.settings/*
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.project
[INFO] Exclude: **/target/**
[INFO] Exclude: **/derby.log
[INFO] Exclude: **/metastore_db/
[INFO] Exclude: **/logs/**
[INFO] Exclude: **/run/**
[INFO] Exclude: **/interpreter/**
[INFO] Exclude: **/local-repo/**
[INFO] Exclude: **/null/**
[INFO] Exclude: **/notebook/**
[INFO] Exclude: _tools/site/css/*
[INFO] Exclude: **/README.md
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: DEPLOY.md
[INFO] Exclude: CONTRIBUTING.md
[INFO] Exclude: STYLE.md
[INFO] Exclude: Roadmap.md
[INFO] Exclude: **/licenses/**
[INFO] Exclude: **/zeppelin-distribution/src/bin_license/**
[INFO] Exclude: conf/interpreter.json
[INFO] Exclude: conf/zeppelin-env.sh
[INFO] Exclude: spark-*-bin*/**
[INFO] Exclude: docs/assets/themes/zeppelin/bootstrap/**
[INFO] Exclude: docs/assets/themes/zeppelin/css/style.css
[INFO] Exclude: docs/_includes/themes/zeppelin/_jumbotron.html
[INFO] Exclude: docs/_includes/themes/zeppelin/_navigation.html
[INFO] Exclude: docs/404.html
[INFO] Exclude: docs/_config.yml
[INFO] Exclude: docs/_includes/JB/**
[INFO] Exclude: docs/_layouts/**
[INFO] Exclude: docs/_plugins/**
[INFO] Exclude: docs/atom.xml
[INFO] Exclude: docs/_includes/themes/zeppelin/default.html
[INFO] Exclude: docs/_includes/themes/zeppelin/page.html
[INFO] Exclude: docs/_includes/themes/zeppelin/post.html
[INFO] Exclude: docs/_includes/themes/zeppelin/settings.yml
[INFO] Exclude: docs/Rakefile
[INFO] Exclude: docs/rss.xml
[INFO] Exclude: docs/sitemap.txt
[INFO] Exclude: docs/assets/themes/zeppelin/css/syntax.css
[INFO] Exclude: docs/_site/**
[INFO] Exclude: docs/Gemfile.lock
[INFO] 3 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0
approved: 3 licence.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @
zeppelin-kylin ---
[INFO] Installing
<SourceCodeRepo>/incubator-zeppelin/kylin/target/zeppelin-kylin-0.6.0-incubating-SNAPSHOT.jar
to
/Users/madhav/.m2/repository/org/apache/zeppelin/zeppelin-kylin/0.6.0-incubating-SNAPSHOT/zeppelin-kylin-0.6.0-incubating-SNAPSHOT.jar
[INFO] Installing <SourceCodeRepo>/incubator-zeppelin/kylin/pom.xml to
/Users/madhav/.m2/repository/org/apache/zeppelin/zeppelin-kylin/0.6.0-incubating-SNAPSHOT/zeppelin-kylin-0.6.0-incubating-SNAPSHOT.pom
[INFO]
[INFO] >>> cobertura-maven-plugin:2.7:cobertura (cobertura) > [cobertura]test @
zeppelin-kylin >>>
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-fail-build) @
zeppelin-kylin ---
[INFO]
[INFO]
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @
zeppelin-kylin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO]
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ zeppelin-kylin
---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
zeppelin-kylin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<SourceCodeRepo>/incubator-zeppelin/kylin/src/main/resources
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ zeppelin-kylin
---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- cobertura-maven-plugin:2.7:instrument (cobertura) @ zeppelin-kylin
---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Saved information on 1 classes.
[INFO] Cobertura: Saved information on 1 classes.
[ERROR] SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/Users/madhav/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:<SourceCodeRepo>/incubator-zeppelin/zeppelin-interpreter/target/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/Users/madhav/.m2/repository/org/slf4j/slf4j-log4j12/1.7.10/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type
[ch.qos.logback.classic.util.ContextSelectorStaticBinder]
[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @
zeppelin-kylin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<SourceCodeRepo>/incubator-zeppelin/kylin/src/test/resources
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
zeppelin-kylin ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ zeppelin-kylin ---
[INFO] Tests are skipped.
[INFO]
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (cobertura) < [cobertura]test @
zeppelin-kylin <<<
[INFO]
[INFO] --- cobertura-maven-plugin:2.7:cobertura (cobertura) @ zeppelin-kylin ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 1 classes.
Report time: 213ms
[INFO] Cobertura Report generation was successful.
[WARNING] The following dependencies could not be resolved at this point of the
build but seem to be part of the reactor:
[WARNING] o org.apache.zeppelin:zeppelin-server:jar:0.6.0-incubating-SNAPSHOT
(compile)
[WARNING] o org.apache.zeppelin:zeppelin-web:war:0.6.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle-aggregate
(checkstyle-gen-html-report) @ zeppelin-kylin ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin: Lens interpreter 0.6.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-fail-build) @
zeppelin-lens ---
[INFO]
[INFO]
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @
zeppelin-lens ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO]
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ zeppelin-lens
---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
zeppelin-lens ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<SourceCodeRepo>/incubator-zeppelin/lens/src/main/resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ zeppelin-lens
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to
<SourceCodeRepo>/incubator-zeppelin/lens/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @
zeppelin-lens ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<SourceCodeRepo>/incubator-zeppelin/lens/src/test/resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
zeppelin-lens ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to
<SourceCodeRepo>/incubator-zeppelin/lens/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ zeppelin-lens ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ zeppelin-lens ---
[INFO] Building jar:
<SourceCodeRepo>/incubator-zeppelin/lens/target/zeppelin-lens-0.6.0-incubating-SNAPSHOT.jar
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @
zeppelin-lens ---
[INFO] Copying jersey-common-2.3.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jersey-common-2.3.1.jar
[INFO] Copying spring-core-4.0.3.RELEASE.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/spring-core-4.0.3.RELEASE.jar
[INFO] Copying protobuf-java-2.5.0.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/protobuf-java-2.5.0.jar
[INFO] Copying lens-client-2.2.0-beta-incubating.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/lens-client-2.2.0-beta-incubating.jar
[INFO] Copying cglib-2.2.2.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/cglib-2.2.2.jar
[INFO] Copying httpclient-4.3.6.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/httpclient-4.3.6.jar
[INFO] Copying xz-1.0.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/xz-1.0.jar
[INFO] Copying spring-expression-4.0.3.RELEASE.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/spring-expression-4.0.3.RELEASE.jar
[INFO] Copying commons-logging-1.1.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/commons-logging-1.1.1.jar
[INFO] Copying jaxb2-basics-runtime-0.6.3.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jaxb2-basics-runtime-0.6.3.jar
[INFO] Copying cglib-2.2.0-b14.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/cglib-2.2.0-b14.jar
[INFO] Copying hk2-locator-2.2.0-b14.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/hk2-locator-2.2.0-b14.jar
[INFO] Copying osgi-resource-locator-1.0.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/osgi-resource-locator-1.0.1.jar
[INFO] Copying jersey-media-multipart-2.3.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jersey-media-multipart-2.3.1.jar
[INFO] Copying jackson-mapper-asl-1.9.13.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jackson-mapper-asl-1.9.13.jar
[INFO] Copying zookeeper-3.4.5.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/zookeeper-3.4.5.jar
[INFO] Copying jersey-server-2.3.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jersey-server-2.3.1.jar
[INFO] Copying jetty-util-6.1.26.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jetty-util-6.1.26.jar
[INFO] Copying asm-all-repackaged-2.2.0-b14.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/asm-all-repackaged-2.2.0-b14.jar
[INFO] Copying log4j-1.2.17.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/log4j-1.2.17.jar
[INFO] Copying commons-httpclient-3.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/commons-httpclient-3.1.jar
[INFO] Copying jsch-0.1.42.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jsch-0.1.42.jar
[INFO] Copying jdk7-1.9.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jdk7-1.9.1.jar
[INFO] Copying paranamer-2.3.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/paranamer-2.3.jar
[INFO] Copying commons-lang-2.5.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/commons-lang-2.5.jar
[INFO] Copying jersey-client-2.3.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jersey-client-2.3.1.jar
[INFO] Copying lens-api-2.2.0-beta-incubating.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/lens-api-2.2.0-beta-incubating.jar
[INFO] Copying xmlenc-0.52.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/xmlenc-0.52.jar
[INFO] Copying httpcore-4.3.3.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/httpcore-4.3.3.jar
[INFO] Copying hk2-api-2.2.0-b14.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/hk2-api-2.2.0-b14.jar
[INFO] Copying jackson-xc-1.9.11.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jackson-xc-1.9.11.jar
[INFO] Copying jline-2.11.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jline-2.11.jar
[INFO] Copying jackson-jaxrs-1.9.11.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jackson-jaxrs-1.9.11.jar
[INFO] Copying aopalliance-1.0.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/aopalliance-1.0.jar
[INFO] Copying slf4j-api-1.7.10.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/slf4j-api-1.7.10.jar
[INFO] Copying spring-shell-1.1.0.RELEASE.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/spring-shell-1.1.0.RELEASE.jar
[INFO] Copying commons-cli-1.2.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/commons-cli-1.2.jar
[INFO] Copying javax.ws.rs-api-2.0.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/javax.ws.rs-api-2.0.jar
[INFO] Copying spring-aop-4.0.3.RELEASE.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/spring-aop-4.0.3.RELEASE.jar
[INFO] Copying asm-3.3.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/asm-3.3.1.jar
[INFO] Copying commons-codec-1.5.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/commons-codec-1.5.jar
[INFO] Copying jsr305-1.3.9.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jsr305-1.3.9.jar
[INFO] Copying lens-cli-2.2.0-beta-incubating.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/lens-cli-2.2.0-beta-incubating.jar
[INFO] Copying jasper-compiler-5.5.23.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jasper-compiler-5.5.23.jar
[INFO] Copying avro-1.7.4.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/avro-1.7.4.jar
[INFO] Copying commons-compress-1.4.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/commons-compress-1.4.1.jar
[INFO] Copying spring-beans-4.0.3.RELEASE.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/spring-beans-4.0.3.RELEASE.jar
[INFO] Copying validation-api-1.1.0.Final.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/validation-api-1.1.0.Final.jar
[INFO] Copying servlet-api-2.5.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/servlet-api-2.5.jar
[INFO] Copying hadoop-auth-2.4.0.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/hadoop-auth-2.4.0.jar
[INFO] Copying commons-collections-3.2.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/commons-collections-3.2.1.jar
[INFO] Copying mimepull-1.9.3.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/mimepull-1.9.3.jar
[INFO] Copying spring-context-support-4.0.3.RELEASE.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/spring-context-support-4.0.3.RELEASE.jar
[INFO] Copying lombok-1.12.4.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/lombok-1.12.4.jar
[INFO] Copying config-1.2.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/config-1.2.1.jar
[INFO] Copying commons-math3-3.1.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/commons-math3-3.1.1.jar
[INFO] Copying hadoop-annotations-2.4.0.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/hadoop-annotations-2.4.0.jar
[INFO] Copying jackson-core-asl-1.9.13.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jackson-core-asl-1.9.13.jar
[INFO] Copying commons-io-2.4.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/commons-io-2.4.jar
[INFO] Copying slf4j-log4j12-1.7.10.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/slf4j-log4j12-1.7.10.jar
[INFO] Copying guava-15.0.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/guava-15.0.jar
[INFO] Copying hadoop-common-2.4.0.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/hadoop-common-2.4.0.jar
[INFO] Copying jasper-runtime-5.5.23.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jasper-runtime-5.5.23.jar
[INFO] Copying jsp-api-2.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jsp-api-2.1.jar
[INFO] Copying jets3t-0.9.0.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jets3t-0.9.0.jar
[INFO] Copying spring-context-4.0.3.RELEASE.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/spring-context-4.0.3.RELEASE.jar
[INFO] Copying commons-net-3.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/commons-net-3.1.jar
[INFO] Copying commons-el-1.0.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/commons-el-1.0.jar
[INFO] Copying snappy-java-1.0.4.1.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/snappy-java-1.0.4.1.jar
[INFO] Copying javax.inject-2.2.0-b14.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/javax.inject-2.2.0-b14.jar
[INFO] Copying jetty-6.1.26.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/jetty-6.1.26.jar
[INFO] Copying java-xmlbuilder-0.4.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/java-xmlbuilder-0.4.jar
[INFO] Copying commons-configuration-1.9.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/commons-configuration-1.9.jar
[INFO] Copying javax.annotation-api-1.2.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/javax.annotation-api-1.2.jar
[INFO] Copying hk2-utils-2.2.0-b14.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/hk2-utils-2.2.0-b14.jar
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy (copy-artifact) @ zeppelin-lens ---
[INFO] Configured Artifact:
org.apache.zeppelin:zeppelin-lens:0.6.0-incubating-SNAPSHOT:jar
[INFO] Copying zeppelin-lens-0.6.0-incubating-SNAPSHOT.jar to
<SourceCodeRepo>/incubator-zeppelin/lens/target/../../interpreter/lens/zeppelin-lens-0.6.0-incubating-SNAPSHOT.jar
[INFO]
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @
zeppelin-lens ---
[INFO]
[INFO] --- apache-rat-plugin:0.11:check (verify.rat) @ zeppelin-lens ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*.keywords
[INFO] Exclude: reports/**
[INFO] Exclude: **/.idea/
[INFO] Exclude: **/*.iml
[INFO] Exclude: .git/
[INFO] Exclude: .gitignore
[INFO] Exclude: .repository/
[INFO] Exclude: **/*.diff
[INFO] Exclude: **/*.patch
[INFO] Exclude: **/*.avsc
[INFO] Exclude: **/*.avro
[INFO] Exclude: **/*.log
[INFO] Exclude: **/test/resources/**
[INFO] Exclude: **/.settings/*
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.project
[INFO] Exclude: **/target/**
[INFO] Exclude: **/derby.log
[INFO] Exclude: **/metastore_db/
[INFO] Exclude: **/logs/**
[INFO] Exclude: **/run/**
[INFO] Exclude: **/interpreter/**
[INFO] Exclude: **/local-repo/**
[INFO] Exclude: **/null/**
[INFO] Exclude: **/notebook/**
[INFO] Exclude: _tools/site/css/*
[INFO] Exclude: **/README.md
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: DEPLOY.md
[INFO] Exclude: CONTRIBUTING.md
[INFO] Exclude: STYLE.md
[INFO] Exclude: Roadmap.md
[INFO] Exclude: **/licenses/**
[INFO] Exclude: **/zeppelin-distribution/src/bin_license/**
[INFO] Exclude: conf/interpreter.json
[INFO] Exclude: conf/zeppelin-env.sh
[INFO] Exclude: spark-*-bin*/**
[INFO] Exclude: docs/assets/themes/zeppelin/bootstrap/**
[INFO] Exclude: docs/assets/themes/zeppelin/css/style.css
[INFO] Exclude: docs/_includes/themes/zeppelin/_jumbotron.html
[INFO] Exclude: docs/_includes/themes/zeppelin/_navigation.html
[INFO] Exclude: docs/404.html
[INFO] Exclude: docs/_config.yml
[INFO] Exclude: docs/_includes/JB/**
[INFO] Exclude: docs/_layouts/**
[INFO] Exclude: docs/_plugins/**
[INFO] Exclude: docs/atom.xml
[INFO] Exclude: docs/_includes/themes/zeppelin/default.html
[INFO] Exclude: docs/_includes/themes/zeppelin/page.html
[INFO] Exclude: docs/_includes/themes/zeppelin/post.html
[INFO] Exclude: docs/_includes/themes/zeppelin/settings.yml
[INFO] Exclude: docs/Rakefile
[INFO] Exclude: docs/rss.xml
[INFO] Exclude: docs/sitemap.txt
[INFO] Exclude: docs/assets/themes/zeppelin/css/syntax.css
[INFO] Exclude: docs/_site/**
[INFO] Exclude: docs/Gemfile.lock
[INFO] 7 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0
approved: 7 licence.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ zeppelin-lens
---
[INFO] Installing
<SourceCodeRepo>/incubator-zeppelin/lens/target/zeppelin-lens-0.6.0-incubating-SNAPSHOT.jar
to
/Users/madhav/.m2/repository/org/apache/zeppelin/zeppelin-lens/0.6.0-incubating-SNAPSHOT/zeppelin-lens-0.6.0-incubating-SNAPSHOT.jar
[INFO] Installing <SourceCodeRepo>/incubator-zeppelin/lens/pom.xml to
/Users/madhav/.m2/repository/org/apache/zeppelin/zeppelin-lens/0.6.0-incubating-SNAPSHOT/zeppelin-lens-0.6.0-incubating-SNAPSHOT.pom
[INFO]
[INFO] >>> cobertura-maven-plugin:2.7:cobertura (cobertura) > [cobertura]test @
zeppelin-lens >>>
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-fail-build) @
zeppelin-lens ---
[INFO]
[INFO]
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @
zeppelin-lens ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO]
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ zeppelin-lens
---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
zeppelin-lens ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<SourceCodeRepo>/incubator-zeppelin/lens/src/main/resources
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ zeppelin-lens
---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- cobertura-maven-plugin:2.7:instrument (cobertura) @ zeppelin-lens ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Saved information on 7 classes.
[INFO] Cobertura: Saved information on 7 classes.
[ERROR] SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/Users/madhav/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:<SourceCodeRepo>/incubator-zeppelin/zeppelin-interpreter/target/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/Users/madhav/.m2/repository/org/slf4j/slf4j-log4j12/1.7.10/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type
[ch.qos.logback.classic.util.ContextSelectorStaticBinder]
[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @
zeppelin-lens ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<SourceCodeRepo>/incubator-zeppelin/lens/src/test/resources
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
zeppelin-lens ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ zeppelin-lens ---
[INFO] Tests are skipped.
[INFO]
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (cobertura) < [cobertura]test @
zeppelin-lens <<<
[INFO]
[INFO] --- cobertura-maven-plugin:2.7:cobertura (cobertura) @ zeppelin-lens ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 7 classes.
Report time: 388ms
[INFO] Cobertura Report generation was successful.
[WARNING] The following dependencies could not be resolved at this point of the
build but seem to be part of the reactor:
[WARNING] o org.apache.zeppelin:zeppelin-server:jar:0.6.0-incubating-SNAPSHOT
(compile)
[WARNING] o org.apache.zeppelin:zeppelin-web:war:0.6.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle-aggregate
(checkstyle-gen-html-report) @ zeppelin-lens ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin: Cassandra 0.6.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading:
https://repo.maven.apache.org/maven2/org/scalatest/scalatest-maven-plugin/1.0/scalatest-maven-plugin-1.0.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/scalatest/scalatest-maven-plugin/1.0/scalatest-maven-plugin-1.0.pom
(8 KB at 115.2 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/scalatest/scalatest-maven-plugin/1.0/scalatest-maven-plugin-1.0.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/scalatest/scalatest-maven-plugin/1.0/scalatest-maven-plugin-1.0.jar
(24 KB at 280.3 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/scalatra/scalate/maven-scalate-plugin_2.11/1.7.1/maven-scalate-plugin_2.11-1.7.1.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/scalatra/scalate/maven-scalate-plugin_2.11/1.7.1/maven-scalate-plugin_2.11-1.7.1.pom
(5 KB at 76.3 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/scalatra/scalate/maven-scalate-plugin_2.11/1.7.1/maven-scalate-plugin_2.11-1.7.1.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/scalatra/scalate/maven-scalate-plugin_2.11/1.7.1/maven-scalate-plugin_2.11-1.7.1.jar
(33 KB at 377.6 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.11.7/scala-reflect-2.11.7.jar
Downloading:
https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.11/2.2.4/scalatest_2.11-2.2.4.jar
Downloading:
https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar
Downloading:
https://repo.maven.apache.org/maven2/info/archinnov/achilles-junit/3.2.2/achilles-junit-3.2.2.jar
Downloading:
https://repo.maven.apache.org/maven2/info/archinnov/achilles-embedded/3.2.2/achilles-embedded-3.2.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/info/archinnov/achilles-junit/3.2.2/achilles-junit-3.2.2.jar
(9 KB at 6.6 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/cassandra/cassandra-all/2.1.5/cassandra-all-2.1.5.jar
Downloaded:
https://repo.maven.apache.org/maven2/info/archinnov/achilles-embedded/3.2.2/achilles-embedded-3.2.2.jar
(34 KB at 19.7 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/ning/compress-lzf/0.8.4/compress-lzf-0.8.4.jar
Downloaded:
https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at
136.3 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.1/commons-cli-1.1.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/ning/compress-lzf/0.8.4/compress-lzf-0.8.4.jar
(25 KB at 10.9 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.1/commons-cli-1.1.jar
(36 KB at 13.0 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.3/concurrentlinkedhashmap-lru-1.3.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.3/concurrentlinkedhashmap-lru-1.3.jar
(54 KB at 14.9 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/antlr/antlr/3.5.2/antlr-3.5.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar
(1654 KB at 200.5 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/antlr/ST4/4.0.8/ST4-4.0.8.jar (234 KB
at 23.7 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/antlr/antlr/3.5.2/antlr-3.5.2.jar
(1127 KB at 107.1 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
(164 KB at 14.7 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar
(223 KB at 17.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.jar
(90 KB at 6.1 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar
(16 KB at 1.0 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/boundary/high-scale-lib/1.0.6/high-scale-lib-1.0.6.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar
(748 KB at 47.0 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.11/snakeyaml-1.11.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/boundary/high-scale-lib/1.0.6/high-scale-lib-1.0.6.jar
(103 KB at 6.2 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/mindrot/jbcrypt/0.3m/jbcrypt-0.3m.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/mindrot/jbcrypt/0.3m/jbcrypt-0.3m.jar
(18 KB at 1.0 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/addthis/metrics/reporter-config/2.1.0/reporter-config-2.1.0.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.11/snakeyaml-1.11.jar
(265 KB at 14.6 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/addthis/metrics/reporter-config/2.1.0/reporter-config-2.1.0.jar
(22 KB at 1.1 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.jar
(466 KB at 21.9 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/thinkaurelius/thrift/thrift-server/0.3.7/thrift-server-0.3.7.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar
(60 KB at 2.8 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/lmax/disruptor/3.0.1/disruptor-3.0.1.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/cassandra/cassandra-all/2.1.5/cassandra-all-2.1.5.jar
(4171 KB at 194.2 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/clearspring/analytics/stream/2.5.2/stream-2.5.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/thinkaurelius/thrift/thrift-server/0.3.7/thrift-server-0.3.7.jar
(40 KB at 1.8 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/it/unimi/dsi/fastutil/6.5.7/fastutil-6.5.7.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/clearspring/analytics/stream/2.5.2/stream-2.5.2.jar
(149 KB at 6.7 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/net/sf/supercsv/super-csv/2.1.0/super-csv-2.1.0.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/lmax/disruptor/3.0.1/disruptor-3.0.1.jar
(66 KB at 2.9 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/cassandra/cassandra-thrift/2.1.5/cassandra-thrift-2.1.5.jar
Downloaded:
https://repo.maven.apache.org/maven2/net/sf/supercsv/super-csv/2.1.0/super-csv-2.1.0.jar
(90 KB at 3.9 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.0.0/jna-4.0.0.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.11/2.2.4/scalatest_2.11-2.2.4.jar
(7018 KB at 299.9 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/github/jbellis/jamm/0.3.0/jamm-0.3.0.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/github/jbellis/jamm/0.3.0/jamm-0.3.0.jar
(21 KB at 0.9 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/info/archinnov/achilles-core/3.2.2/achilles-core-3.2.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.11.7/scala-reflect-2.11.7.jar
(4470 KB at 185.6 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/info/archinnov/achilles-model/3.2.2/achilles-model-3.2.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/info/archinnov/achilles-model/3.2.2/achilles-model-3.2.2.jar
(31 KB at 1.2 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/reflections/reflections/0.9.10/reflections-0.9.10.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/reflections/reflections/0.9.10/reflections-0.9.10.jar
(127 KB at 5.0 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar
Downloaded:
https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.0.0/jna-4.0.0.jar
(894 KB at 33.4 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
Downloaded:
https://repo.maven.apache.org/maven2/info/archinnov/achilles-core/3.2.2/achilles-core-3.2.2.jar
(679 KB at 25.2 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
(73 KB at 2.6 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.3.3/jackson-annotations-2.3.3.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.3.3/jackson-annotations-2.3.3.jar
(36 KB at 1.3 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.jar
(195 KB at 6.9 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.3/jackson-module-jaxb-annotations-2.3.3.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar
(732 KB at 25.8 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/cglib/cglib-nodep/2.2.2/cglib-nodep-2.2.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.3/jackson-module-jaxb-annotations-2.3.3.jar
(32 KB at 1.1 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0/guava-16.0.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/cassandra/cassandra-thrift/2.1.5/cassandra-thrift-2.1.5.jar
(1873 KB at 62.0 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar
Downloaded:
https://repo.maven.apache.org/maven2/cglib/cglib-nodep/2.2.2/cglib-nodep-2.2.2.jar
(320 KB at 10.5 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.0/objenesis-1.0.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.0/objenesis-1.0.jar
(28 KB at 0.9 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/assertj/assertj-core/1.7.0/assertj-core-1.7.0.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3.jar
(895 KB at 27.1 KB/sec)
Downloaded:
https://repo.maven.apache.org/maven2/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar
(1465 KB at 43.7 KB/sec)
Downloaded:
https://repo.maven.apache.org/maven2/org/assertj/assertj-core/1.7.0/assertj-core-1.7.0.jar
(605 KB at 17.6 KB/sec)
Downloaded:
https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0/guava-16.0.jar
(2174 KB at 58.4 KB/sec)
Downloaded:
https://repo.maven.apache.org/maven2/it/unimi/dsi/fastutil/6.5.7/fastutil-6.5.7.jar
(16508 KB at 331.3 KB/sec)
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-fail-build) @
zeppelin-cassandra ---
[INFO]
[INFO]
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @
zeppelin-cassandra ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO]
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @
zeppelin-cassandra ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
zeppelin-cassandra ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-scala-plugin:2.15.2:compile (default) @ zeppelin-cassandra ---
[INFO] Checking for multiple versions of scala
[WARNING] Expected all dependencies to require Scala version: 2.11.7
[WARNING] org.apache.zeppelin:zeppelin-cassandra:0.6.0-incubating-SNAPSHOT
requires scala version: 2.11.7
[WARNING] org.scala-lang:scala-compiler:2.11.7 requires scala version: 2.11.7
[WARNING] org.scala-lang.modules:scala-xml_2.11:1.0.4 requires scala version:
2.11.4
[WARNING] Multiple versions of scala libraries detected!
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[INFO] <SourceCodeRepo>/incubator-zeppelin/cassandra/src/main/java:-1: info:
compiling
[INFO] <SourceCodeRepo>/incubator-zeppelin/cassandra/src/main/scala:-1: info:
compiling
[INFO] Compiling 10 source files to
<SourceCodeRepo>/incubator-zeppelin/cassandra/target/classes at 1449467826209
Downloading:
https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.jar
(5408 KB at 886.7 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.jar
(5434 KB at 702.0 KB/sec)
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.util.concurrent.ListenableFuture not
found - continuing with a stub.
[WARNING] warning: Class com.google.common.util.concurrent.ListenableFuture not
found - continuing with a stub.
[WARNING] warning: Class com.google.common.util.concurrent.ListenableFuture not
found - continuing with a stub.
[WARNING] warning: Class com.google.common.util.concurrent.ListenableFuture not
found - continuing with a stub.
[WARNING] warning: Class com.google.common.util.concurrent.ListenableFuture not
found - continuing with a stub.
[WARNING] warning: Class com.google.common.base.Predicate not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.base.Predicate not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.util.concurrent.ListenableFuture not
found - continuing with a stub.
[WARNING] warning: Class com.google.common.util.concurrent.ListenableFuture not
found - continuing with a stub.
[WARNING] warning: Class com.google.common.util.concurrent.ListenableFuture not
found - continuing with a stub.
[WARNING] warning: Class com.google.common.util.concurrent.ListenableFuture not
found - continuing with a stub.
[WARNING] warning: Class com.google.common.util.concurrent.ListenableFuture not
found - continuing with a stub.
[WARNING] warning: Class com.google.common.util.concurrent.ListenableFuture not
found - continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] warning: Class com.google.common.reflect.TypeToken not found -
continuing with a stub.
[WARNING] 47 warnings found
[INFO] prepare-compile in 0 s
[INFO] compile in 45 s
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
zeppelin-cassandra ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to
<SourceCodeRepo>/incubator-zeppelin/cassandra/target/classes
[INFO]
[INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ zeppelin-cassandra ---
[INFO] Checking for multiple versions of scala
[WARNING] Expected all dependencies to require Scala version: 2.11.7
[WARNING] org.apache.zeppelin:zeppelin-cassandra:0.6.0-incubating-SNAPSHOT
requires scala version: 2.11.7
[WARNING] org.scala-lang:scala-compiler:2.11.7 requires scala version: 2.11.7
[WARNING] org.scala-lang.modules:scala-xml_2.11:1.0.4 requires scala version:
2.11.4
[WARNING] Multiple versions of scala libraries detected!
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-scalate-plugin_2.11:1.7.1:precompile (compile) @
zeppelin-cassandra ---
Downloading:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.6.1/slf4j-nop-1.6.1.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.6.1/slf4j-nop-1.6.1.pom
(2 KB at 14.2 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
(10 KB at 175.1 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
(3 KB at 59.7 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
(2 KB at 30.1 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
(16 KB at 203.6 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/2.2/wagon-file-2.2.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/2.2/wagon-file-2.2.pom
(2 KB at 26.6 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.2/wagon-providers-2.2.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.2/wagon-providers-2.2.pom
(3 KB at 39.2 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/2.2/wagon-ssh-2.2.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/2.2/wagon-ssh-2.2.pom
(6 KB at 114.8 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom
Downloaded:
https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom
(4 KB at 52.7 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.2/wagon-ssh-common-2.2.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.2/wagon-ssh-common-2.2.pom
(2 KB at 28.5 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
(726 B at 15.4 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
(2 KB at 19.8 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
(3 KB at 42.3 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
(2 KB at 16.8 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/2.2/wagon-http-lightweight-2.2.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/2.2/wagon-http-lightweight-2.2.pom
(3 KB at 43.7 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared4/2.2/wagon-http-shared4-2.2.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared4/2.2/wagon-http-shared4-2.2.pom
(3 KB at 34.0 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1.2/httpcore-4.1.2.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1.2/httpcore-4.1.2.pom
(8 KB at 92.5 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1.2/httpcomponents-core-4.1.2.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1.2/httpcomponents-core-4.1.2.pom
(10 KB at 127.6 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
(17 KB at 159.0 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom
Downloaded:
https://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom
(9 KB at 151.7 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/15/commons-parent-15.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/15/commons-parent-15.pom
(31 KB at 372.9 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/codehaus/swizzle/swizzle-confluence/1.4/swizzle-confluence-1.4.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/codehaus/swizzle/swizzle-confluence/1.4/swizzle-confluence-1.4.pom
(2 KB at 28.4 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/codehaus/swizzle/swizzle/1.4/swizzle-1.4.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/codehaus/swizzle/swizzle/1.4/swizzle-1.4.pom
(4 KB at 73.8 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/xmlrpc/xmlrpc-client/3.0/xmlrpc-client-3.0.pom
Downloaded:
https://repo.maven.apache.org/maven2/xmlrpc/xmlrpc-client/3.0/xmlrpc-client-3.0.pom
(808 B at 15.5 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc/3.0/xmlrpc-3.0.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc/3.0/xmlrpc-3.0.pom
(12 KB at 197.9 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-common/3.0/xmlrpc-common-3.0.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-common/3.0/xmlrpc-common-3.0.pom
(854 B at 9.9 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.pom
(6 KB at 72.3 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.pom
Downloaded:
https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.pom (2 KB at
24.1 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.0/scala-library-2.11.0.jar
Downloading:
https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.11.0/scala-compiler-2.11.0.jar
Downloading:
https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.11.0/scala-reflect-2.11.0.jar
Downloading:
https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.11/1.0.1/scala-xml_2.11-1.0.1.jar
Downloading:
https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
(410 KB at 140.2 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.6.1/slf4j-nop-1.6.1.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.6.1/slf4j-nop-1.6.1.jar
(5 KB at 1.4 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.11/1.0.1/scala-xml_2.11-1.0.1.jar
(641 KB at 184.6 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
(25 KB at 5.3 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/2.2/wagon-file-2.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
(52 KB at 10.6 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/2.2/wagon-ssh-2.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/2.2/wagon-file-2.2.jar
(11 KB at 2.1 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/2.2/wagon-ssh-2.2.jar
(29 KB at 5.2 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.2/wagon-ssh-common-2.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.2/wagon-ssh-common-2.2.jar
(25 KB at 4.0 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
(12 KB at 1.7 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/2.2/wagon-http-lightweight-2.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar
(209 KB at 30.3 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared4/2.2/wagon-http-shared4-2.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/2.2/wagon-http-lightweight-2.2.jar
(16 KB at 2.2 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1.2/httpcore-4.1.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared4/2.2/wagon-http-shared4-2.2.jar
(30 KB at 4.0 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar
Downloaded:
https://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar
(156 KB at 17.8 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/codehaus/swizzle/swizzle-confluence/1.4/swizzle-confluence-1.4.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1.2/httpcore-4.1.2.jar
(177 KB at 19.6 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/xmlrpc/xmlrpc-client/3.0/xmlrpc-client-3.0.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/codehaus/swizzle/swizzle-confluence/1.4/swizzle-confluence-1.4.jar
(29 KB at 3.1 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-common/3.0/xmlrpc-common-3.0.jar
Downloaded:
https://repo.maven.apache.org/maven2/xmlrpc/xmlrpc-client/3.0/xmlrpc-client-3.0.jar
(43 KB at 4.4 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-common/3.0/xmlrpc-common-3.0.jar
(96 KB at 9.5 KB/sec)
Downloading:
https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.jar
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar
(35 KB at 3.4 KB/sec)
Downloaded:
https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.jar (232 KB
at 20.4 KB/sec)
Downloaded:
https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.11.0/scala-reflect-2.11.0.jar
(4319 KB at 314.4 KB/sec)
Downloaded:
https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.0/scala-library-2.11.0.jar
(5447 KB at 265.1 KB/sec)
Downloaded:
https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.11.0/scala-compiler-2.11.0.jar
(13336 KB at 502.6 KB/sec)
[INFO] No bootstrap class scalate.Boot found on classloader:
java.net.URLClassLoader@386b7a82
[INFO] Precompiling Scalate Templates into Scala classes...
[INFO] processing
<SourceCodeRepo>/incubator-zeppelin/cassandra/src/main/resources/scalate/udtDetails.ssp
[INFO] processing
<SourceCodeRepo>/incubator-zeppelin/cassandra/src/main/resources/scalate/tableDetails.ssp
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Zeppelin ........................................... SUCCESS [10:39 min]
[INFO] Zeppelin: Interpreter .............................. SUCCESS [ 30.271 s]
[INFO] Zeppelin: Zengine .................................. SUCCESS [ 11.907 s]
[INFO] Zeppelin: Spark dependencies ....................... SUCCESS [ 58.945 s]
[INFO] Zeppelin: Spark .................................... SUCCESS [01:01 min]
[INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [ 2.832 s]
[INFO] Zeppelin: Angular interpreter ...................... SUCCESS [ 2.619 s]
[INFO] Zeppelin: Shell interpreter ........................ SUCCESS [ 2.620 s]
[INFO] Zeppelin: Hive interpreter ......................... SUCCESS [ 9.465 s]
[INFO] Zeppelin: Apache Phoenix Interpreter ............... SUCCESS [ 15.498 s]
[INFO] Zeppelin: PostgreSQL interpreter ................... SUCCESS [ 3.796 s]
[INFO] Zeppelin: Tajo interpreter ......................... SUCCESS [ 3.717 s]
[INFO] Zeppelin: Flink .................................... SUCCESS [ 54.396 s]
[INFO] Zeppelin: Apache Ignite interpreter ................ SUCCESS [ 6.554 s]
[INFO] Zeppelin: Kylin interpreter ........................ SUCCESS [ 3.573 s]
[INFO] Zeppelin: Lens interpreter ......................... SUCCESS [ 10.816 s]
[INFO] Zeppelin: Cassandra ................................ FAILURE [02:22 min]
[INFO] Zeppelin: web Application .......................... SKIPPED
[INFO] Zeppelin: Server ................................... SKIPPED
[INFO] Zeppelin: Packaging distribution ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17:44 min
[INFO] Finished at: 2015-12-06T21:58:37-08:00
[INFO] Final Memory: 120M/618M
[INFO] ------------------------------------------------------------------------
---------------------------------------------------
constituent[0]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/aether-api-1.0.2.v20150114.jar
constituent[1]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/aether-connector-basic-1.0.2.v20150114.jar
constituent[2]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/aether-impl-1.0.2.v20150114.jar
constituent[3]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/aether-spi-1.0.2.v20150114.jar
constituent[4]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/aether-transport-wagon-1.0.2.v20150114.jar
constituent[5]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/aether-util-1.0.2.v20150114.jar
constituent[6]: file:<SourceCodeRepo>/apache-maven-3.3.9/lib/aopalliance-1.0.jar
constituent[7]: file:<SourceCodeRepo>/apache-maven-3.3.9/lib/cdi-api-1.0.jar
constituent[8]: file:<SourceCodeRepo>/apache-maven-3.3.9/lib/commons-cli-1.2.jar
constituent[9]: file:<SourceCodeRepo>/apache-maven-3.3.9/lib/commons-io-2.2.jar
constituent[10]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/commons-lang-2.6.jar
constituent[11]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/commons-lang3-3.4.jar
constituent[12]: file:<SourceCodeRepo>/apache-maven-3.3.9/lib/guava-18.0.jar
constituent[13]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/guice-4.0-no_aop.jar
constituent[14]: file:<SourceCodeRepo>/apache-maven-3.3.9/lib/javax.inject-1.jar
constituent[15]: file:<SourceCodeRepo>/apache-maven-3.3.9/lib/jsoup-1.7.2.jar
constituent[16]: file:<SourceCodeRepo>/apache-maven-3.3.9/lib/jsr250-api-1.0.jar
constituent[17]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/maven-aether-provider-3.3.9.jar
constituent[18]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/maven-artifact-3.3.9.jar
constituent[19]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/maven-builder-support-3.3.9.jar
constituent[20]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/maven-compat-3.3.9.jar
constituent[21]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/maven-core-3.3.9.jar
constituent[22]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/maven-embedder-3.3.9.jar
constituent[23]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/maven-model-3.3.9.jar
constituent[24]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/maven-model-builder-3.3.9.jar
constituent[25]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/maven-plugin-api-3.3.9.jar
constituent[26]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/maven-repository-metadata-3.3.9.jar
constituent[27]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/maven-settings-3.3.9.jar
constituent[28]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/maven-settings-builder-3.3.9.jar
constituent[29]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/org.eclipse.sisu.inject-0.3.2.jar
constituent[30]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/org.eclipse.sisu.plexus-0.3.2.jar
constituent[31]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/plexus-cipher-1.7.jar
constituent[32]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/plexus-component-annotations-1.6.jar
constituent[33]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/plexus-interpolation-1.21.jar
constituent[34]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/plexus-sec-dispatcher-1.3.jar
constituent[35]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/plexus-utils-3.0.22.jar
constituent[36]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/slf4j-api-1.7.5.jar
constituent[37]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/slf4j-simple-1.7.5.jar
constituent[38]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/wagon-file-2.10.jar
constituent[39]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/wagon-http-2.10-shaded.jar
constituent[40]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/wagon-http-shared-2.10.jar
constituent[41]:
file:<SourceCodeRepo>/apache-maven-3.3.9/lib/wagon-provider-api-2.10.jar
constituent[42]: file:<SourceCodeRepo>/apache-maven-3.3.9/conf/logging/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)