Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
0.6.0
-
None
-
Centos 7.2
Maven 3.3.3
JDK 1.7
Description
Now building with latest code from github, if user specifies the spark version to 1.6.0(command: mvn clean package -DskipTests -Pspark-1.6 -Dspark.version=1.6.0), the build fails with below error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project zeppelin-spark: Compilation failure: Compilation failure: [ERROR] /root/zeppelin/incubator-zeppelin/spark/src/main/java/org/apache/zeppelin/spark/ZeppelinR.java:[25,25] package parquet.org.slf4j does not exist [ERROR] /root/zeppelin/incubator-zeppelin/spark/src/main/java/org/apache/zeppelin/spark/ZeppelinR.java:[26,25] package parquet.org.slf4j does not exist [ERROR] /root/zeppelin/incubator-zeppelin/spark/src/main/java/org/apache/zeppelin/spark/ZeppelinR.java:[37,3] cannot find symbol [ERROR] symbol: class Logger [ERROR] location: class org.apache.zeppelin.spark.ZeppelinR
Complete maven log is shown below
[INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.zeppelin:zeppelin-zengine:jar:0.6.0-incubating-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version (?) @ line 204, column 17 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.zeppelin:zeppelin-spark:jar:0.6.0-incubating-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.scala-tools:maven-scala-plugin is missing. @ line 404, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.zeppelin:zeppelin-flink:jar:0.6.0-incubating-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-dependency-plugin @ line 349, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.zeppelin:zeppelin-cassandra:jar:0.6.0-incubating-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.scala-tools:maven-scala-plugin is missing. @ line 173, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Zeppelin [INFO] Zeppelin: Interpreter [INFO] Zeppelin: Zengine [INFO] Zeppelin: Display system apis [INFO] Zeppelin: Spark dependencies [INFO] Zeppelin: Spark [INFO] Zeppelin: Markdown interpreter [INFO] Zeppelin: Angular interpreter [INFO] Zeppelin: Shell interpreter [INFO] Zeppelin: Hive interpreter [INFO] Zeppelin: HBase interpreter [INFO] Zeppelin: Apache Phoenix Interpreter [INFO] Zeppelin: PostgreSQL interpreter [INFO] Zeppelin: JDBC interpreter [INFO] Zeppelin: Tajo interpreter [INFO] Zeppelin: File System Interpreters [INFO] Zeppelin: Flink [INFO] Zeppelin: Apache Ignite interpreter [INFO] Zeppelin: Kylin interpreter [INFO] Zeppelin: Lens interpreter [INFO] Zeppelin: Cassandra [INFO] Zeppelin: Elasticsearch interpreter [INFO] Zeppelin: Alluxio interpreter [INFO] Zeppelin: web Application [INFO] Zeppelin: Server [INFO] Zeppelin: Packaging distribution [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Zeppelin 0.6.0-incubating-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ zeppelin --- [INFO] [INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-fail-build) @ zeppelin --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ zeppelin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/zeppelin/incubator-zeppelin/../_tools/site [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce) @ zeppelin --- [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ zeppelin --- [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ zeppelin --- [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ zeppelin --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Zeppelin: Interpreter 0.6.0-incubating-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ zeppelin-interpreter --- [INFO] Deleting /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target [INFO] [INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-fail-build) @ zeppelin-interpreter --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ zeppelin-interpreter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 17 resources [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce) @ zeppelin-interpreter --- [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ zeppelin-interpreter --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ zeppelin-interpreter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/src/main/resources [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ zeppelin-interpreter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 71 source files to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/classes [WARNING] /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/InterpreterGroup.java: Some input files use unchecked or unsafe operations. [WARNING] /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/InterpreterGroup.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ zeppelin-interpreter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ zeppelin-interpreter --- [INFO] Copying commons-lang3-3.4.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/commons-lang3-3.4.jar [INFO] Copying slf4j-api-1.7.10.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/slf4j-api-1.7.10.jar [INFO] Copying httpcore-4.3.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/httpcore-4.3.3.jar [INFO] Copying commons-codec-1.5.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/commons-codec-1.5.jar [INFO] Copying slf4j-log4j12-1.7.10.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/slf4j-log4j12-1.7.10.jar [INFO] Copying log4j-1.2.17.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/log4j-1.2.17.jar [INFO] Copying aether-impl-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/aether-impl-1.12.jar [INFO] Copying maven-plugin-api-3.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/maven-plugin-api-3.0.jar [INFO] Copying plexus-interpolation-1.14.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/plexus-interpolation-1.14.jar [INFO] Copying maven-artifact-3.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/maven-artifact-3.0.jar [INFO] Copying wagon-http-lightweight-1.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/wagon-http-lightweight-1.0.jar [INFO] Copying plexus-classworlds-2.4.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/plexus-classworlds-2.4.jar [INFO] Copying maven-model-3.0.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/maven-model-3.0.3.jar [INFO] Copying sisu-inject-plexus-2.2.2.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/sisu-inject-plexus-2.2.2.jar [INFO] Copying httpclient-4.3.6.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/httpclient-4.3.6.jar [INFO] Copying commons-pool2-2.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/commons-pool2-2.3.jar [INFO] Copying wagon-http-shared-1.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/wagon-http-shared-1.0.jar [INFO] Copying commons-exec-1.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/commons-exec-1.3.jar [INFO] Copying aether-util-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/aether-util-1.12.jar [INFO] Copying aether-connector-wagon-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/aether-connector-wagon-1.12.jar [INFO] Copying aether-api-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/aether-api-1.12.jar [INFO] Copying aether-spi-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/aether-spi-1.12.jar [INFO] Copying plexus-component-annotations-1.5.5.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/plexus-component-annotations-1.5.5.jar [INFO] Copying wagon-http-1.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/wagon-http-1.0.jar [INFO] Copying maven-model-builder-3.0.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/maven-model-builder-3.0.3.jar [INFO] Copying sisu-inject-bean-2.2.2.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/sisu-inject-bean-2.2.2.jar [INFO] Copying commons-logging-1.1.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/commons-logging-1.1.1.jar [INFO] Copying commons-io-2.4.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/commons-io-2.4.jar [INFO] Copying jsoup-1.6.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/jsoup-1.6.1.jar [INFO] Copying gson-2.2.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/gson-2.2.jar [INFO] Copying commons-lang-2.5.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/commons-lang-2.5.jar [INFO] Copying libthrift-0.9.2.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/libthrift-0.9.2.jar [INFO] Copying maven-aether-provider-3.0.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/maven-aether-provider-3.0.3.jar [INFO] Copying plexus-utils-2.0.7.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/plexus-utils-2.0.7.jar [INFO] Copying maven-repository-metadata-3.0.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/maven-repository-metadata-3.0.3.jar [INFO] Copying sisu-guice-3.0.2-no_aop.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/sisu-guice-3.0.2-no_aop.jar [INFO] Copying aether-connector-file-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/aether-connector-file-1.12.jar [INFO] Copying wagon-provider-api-1.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/wagon-provider-api-1.0.jar [INFO] Copying commons-httpclient-3.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/lib/commons-httpclient-3.1.jar [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ zeppelin-interpreter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/test-classes [WARNING] /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/src/test/java/org/apache/zeppelin/display/AngularObjectTest.java: Some input files use unchecked or unsafe operations. [WARNING] /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/src/test/java/org/apache/zeppelin/display/AngularObjectTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ zeppelin-interpreter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ zeppelin-interpreter --- [INFO] Building jar: /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/zeppelin-interpreter-0.6.0-incubating-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ zeppelin-interpreter --- [INFO] [INFO] --- maven-shade-plugin:2.3:shade (default) @ zeppelin-interpreter --- [INFO] Including org.apache.thrift:libthrift:jar:0.9.2 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient:jar:4.3.6 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.1.1 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.5 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.3.3 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.2 in the shaded jar. [INFO] Including org.apache.commons:commons-exec:jar:1.3 in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.3 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.5 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.10 in the shaded jar. [INFO] Including org.slf4j:slf4j-log4j12:jar:1.7.10 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar. [INFO] Including org.apache.maven:maven-plugin-api:jar:3.0 in the shaded jar. [INFO] Including org.apache.maven:maven-artifact:jar:3.0 in the shaded jar. [INFO] Including org.sonatype.aether:aether-api:jar:1.12 in the shaded jar. [INFO] Including org.sonatype.aether:aether-util:jar:1.12 in the shaded jar. [INFO] Including org.sonatype.aether:aether-impl:jar:1.12 in the shaded jar. [INFO] Including org.sonatype.aether:aether-spi:jar:1.12 in the shaded jar. [INFO] Including org.apache.maven:maven-aether-provider:jar:3.0.3 in the shaded jar. [INFO] Including org.apache.maven:maven-model:jar:3.0.3 in the shaded jar. [INFO] Including org.apache.maven:maven-model-builder:jar:3.0.3 in the shaded jar. [INFO] Including org.codehaus.plexus:plexus-interpolation:jar:1.14 in the shaded jar. [INFO] Including org.apache.maven:maven-repository-metadata:jar:3.0.3 in the shaded jar. [INFO] Including org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 in the shaded jar. [INFO] Including org.sonatype.aether:aether-connector-file:jar:1.12 in the shaded jar. [INFO] Including org.sonatype.aether:aether-connector-wagon:jar:1.12 in the shaded jar. [INFO] Including org.codehaus.plexus:plexus-classworlds:jar:2.4 in the shaded jar. [INFO] Including org.codehaus.plexus:plexus-utils:jar:2.0.7 in the shaded jar. [INFO] Including org.sonatype.sisu:sisu-inject-plexus:jar:2.2.2 in the shaded jar. [INFO] Including org.sonatype.sisu:sisu-inject-bean:jar:2.2.2 in the shaded jar. [INFO] Including org.sonatype.sisu:sisu-guice:jar:no_aop:3.0.2 in the shaded jar. [INFO] Including org.apache.maven.wagon:wagon-provider-api:jar:1.0 in the shaded jar. [INFO] Including org.apache.maven.wagon:wagon-http-lightweight:jar:1.0 in the shaded jar. [INFO] Including org.apache.maven.wagon:wagon-http:jar:1.0 in the shaded jar. [INFO] Including org.apache.maven.wagon:wagon-http-shared:jar:1.0 in the shaded jar. [INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.4 in the shaded jar. [INFO] Including org.jsoup:jsoup:jar:1.6.1 in the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/zeppelin-interpreter-0.6.0-incubating-SNAPSHOT.jar with /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/target/zeppelin-interpreter-0.6.0-incubating-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/dependency-reduced-pom.xml [INFO] Dependency-reduced POM written at: /root/zeppelin/incubator-zeppelin/zeppelin-interpreter/dependency-reduced-pom.xml [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Zeppelin: Zengine 0.6.0-incubating-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ zeppelin-zengine --- [INFO] Deleting /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target [INFO] [INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-fail-build) @ zeppelin-zengine --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ zeppelin-zengine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 17 resources [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce) @ zeppelin-zengine --- [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ zeppelin-zengine --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ zeppelin-zengine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ zeppelin-zengine --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/classes [WARNING] /root/zeppelin/incubator-zeppelin/zeppelin-zengine/src/main/java/org/apache/zeppelin/search/LuceneSearch.java: /root/zeppelin/incubator-zeppelin/zeppelin-zengine/src/main/java/org/apache/zeppelin/search/LuceneSearch.java uses or overrides a deprecated API. [WARNING] /root/zeppelin/incubator-zeppelin/zeppelin-zengine/src/main/java/org/apache/zeppelin/search/LuceneSearch.java: Recompile with -Xlint:deprecation for details. [WARNING] /root/zeppelin/incubator-zeppelin/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/InterpreterFactory.java: Some input files use unchecked or unsafe operations. [WARNING] /root/zeppelin/incubator-zeppelin/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/InterpreterFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ zeppelin-zengine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] Copying 4 resources [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ zeppelin-zengine --- [INFO] Copying commons-lang3-3.4.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/commons-lang3-3.4.jar [INFO] Copying aether-impl-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/aether-impl-1.12.jar [INFO] Copying slf4j-log4j12-1.7.10.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/slf4j-log4j12-1.7.10.jar [INFO] Copying log4j-1.2.17.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/log4j-1.2.17.jar [INFO] Copying commons-codec-1.5.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/commons-codec-1.5.jar [INFO] Copying quartz-2.2.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/quartz-2.2.1.jar [INFO] Copying maven-artifact-3.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/maven-artifact-3.0.jar [INFO] Copying maven-scm-provider-svnexe-1.4.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/maven-scm-provider-svnexe-1.4.jar [INFO] Copying maven-scm-provider-svn-commons-1.4.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/maven-scm-provider-svn-commons-1.4.jar [INFO] Copying joda-time-2.8.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/joda-time-2.8.1.jar [INFO] Copying jsch-0.1.53.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/jsch-0.1.53.jar [INFO] Copying jackrabbit-jcr-commons-1.5.2.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/jackrabbit-jcr-commons-1.5.2.jar [INFO] Copying javassist-3.12.1.GA.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/javassist-3.12.1.GA.jar [INFO] Copying sisu-inject-plexus-2.2.2.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/sisu-inject-plexus-2.2.2.jar [INFO] Copying commons-pool2-2.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/commons-pool2-2.3.jar [INFO] Copying httpclient-4.3.6.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/httpclient-4.3.6.jar [INFO] Copying aether-connector-wagon-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/aether-connector-wagon-1.12.jar [INFO] Copying xml-apis-1.4.01.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/xml-apis-1.4.01.jar [INFO] Copying aether-spi-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/aether-spi-1.12.jar [INFO] Copying plexus-component-annotations-1.5.5.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/plexus-component-annotations-1.5.5.jar [INFO] Copying wagon-http-1.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/wagon-http-1.0.jar [INFO] Copying maven-model-builder-3.0.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/maven-model-builder-3.0.3.jar [INFO] Copying org.eclipse.jgit-4.1.1.201511131810-r.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/org.eclipse.jgit-4.1.1.201511131810-r.jar [INFO] Copying commons-io-2.4.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/commons-io-2.4.jar [INFO] Copying commons-logging-1.1.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/commons-logging-1.1.1.jar [INFO] Copying gson-2.2.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/gson-2.2.jar [INFO] Copying plexus-utils-2.0.7.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/plexus-utils-2.0.7.jar [INFO] Copying maven-repository-metadata-3.0.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/maven-repository-metadata-3.0.3.jar [INFO] Copying lucene-sandbox-5.3.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/lucene-sandbox-5.3.1.jar [INFO] Copying JavaEWAH-0.7.9.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/JavaEWAH-0.7.9.jar [INFO] Copying lucene-core-5.3.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/lucene-core-5.3.1.jar [INFO] Copying aether-connector-file-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/aether-connector-file-1.12.jar [INFO] Copying jackson-annotations-2.5.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/jackson-annotations-2.5.0.jar [INFO] Copying dom4j-1.6.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/dom4j-1.6.1.jar [INFO] Copying org.eclipse.jdt.annotation-1.1.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/org.eclipse.jdt.annotation-1.1.0.jar [INFO] Copying azure-storage-4.0.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/azure-storage-4.0.0.jar [INFO] Copying wagon-provider-api-1.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/wagon-provider-api-1.0.jar [INFO] Copying regexp-1.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/regexp-1.3.jar [INFO] Copying lucene-queryparser-5.3.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/lucene-queryparser-5.3.1.jar [INFO] Copying slf4j-api-1.7.10.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/slf4j-api-1.7.10.jar [INFO] Copying httpcore-4.3.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/httpcore-4.3.3.jar [INFO] Copying maven-plugin-api-3.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/maven-plugin-api-3.0.jar [INFO] Copying c3p0-0.9.1.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/c3p0-0.9.1.1.jar [INFO] Copying aws-java-sdk-kms-1.10.62.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/aws-java-sdk-kms-1.10.62.jar [INFO] Copying plexus-interpolation-1.14.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/plexus-interpolation-1.14.jar [INFO] Copying maven-scm-api-1.4.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/maven-scm-api-1.4.jar [INFO] Copying zeppelin-interpreter-0.6.0-incubating-SNAPSHOT.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/zeppelin-interpreter-0.6.0-incubating-SNAPSHOT.jar [INFO] Copying wagon-http-lightweight-1.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/wagon-http-lightweight-1.0.jar [INFO] Copying plexus-classworlds-2.4.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/plexus-classworlds-2.4.jar [INFO] Copying maven-model-3.0.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/maven-model-3.0.3.jar [INFO] Copying wagon-http-shared-1.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/wagon-http-shared-1.0.jar [INFO] Copying commons-configuration-1.9.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/commons-configuration-1.9.jar [INFO] Copying commons-vfs2-2.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/commons-vfs2-2.0.jar [INFO] Copying commons-exec-1.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/commons-exec-1.3.jar [INFO] Copying jackson-databind-2.5.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/jackson-databind-2.5.3.jar [INFO] Copying aether-util-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/aether-util-1.12.jar [INFO] Copying reflections-0.9.8.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/reflections-0.9.8.jar [INFO] Copying aether-api-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/aether-api-1.12.jar [INFO] Copying guava-15.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/guava-15.0.jar [INFO] Copying jackson-core-2.5.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/jackson-core-2.5.3.jar [INFO] Copying sisu-inject-bean-2.2.2.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/sisu-inject-bean-2.2.2.jar [INFO] Copying lucene-highlighter-5.3.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/lucene-highlighter-5.3.1.jar [INFO] Copying jsoup-1.6.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/jsoup-1.6.1.jar [INFO] Copying lucene-join-5.3.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/lucene-join-5.3.1.jar [INFO] Copying commons-lang-2.5.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/commons-lang-2.5.jar [INFO] Copying libthrift-0.9.2.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/libthrift-0.9.2.jar [INFO] Copying lucene-analyzers-common-5.3.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/lucene-analyzers-common-5.3.1.jar [INFO] Copying maven-aether-provider-3.0.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/maven-aether-provider-3.0.3.jar [INFO] Copying sisu-guice-3.0.2-no_aop.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/sisu-guice-3.0.2-no_aop.jar [INFO] Copying aws-java-sdk-s3-1.10.62.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/aws-java-sdk-s3-1.10.62.jar [INFO] Copying jackrabbit-webdav-1.5.2.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/jackrabbit-webdav-1.5.2.jar [INFO] Copying lucene-queries-5.3.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/lucene-queries-5.3.1.jar [INFO] Copying lucene-memory-5.3.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/lucene-memory-5.3.1.jar [INFO] Copying commons-httpclient-3.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/commons-httpclient-3.1.jar [INFO] Copying aws-java-sdk-core-1.10.62.jar to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/lib/aws-java-sdk-core-1.10.62.jar [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ zeppelin-zengine --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/test-classes [WARNING] /root/zeppelin/incubator-zeppelin/zeppelin-zengine/src/test/java/org/apache/zeppelin/conf/ZeppelinConfigurationTest.java: /root/zeppelin/incubator-zeppelin/zeppelin-zengine/src/test/java/org/apache/zeppelin/conf/ZeppelinConfigurationTest.java uses or overrides a deprecated API. [WARNING] /root/zeppelin/incubator-zeppelin/zeppelin-zengine/src/test/java/org/apache/zeppelin/conf/ZeppelinConfigurationTest.java: Recompile with -Xlint:deprecation for details. [WARNING] /root/zeppelin/incubator-zeppelin/zeppelin-zengine/src/test/java/org/apache/zeppelin/notebook/repo/NotebookRepoSyncTest.java: Some input files use unchecked or unsafe operations. [WARNING] /root/zeppelin/incubator-zeppelin/zeppelin-zengine/src/test/java/org/apache/zeppelin/notebook/repo/NotebookRepoSyncTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ zeppelin-zengine --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ zeppelin-zengine --- [INFO] Building jar: /root/zeppelin/incubator-zeppelin/zeppelin-zengine/target/zeppelin-zengine-0.6.0-incubating-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ zeppelin-zengine --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Zeppelin: Display system apis 0.6.0-incubating-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ zeppelin-display --- [INFO] Deleting /root/zeppelin/incubator-zeppelin/zeppelin-display/target [INFO] [INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-fail-build) @ zeppelin-display --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ zeppelin-display --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 17 resources [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce) @ zeppelin-display --- [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ zeppelin-display --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ zeppelin-display --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/zeppelin/incubator-zeppelin/zeppelin-display/src/main/resources [INFO] Copying 4 resources [INFO] [INFO] --- maven-scala-plugin:2.15.2:compile (default) @ zeppelin-display --- [INFO] Checking for multiple versions of scala [INFO] includes = [**/*.java,**/*.scala,] [INFO] excludes = [] [INFO] /root/zeppelin/incubator-zeppelin/zeppelin-display/src/main/scala:-1: info: compiling [INFO] Compiling 6 source files to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/classes at 1461637751342 [WARNING] warning: there were 2 feature warning(s); re-run with -feature for details [WARNING] one warning found [INFO] prepare-compile in 0 s [INFO] compile in 2 s [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ zeppelin-display --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ zeppelin-display --- [INFO] Checking for multiple versions of scala [INFO] includes = [**/*.java,**/*.scala,] [INFO] excludes = [] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ zeppelin-display --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/zeppelin/incubator-zeppelin/zeppelin-display/src/test/resources [INFO] Copying 4 resources [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ zeppelin-display --- [INFO] Copying commons-lang3-3.4.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/commons-lang3-3.4.jar [INFO] Copying slf4j-api-1.7.10.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/slf4j-api-1.7.10.jar [INFO] Copying httpcore-4.3.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/httpcore-4.3.3.jar [INFO] Copying commons-codec-1.5.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/commons-codec-1.5.jar [INFO] Copying aether-impl-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/aether-impl-1.12.jar [INFO] Copying slf4j-log4j12-1.7.10.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/slf4j-log4j12-1.7.10.jar [INFO] Copying log4j-1.2.17.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/log4j-1.2.17.jar [INFO] Copying maven-plugin-api-3.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/maven-plugin-api-3.0.jar [INFO] Copying plexus-interpolation-1.14.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/plexus-interpolation-1.14.jar [INFO] Copying maven-artifact-3.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/maven-artifact-3.0.jar [INFO] Copying zeppelin-interpreter-0.6.0-incubating-SNAPSHOT.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/zeppelin-interpreter-0.6.0-incubating-SNAPSHOT.jar [INFO] Copying wagon-http-lightweight-1.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/wagon-http-lightweight-1.0.jar [INFO] Copying plexus-classworlds-2.4.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/plexus-classworlds-2.4.jar [INFO] Copying maven-model-3.0.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/maven-model-3.0.3.jar [INFO] Copying sisu-inject-plexus-2.2.2.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/sisu-inject-plexus-2.2.2.jar [INFO] Copying httpclient-4.3.6.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/httpclient-4.3.6.jar [INFO] Copying commons-pool2-2.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/commons-pool2-2.3.jar [INFO] Copying wagon-http-shared-1.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/wagon-http-shared-1.0.jar [INFO] Copying commons-exec-1.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/commons-exec-1.3.jar [INFO] Copying aether-util-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/aether-util-1.12.jar [INFO] Copying aether-connector-wagon-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/aether-connector-wagon-1.12.jar [INFO] Copying aether-api-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/aether-api-1.12.jar [INFO] Copying aether-spi-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/aether-spi-1.12.jar [INFO] Copying plexus-component-annotations-1.5.5.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/plexus-component-annotations-1.5.5.jar [INFO] Copying wagon-http-1.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/wagon-http-1.0.jar [INFO] Copying maven-model-builder-3.0.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/maven-model-builder-3.0.3.jar [INFO] Copying sisu-inject-bean-2.2.2.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/sisu-inject-bean-2.2.2.jar [INFO] Copying commons-logging-1.1.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/commons-logging-1.1.1.jar [INFO] Copying commons-io-2.4.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/commons-io-2.4.jar [INFO] Copying jsoup-1.6.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/jsoup-1.6.1.jar [INFO] Copying gson-2.2.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/gson-2.2.jar [INFO] Copying commons-lang-2.5.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/commons-lang-2.5.jar [INFO] Copying libthrift-0.9.2.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/libthrift-0.9.2.jar [INFO] Copying maven-aether-provider-3.0.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/maven-aether-provider-3.0.3.jar [INFO] Copying plexus-utils-2.0.7.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/plexus-utils-2.0.7.jar [INFO] Copying maven-repository-metadata-3.0.3.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/maven-repository-metadata-3.0.3.jar [INFO] Copying sisu-guice-3.0.2-no_aop.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/sisu-guice-3.0.2-no_aop.jar [INFO] Copying aether-connector-file-1.12.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/aether-connector-file-1.12.jar [INFO] Copying scala-library-2.10.4.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/scala-library-2.10.4.jar [INFO] Copying wagon-provider-api-1.0.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/wagon-provider-api-1.0.jar [INFO] Copying commons-httpclient-3.1.jar to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/lib/commons-httpclient-3.1.jar [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ zeppelin-display --- [INFO] No sources to compile [INFO] [INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @ zeppelin-display --- [INFO] Checking for multiple versions of scala [INFO] includes = [**/*.java,**/*.scala,] [INFO] excludes = [] [INFO] /root/zeppelin/incubator-zeppelin/zeppelin-display/src/test/scala:-1: info: compiling [INFO] Compiling 6 source files to /root/zeppelin/incubator-zeppelin/zeppelin-display/target/test-classes at 1461637753810 [INFO] prepare-compile in 0 s [INFO] compile in 2 s [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ zeppelin-display --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:1.0:test (test) @ zeppelin-display --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ zeppelin-display --- [INFO] Building jar: /root/zeppelin/incubator-zeppelin/zeppelin-display/target/zeppelin-display-0.6.0-incubating-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ zeppelin-display --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Zeppelin: Spark dependencies 0.6.0-incubating-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ zeppelin-spark-dependencies --- [INFO] Deleting /root/zeppelin/incubator-zeppelin/spark-dependencies/target [INFO] [INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-fail-build) @ zeppelin-spark-dependencies --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ zeppelin-spark-dependencies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 17 resources [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ zeppelin-spark-dependencies --- [WARNING] Could not transfer metadata com.cloudera.cdh:cdh-root:5.7.0-SNAPSHOT/maven-metadata.xml from/to ${distMgmtSnapshotsId} (${distMgmtSnapshotsUrl}): Cannot access ${distMgmtSnapshotsUrl} with type default using the available connector factories: BasicRepositoryConnectorFactory [WARNING] Failure to transfer com.cloudera.cdh:cdh-root:5.7.0-SNAPSHOT/maven-metadata.xml from ${distMgmtSnapshotsUrl} was cached in the local repository, resolution will not be reattempted until the update interval of ${distMgmtSnapshotsId} has elapsed or updates are forced. Original error: Could not transfer metadata com.cloudera.cdh:cdh-root:5.7.0-SNAPSHOT/maven-metadata.xml from/to ${distMgmtSnapshotsId} (${distMgmtSnapshotsUrl}): Cannot access ${distMgmtSnapshotsUrl} with type default using the available connector factories: BasicRepositoryConnectorFactory [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ zeppelin-spark-dependencies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/zeppelin/incubator-zeppelin/spark-dependencies/src/main/resources [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ zeppelin-spark-dependencies --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ zeppelin-spark-dependencies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/zeppelin/incubator-zeppelin/spark-dependencies/src/test/resources [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ zeppelin-spark-dependencies --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ zeppelin-spark-dependencies --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ zeppelin-spark-dependencies --- [INFO] Building jar: /root/zeppelin/incubator-zeppelin/spark-dependencies/target/zeppelin-spark-dependencies-0.6.0-incubating-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.3:shade (default) @ zeppelin-spark-dependencies --- [INFO] Including org.apache.spark:spark-core_2.10:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.avro:avro-mapred:jar:hadoop2:1.7.6-cdh5.7.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.avro:avro-ipc:jar:1.7.7 in the shaded jar. [INFO] Including org.apache.avro:avro-ipc:jar:tests:1.7.6-cdh5.7.0-SNAPSHOT in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.8.8 in the shaded jar. [INFO] Including com.twitter:chill_2.10:jar:0.5.0 in the shaded jar. [INFO] Including com.esotericsoftware.kryo:kryo:jar:2.21 in the shaded jar. [INFO] Including com.esotericsoftware.reflectasm:reflectasm:jar:shaded:1.07 in the shaded jar. [INFO] Including com.esotericsoftware.minlog:minlog:jar:1.2 in the shaded jar. [INFO] Including org.objenesis:objenesis:jar:1.2 in the shaded jar. [INFO] Including com.twitter:chill-java:jar:0.5.0 in the shaded jar. [INFO] Including org.apache.xbean:xbean-asm5-shaded:jar:4.4 in the shaded jar. [INFO] Including org.apache.spark:spark-launcher_2.10:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.spark:spark-network-common_2.10:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.spark:spark-network-shuffle_2.10:jar:1.6.0 in the shaded jar. [INFO] Including org.fusesource.leveldbjni:leveldbjni-all:jar:1.8 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.2.3 in the shaded jar. [INFO] Including org.apache.spark:spark-unsafe_2.10:jar:1.6.0 in the shaded jar. [INFO] Including net.java.dev.jets3t:jets3t:jar:0.7.1 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:2.7.1 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:2.7.1 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:2.7.1 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.4.6 in the shaded jar. [INFO] Including com.google.guava:guava:jar:15.0 in the shaded jar. [INFO] Including org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.3.2 in the shaded jar. [INFO] Including org.apache.commons:commons-math3:jar:3.4.1 in the shaded jar. [INFO] Including com.google.code.findbugs:jsr305:jar:1.3.9 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.10 in the shaded jar. [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.5 in the shaded jar. [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.5 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar. [INFO] Including org.slf4j:slf4j-log4j12:jar:1.7.10 in the shaded jar. [INFO] Including com.ning:compress-lzf:jar:1.0.3 in the shaded jar. [INFO] Including org.xerial.snappy:snappy-java:jar:1.0.4.1 in the shaded jar. [INFO] Including net.jpountz.lz4:lz4:jar:1.3.0 in the shaded jar. [INFO] Including org.roaringbitmap:RoaringBitmap:jar:0.5.11 in the shaded jar. [INFO] Including commons-net:commons-net:jar:2.2 in the shaded jar. [INFO] Including org.spark-project.akka:akka-remote_2.10:jar:2.2.3-shaded-protobuf in the shaded jar. [INFO] Including org.spark-project.akka:akka-actor_2.10:jar:2.2.3-shaded-protobuf in the shaded jar. [INFO] Including org.spark-project.protobuf:protobuf-java:jar:2.4.1-shaded in the shaded jar. [INFO] Including org.spark-project.akka:akka-slf4j_2.10:jar:2.2.3-shaded-protobuf in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.10.5 in the shaded jar. [INFO] Including org.json4s:json4s-jackson_2.10:jar:3.2.10 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.10:jar:3.2.10 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.10:jar:3.2.10 in the shaded jar. [INFO] Including org.scala-lang:scalap:jar:2.10.0 in the shaded jar. [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar. [INFO] Including asm:asm:jar:3.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar. [INFO] Including org.apache.mesos:mesos:jar:shaded-protobuf:0.21.1 in the shaded jar. [INFO] Including io.netty:netty-all:jar:4.0.29.Final in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.7.0 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.1.2 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-jvm:jar:3.1.2 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-json:jar:3.1.2 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-graphite:jar:3.1.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.2.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.2.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.2.3 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.3 in the shaded jar. [INFO] Including org.apache.ivy:ivy:jar:2.4.0 in the shaded jar. [INFO] Including oro:oro:jar:2.0.8 in the shaded jar. [INFO] Including org.tachyonproject:tachyon-client:jar:0.8.2 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.5 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.4 in the shaded jar. [INFO] Including org.tachyonproject:tachyon-underfs-hdfs:jar:0.8.2 in the shaded jar. [INFO] Including org.tachyonproject:tachyon-underfs-s3:jar:0.8.2 in the shaded jar. [INFO] Including org.tachyonproject:tachyon-underfs-local:jar:0.8.2 in the shaded jar. [INFO] Including net.razorvine:pyrolite:jar:4.9 in the shaded jar. [INFO] Including net.sf.py4j:py4j:jar:0.9 in the shaded jar. [INFO] Including org.spark-project.spark:unused:jar:1.0.0 in the shaded jar. [INFO] Including org.apache.spark:spark-repl_2.10:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.spark:spark-bagel_2.10:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.spark:spark-mllib_2.10:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.spark:spark-graphx_2.10:jar:1.6.0 in the shaded jar. [INFO] Including com.github.fommil.netlib:core:jar:1.1.2 in the shaded jar. [INFO] Including net.sourceforge.f2j:arpack_combined_all:jar:0.1 in the shaded jar. [INFO] Including org.scalanlp:breeze_2.10:jar:0.11.2 in the shaded jar. [INFO] Including org.scalanlp:breeze-macros_2.10:jar:0.11.2 in the shaded jar. [INFO] Including org.scalamacros:quasiquotes_2.10:jar:2.0.0-M8 in the shaded jar. [INFO] Including net.sf.opencsv:opencsv:jar:2.3 in the shaded jar. [INFO] Including com.github.rwl:jtransforms:jar:2.4.0 in the shaded jar. [INFO] Including org.spire-math:spire_2.10:jar:0.7.4 in the shaded jar. [INFO] Including org.spire-math:spire-macros_2.10:jar:0.7.4 in the shaded jar. [INFO] Including org.jpmml:pmml-model:jar:1.1.15 in the shaded jar. [INFO] Including org.jpmml:pmml-agent:jar:1.1.15 in the shaded jar. [INFO] Including org.jpmml:pmml-schema:jar:1.1.15 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar. [INFO] Including org.scala-lang:scala-compiler:jar:2.10.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.10.5 in the shaded jar. [INFO] Including org.scala-lang:jline:jar:2.10.5 in the shaded jar. [INFO] Including org.fusesource.jansi:jansi:jar:1.4 in the shaded jar. [INFO] Including org.apache.spark:spark-sql_2.10:jar:1.6.0 in the shaded jar. [INFO] Including com.twitter:parquet-column:jar:1.5.0-cdh5.7.0-SNAPSHOT in the shaded jar. [INFO] Including com.twitter:parquet-common:jar:1.5.0-cdh5.7.0-SNAPSHOT in the shaded jar. [INFO] Including com.twitter:parquet-encoding:jar:1.5.0-cdh5.7.0-SNAPSHOT in the shaded jar. [INFO] Including com.twitter:parquet-hadoop:jar:1.5.0-cdh5.7.0-SNAPSHOT in the shaded jar. [INFO] Including com.twitter:parquet-format:jar:2.1.0-cdh5.7.0-SNAPSHOT in the shaded jar. [INFO] Including com.twitter:parquet-jackson:jar:1.5.0-cdh5.7.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.spark:spark-hive_2.10:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.hive:hive-exec:jar:1.1.0-cdh5.7.0-SNAPSHOT in the shaded jar. [INFO] Including org.cloudera.logredactor:logredactor:jar:1.0.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.8 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.8 in the shaded jar. [INFO] Including log4j:apache-log4j-extras:jar:1.2.17 in the shaded jar. [INFO] Including org.antlr:antlr-runtime:jar:3.4 in the shaded jar. [INFO] Including org.antlr:stringtemplate:jar:3.2.1 in the shaded jar. [INFO] Including antlr:antlr:jar:2.7.7 in the shaded jar. [INFO] Including org.antlr:ST4:jar:4.0.4 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.4.1 in the shaded jar. [INFO] Including org.tukaani:xz:jar:1.0 in the shaded jar. [INFO] Including org.codehaus.groovy:groovy-all:jar:2.4.4 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.2 in the shaded jar. [INFO] Including stax:stax-api:jar:1.0.1 in the shaded jar. [INFO] Including jline:jline:jar:2.12 in the shaded jar. [INFO] Including org.apache.hbase:hbase-common:jar:1.2.0-cdh5.7.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.hbase:hbase-protocol:jar:1.2.0-cdh5.7.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.hbase:hbase-annotations:jar:1.2.0-cdh5.7.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.htrace:htrace-core:jar:3.2.0-incubating in the shaded jar. [INFO] Including com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1 in the shaded jar. [INFO] Including org.apache.hive:hive-metastore:jar:1.1.0-cdh5.7.0-SNAPSHOT in the shaded jar. [INFO] Including com.jolbox:bonecp:jar:0.8.0.RELEASE in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.2 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.1.1 in the shaded jar. [INFO] Including org.apache.derby:derby:jar:10.11.1.1 in the shaded jar. [INFO] Including commons-pool:commons-pool:jar:1.5.4 in the shaded jar. [INFO] Including commons-dbcp:commons-dbcp:jar:1.4 in the shaded jar. [INFO] Including javax.jdo:jdo-api:jar:3.0.1 in the shaded jar. [INFO] Including javax.transaction:jta:jar:1.1 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.7.7 in the shaded jar. [INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar. [INFO] Including org.apache.calcite:calcite-avatica:jar:1.2.0-incubating in the shaded jar. [INFO] Including org.apache.calcite:calcite-core:jar:1.2.0-incubating in the shaded jar. [INFO] Including org.apache.calcite:calcite-linq4j:jar:1.2.0-incubating in the shaded jar. [INFO] Including net.hydromatic:eigenbase-properties:jar:1.1.5 in the shaded jar. [INFO] Including org.codehaus.janino:commons-compiler:jar:2.7.6 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient:jar:4.3.6 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.3.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.8.8 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.5 in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.9 in the shaded jar. [INFO] Including org.jodd:jodd-core:jar:3.5.2 in the shaded jar. [INFO] Including org.datanucleus:datanucleus-core:jar:3.2.10 in the shaded jar. [INFO] Including org.datanucleus:datanucleus-api-jdo:jar:3.2.6 in the shaded jar. [INFO] Including org.datanucleus:datanucleus-rdbms:jar:3.2.9 in the shaded jar. [INFO] Including org.apache.thrift:libthrift:jar:0.9.2 in the shaded jar. [INFO] Including org.apache.thrift:libfb303:jar:0.9.2 in the shaded jar. [INFO] Including org.apache.spark:spark-streaming_2.10:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.spark:spark-streaming-twitter_2.10:jar:1.6.0 in the shaded jar. [INFO] Including org.twitter4j:twitter4j-stream:jar:4.0.4 in the shaded jar. [INFO] Including org.twitter4j:twitter4j-core:jar:4.0.4 in the shaded jar. [INFO] Including org.apache.spark:spark-catalyst_2.10:jar:1.6.0 in the shaded jar. [INFO] Including org.codehaus.janino:janino:jar:2.7.8 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client:jar:2.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.3.0 in the shaded jar. [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.1 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.9 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs:jar:2.3.0 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-yarn-client:jar:2.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-yarn-server-common:jar:2.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-yarn-api:jar:2.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-yarn-common:jar:2.3.0 in the shaded jar. [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.2 in the shaded jar. [INFO] Including javax.xml.stream:stax-api:jar:1.0-2 in the shaded jar. [INFO] Including javax.activation:activation:jar:1.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-annotations:jar:2.3.0 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including com.typesafe.akka:akka-actor_2.10:jar:2.3.11 in the shaded jar. [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar. [INFO] Including com.typesafe.akka:akka-remote_2.10:jar:2.3.11 in the shaded jar. [INFO] Including io.netty:netty:jar:3.8.0.Final in the shaded jar. [INFO] Including org.uncommons.maths:uncommons-maths:jar:1.2.2a in the shaded jar. [INFO] Including com.typesafe.akka:akka-slf4j_2.10:jar:2.3.11 in the shaded jar. [INFO] Including com.typesafe.akka:akka-testkit_2.10:jar:2.3.11 in the shaded jar. [INFO] Including com.typesafe.akka:akka-zeromq_2.10:jar:2.3.11 in the shaded jar. [INFO] Including org.zeromq:zeromq-scala-binding_2.10:jar:0.0.7 in the shaded jar. [INFO] Including net.java.dev.jna:jna:jar:3.0.9 in the shaded jar. [INFO] Including com.github.jnr:jnr-constants:jar:0.8.2 in the shaded jar. [WARNING] commons-lang3-3.3.2.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 136 overlappping classes: [WARNING] - org.apache.commons.lang3.text.StrMatcher$NoMatcher [WARNING] - org.apache.commons.lang3.SerializationUtils [WARNING] - org.apache.commons.lang3.text.StrMatcher$StringMatcher [WARNING] - org.apache.commons.lang3.text.translate.NumericEntityEscaper [WARNING] - org.apache.commons.lang3.LocaleUtils [WARNING] - org.apache.commons.lang3.concurrent.ConcurrentRuntimeException [WARNING] - org.apache.commons.lang3.concurrent.ConcurrentException [WARNING] - org.apache.commons.lang3.CharRange [WARNING] - org.apache.commons.lang3.concurrent.AtomicInitializer [WARNING] - org.apache.commons.lang3.builder.IDKey [WARNING] - 126 more... [WARNING] jansi-1.4.jar, leveldbjni-all-1.8.jar define 12 overlappping classes: [WARNING] - org.fusesource.hawtjni.runtime.ArgFlag [WARNING] - org.fusesource.hawtjni.runtime.JniMethod [WARNING] - org.fusesource.hawtjni.runtime.NativeStats [WARNING] - org.fusesource.hawtjni.runtime.NativeStats$StatsInterface [WARNING] - org.fusesource.hawtjni.runtime.MethodFlag [WARNING] - org.fusesource.hawtjni.runtime.ClassFlag [WARNING] - org.fusesource.hawtjni.runtime.NativeStats$NativeFunction [WARNING] - org.fusesource.hawtjni.runtime.T32 [WARNING] - org.fusesource.hawtjni.runtime.FieldFlag [WARNING] - org.fusesource.hawtjni.runtime.JniArg [WARNING] - 2 more... [WARNING] parquet-jackson-1.5.0-cdh5.7.0-SNAPSHOT.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 561 overlappping classes: [WARNING] - shaded.parquet.org.codehaus.jackson.map.ser.ArraySerializers$BooleanArraySerializer [WARNING] - shaded.parquet.org.codehaus.jackson.map.ser.StdSerializerProvider$1 [WARNING] - shaded.parquet.org.codehaus.jackson.util.TokenBuffer$1 [WARNING] - shaded.parquet.org.codehaus.jackson.map.type.package-info [WARNING] - shaded.parquet.org.codehaus.jackson.type.TypeReference [WARNING] - shaded.parquet.org.codehaus.jackson.map.ser.BasicSerializerFactory [WARNING] - shaded.parquet.org.codehaus.jackson.map.ser.impl.TimeZoneSerializer [WARNING] - shaded.parquet.org.codehaus.jackson.map.deser.StdKeyDeserializer [WARNING] - shaded.parquet.org.codehaus.jackson.util.package-info [WARNING] - shaded.parquet.org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder [WARNING] - 551 more... [WARNING] commons-logging-1.1.1.jar, jcl-over-slf4j-1.7.5.jar define 6 overlappping classes: [WARNING] - org.apache.commons.logging.impl.SimpleLog$1 [WARNING] - org.apache.commons.logging.Log [WARNING] - org.apache.commons.logging.impl.SimpleLog [WARNING] - org.apache.commons.logging.LogConfigurationException [WARNING] - org.apache.commons.logging.impl.NoOpLog [WARNING] - org.apache.commons.logging.LogFactory [WARNING] avro-mapred-1.7.6-cdh5.7.0-SNAPSHOT-hadoop2.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 126 overlappping classes: [WARNING] - org.apache.avro.mapreduce.AvroMultipleOutputs [WARNING] - org.apache.avro.mapreduce.AvroKeyValueOutputFormat [WARNING] - org.apache.avro.mapred.SequenceFileReader$8 [WARNING] - org.apache.avro.hadoop.file.HadoopCodecFactory [WARNING] - org.apache.avro.mapred.Pair [WARNING] - org.apache.avro.mapred.AvroMultipleOutputs [WARNING] - org.apache.avro.mapred.FsInput [WARNING] - org.apache.avro.mapred.tether.InputProtocol$Callback [WARNING] - org.apache.avro.mapred.AvroOutputFormat$1 [WARNING] - org.apache.avro.hadoop.file.SortedKeyValueFile$Reader$Options [WARNING] - 116 more... [WARNING] jackson-mapper-asl-1.8.8.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 309 overlappping classes: [WARNING] - org.codehaus.jackson.map.ext.DOMSerializer [WARNING] - org.codehaus.jackson.node.POJONode [WARNING] - org.codehaus.jackson.map.ser.StdSerializers$UtilDateSerializer [WARNING] - org.codehaus.jackson.map.ext.JodaDeserializers$LocalDateDeserializer [WARNING] - org.codehaus.jackson.map.BeanProperty [WARNING] - org.codehaus.jackson.map.jsontype.impl.TypeIdResolverBase [WARNING] - org.codehaus.jackson.map.ser.ScalarSerializerBase [WARNING] - org.codehaus.jackson.map.TypeDeserializer [WARNING] - org.codehaus.jackson.map.util.StdDateFormat [WARNING] - org.codehaus.jackson.map.ser.impl.PropertySerializerMap$Single [WARNING] - 299 more... [WARNING] joda-time-2.9.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 241 overlappping classes: [WARNING] - org.joda.time.field.RemainderDateTimeField [WARNING] - org.joda.time.convert.ReadableDurationConverter [WARNING] - org.joda.time.convert.ReadableIntervalConverter [WARNING] - org.joda.time.field.SkipUndoDateTimeField [WARNING] - org.joda.time.format.DateTimeFormatterBuilder$TimeZoneName [WARNING] - org.joda.time.tz.DateTimeZoneBuilder$RuleSet [WARNING] - org.joda.time.chrono.BasicDayOfMonthDateTimeField [WARNING] - org.joda.time.Duration [WARNING] - org.joda.time.field.OffsetDateTimeField [WARNING] - org.joda.time.format.ISODateTimeFormat [WARNING] - 231 more... [WARNING] kryo-2.21.jar, objenesis-1.2.jar define 32 overlappping classes: [WARNING] - org.objenesis.ObjenesisBase [WARNING] - org.objenesis.instantiator.gcj.GCJInstantiator [WARNING] - org.objenesis.ObjenesisHelper [WARNING] - org.objenesis.instantiator.jrockit.JRockitLegacyInstantiator [WARNING] - org.objenesis.instantiator.sun.SunReflectionFactoryInstantiator [WARNING] - org.objenesis.instantiator.ObjectInstantiator [WARNING] - org.objenesis.instantiator.gcj.GCJInstantiatorBase$DummyStream [WARNING] - org.objenesis.instantiator.basic.ObjectStreamClassInstantiator [WARNING] - org.objenesis.ObjenesisException [WARNING] - org.objenesis.Objenesis [WARNING] - 22 more... [WARNING] akka-actor_2.10-2.3.11.jar, akka-actor_2.10-2.2.3-shaded-protobuf.jar define 1393 overlappping classes: [WARNING] - akka.io.TcpOutgoingConnection$$anonfun$3 [WARNING] - akka.io.Tcp$SimpleWriteCommand$$anonfun$4 [WARNING] - akka.actor.DeathPactException [WARNING] - akka.actor.LocalActorRefProvider$$anonfun$registerTempActor$1 [WARNING] - akka.io.SelectionHandler$$anon$2 [WARNING] - akka.actor.Deployer$$anonfun$2 [WARNING] - akka.pattern.PipeToSupport$class [WARNING] - akka.actor.ActorKilledException [WARNING] - akka.dispatch.DequeBasedMessageQueue [WARNING] - akka.pattern.CircuitBreaker$Open$ [WARNING] - 1383 more... [WARNING] hadoop-yarn-common-2.3.0.jar, hadoop-yarn-api-2.3.0.jar define 3 overlappping classes: [WARNING] - org.apache.hadoop.yarn.util.package-info [WARNING] - org.apache.hadoop.yarn.factories.package-info [WARNING] - org.apache.hadoop.yarn.factory.providers.package-info [WARNING] guava-15.0.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 1446 overlappping classes: [WARNING] - com.google.common.cache.LocalCache$KeyIterator [WARNING] - com.google.common.collect.ImmutableMapValues$1 [WARNING] - com.google.common.collect.WellBehavedMap$EntrySet$1 [WARNING] - com.google.common.util.concurrent.AbstractService$5 [WARNING] - com.google.common.io.LineProcessor [WARNING] - com.google.common.io.BaseEncoding$StandardBaseEncoding$2 [WARNING] - com.google.common.collect.ComputingConcurrentHashMap$ComputingSerializationProxy [WARNING] - com.google.common.reflect.ImmutableTypeToInstanceMap [WARNING] - com.google.common.io.ByteProcessor [WARNING] - com.google.common.math.package-info [WARNING] - 1436 more... [WARNING] commons-lang-2.5.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 132 overlappping classes: [WARNING] - org.apache.commons.lang.NotImplementedException [WARNING] - org.apache.commons.lang.math.JVMRandom [WARNING] - org.apache.commons.lang.builder.ToStringBuilder [WARNING] - org.apache.commons.lang.time.FastDateFormat$TimeZoneDisplayKey [WARNING] - org.apache.commons.lang.exception.NestableRuntimeException [WARNING] - org.apache.commons.lang.text.StrMatcher$TrimMatcher [WARNING] - org.apache.commons.lang.time.FastDateFormat$CharacterLiteral [WARNING] - org.apache.commons.lang.time.FastDateFormat$TimeZoneNameRule [WARNING] - org.apache.commons.lang.LocaleUtils [WARNING] - org.apache.commons.lang.mutable.MutableDouble [WARNING] - 122 more... [WARNING] kryo-2.21.jar, reflectasm-1.07-shaded.jar define 23 overlappping classes: [WARNING] - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.Opcodes [WARNING] - com.esotericsoftware.reflectasm.AccessClassLoader [WARNING] - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.Label [WARNING] - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.ClassWriter [WARNING] - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.AnnotationVisitor [WARNING] - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.Type [WARNING] - com.esotericsoftware.reflectasm.FieldAccess [WARNING] - com.esotericsoftware.reflectasm.ConstructorAccess [WARNING] - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.Edge [WARNING] - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.ClassVisitor [WARNING] - 13 more... [WARNING] opencsv-2.3.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 10 overlappping classes: [WARNING] - au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategy [WARNING] - au.com.bytecode.opencsv.bean.MappingStrategy [WARNING] - au.com.bytecode.opencsv.CSVReader [WARNING] - au.com.bytecode.opencsv.ResultSetHelperService [WARNING] - au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy [WARNING] - au.com.bytecode.opencsv.bean.CsvToBean [WARNING] - au.com.bytecode.opencsv.CSVWriter [WARNING] - au.com.bytecode.opencsv.CSVParser [WARNING] - au.com.bytecode.opencsv.ResultSetHelper [WARNING] - au.com.bytecode.opencsv.bean.HeaderColumnNameTranslateMappingStrategy [WARNING] libthrift-0.9.2.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 171 overlappping classes: [WARNING] - org.apache.thrift.transport.TMemoryBuffer [WARNING] - org.apache.thrift.transport.TServerTransport [WARNING] - org.apache.thrift.meta_data.FieldValueMetaData [WARNING] - org.apache.thrift.server.Invocation [WARNING] - org.apache.thrift.transport.TSimpleFileTransport [WARNING] - org.apache.thrift.server.TNonblockingServer [WARNING] - org.apache.thrift.TEnumHelper [WARNING] - org.apache.thrift.transport.TSocket [WARNING] - org.apache.thrift.server.TThreadPoolServer$Args [WARNING] - org.apache.thrift.ProcessFunction [WARNING] - 161 more... [WARNING] parquet-common-1.5.0-cdh5.7.0-SNAPSHOT.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 31 overlappping classes: [WARNING] - parquet.glob.GlobParser$GlobParseException [WARNING] - parquet.hadoop.metadata.ColumnPath [WARNING] - parquet.bytes.BytesUtils [WARNING] - parquet.SemanticVersion$NumberOrString [WARNING] - parquet.Strings [WARNING] - parquet.Files [WARNING] - parquet.glob.GlobNode [WARNING] - parquet.glob.GlobNode$GlobNodeSequence [WARNING] - parquet.VersionParser$ParsedVersion [WARNING] - parquet.glob.GlobNode$OneOf [WARNING] - 21 more... [WARNING] parquet-format-2.1.0-cdh5.7.0-SNAPSHOT.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 231 overlappping classes: [WARNING] - shaded.parquet.org.apache.thrift.transport.TServerSocket [WARNING] - shaded.parquet.org.apache.thrift.protocol.TMessageType [WARNING] - parquet.format.ColumnMetaData$_Fields [WARNING] - shaded.parquet.org.apache.thrift.TFieldIdEnum [WARNING] - parquet.format.PageHeader$_Fields [WARNING] - shaded.parquet.org.apache.thrift.meta_data.EnumMetaData [WARNING] - shaded.parquet.org.apache.thrift.TEnumHelper [WARNING] - shaded.parquet.org.apache.thrift.server.TServlet [WARNING] - shaded.parquet.org.apache.thrift.transport.TTransportFactory [WARNING] - shaded.parquet.org.slf4j.helpers.NamedLoggerBase [WARNING] - 221 more... [WARNING] akka-slf4j_2.10-2.3.11.jar, akka-slf4j_2.10-2.2.3-shaded-protobuf.jar define 10 overlappping classes: [WARNING] - akka.event.slf4j.Slf4jLogger$$anonfun$receive$1$$anonfun$applyOrElse$2 [WARNING] - akka.event.slf4j.SLF4JLogging [WARNING] - akka.event.slf4j.Slf4jLogger$$anonfun$receive$1$$anonfun$applyOrElse$1 [WARNING] - akka.event.slf4j.Slf4jLogger$$anonfun$receive$1$$anonfun$applyOrElse$3 [WARNING] - akka.event.slf4j.Logger$ [WARNING] - akka.event.slf4j.Slf4jLogger$$anonfun$receive$1 [WARNING] - akka.event.slf4j.Slf4jLogger$$anonfun$receive$1$$anonfun$applyOrElse$4 [WARNING] - akka.event.slf4j.Slf4jLogger [WARNING] - akka.event.slf4j.SLF4JLogging$class [WARNING] - akka.event.slf4j.Logger [WARNING] stax-api-1.0.1.jar, stax-api-1.0-2.jar define 37 overlappping classes: [WARNING] - javax.xml.stream.XMLEventReader [WARNING] - javax.xml.stream.StreamFilter [WARNING] - javax.xml.stream.FactoryFinder$ClassLoaderFinderConcrete [WARNING] - javax.xml.stream.util.StreamReaderDelegate [WARNING] - javax.xml.stream.events.StartDocument [WARNING] - javax.xml.stream.EventFilter [WARNING] - javax.xml.stream.XMLEventWriter [WARNING] - javax.xml.stream.XMLStreamConstants [WARNING] - javax.xml.stream.events.EntityDeclaration [WARNING] - javax.xml.stream.events.ProcessingInstruction [WARNING] - 27 more... [WARNING] kryo-2.21.jar, minlog-1.2.jar define 2 overlappping classes: [WARNING] - com.esotericsoftware.minlog.Log [WARNING] - com.esotericsoftware.minlog.Log$Logger [WARNING] leveldbjni-all-1.8.jar, jline-2.12.jar define 2 overlappping classes: [WARNING] - org.fusesource.hawtjni.runtime.PointerMath [WARNING] - org.fusesource.hawtjni.runtime.JNIEnv [WARNING] jackson-core-asl-1.8.8.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 117 overlappping classes: [WARNING] - org.codehaus.jackson.annotate.JsonManagedReference [WARNING] - org.codehaus.jackson.util.DefaultPrettyPrinter$FixedSpaceIndenter [WARNING] - org.codehaus.jackson.JsonGenerationException [WARNING] - org.codehaus.jackson.util.BufferRecycler$CharBufferType [WARNING] - org.codehaus.jackson.io.UTF32Reader [WARNING] - org.codehaus.jackson.sym.Name1 [WARNING] - org.codehaus.jackson.util.MinimalPrettyPrinter [WARNING] - org.codehaus.jackson.impl.JsonParserBase [WARNING] - org.codehaus.jackson.annotate.JsonValue [WARNING] - org.codehaus.jackson.sym.CharsToNameCanonicalizer$Bucket [WARNING] - 107 more... [WARNING] unused-1.0.0.jar, spark-streaming_2.10-1.6.0.jar, spark-network-common_2.10-1.6.0.jar, spark-streaming-twitter_2.10-1.6.0.jar, spark-core_2.10-1.6.0.jar, spark-unsafe_2.10-1.6.0.jar, spark-repl_2.10-1.6.0.jar, spark-bagel_2.10-1.6.0.jar, spark-launcher_2.10-1.6.0.jar, spark-network-shuffle_2.10-1.6.0.jar, spark-sql_2.10-1.6.0.jar, spark-hive_2.10-1.6.0.jar, spark-graphx_2.10-1.6.0.jar, spark-mllib_2.10-1.6.0.jar, spark-catalyst_2.10-1.6.0.jar define 1 overlappping classes: [WARNING] - org.apache.spark.unused.UnusedStubClass [WARNING] jansi-1.4.jar, jline-2.12.jar, jline-2.10.5.jar define 21 overlappping classes: [WARNING] - org.fusesource.jansi.Ansi$2 [WARNING] - org.fusesource.jansi.AnsiConsole$1 [WARNING] - org.fusesource.jansi.internal.Kernel32 [WARNING] - org.fusesource.jansi.Ansi$1 [WARNING] - org.fusesource.jansi.WindowsAnsiOutputStream [WARNING] - org.fusesource.jansi.AnsiString [WARNING] - org.fusesource.jansi.internal.Kernel32$COORD [WARNING] - org.fusesource.jansi.Ansi$NoAnsi [WARNING] - org.fusesource.jansi.AnsiRenderer [WARNING] - org.fusesource.jansi.Ansi [WARNING] - 11 more... [WARNING] parquet-encoding-1.5.0-cdh5.7.0-SNAPSHOT.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 184 overlappping classes: [WARNING] - parquet.column.values.bitpacking.ByteBitPackingLE$Packer17 [WARNING] - parquet.column.values.bitpacking.LemireBitPackingLE$Packer5 [WARNING] - parquet.column.values.bitpacking.ByteBitPackingLE$Packer27 [WARNING] - parquet.column.values.bitpacking.LemireBitPackingBE$Packer11 [WARNING] - parquet.column.values.bitpacking.LemireBitPackingBE$Packer21 [WARNING] - parquet.column.values.bitpacking.LemireBitPackingBE$Packer5 [WARNING] - parquet.column.values.bitpacking.ZeroBitPackingWriter [WARNING] - parquet.bytes.CapacityByteArrayOutputStream [WARNING] - parquet.column.values.bitpacking.LemireBitPackingLE$1 [WARNING] - parquet.column.values.bitpacking.IntPackerFactory [WARNING] - 174 more... [WARNING] jansi-1.4.jar, leveldbjni-all-1.8.jar, jline-2.12.jar, jline-2.10.5.jar define 2 overlappping classes: [WARNING] - org.fusesource.hawtjni.runtime.Library [WARNING] - org.fusesource.hawtjni.runtime.Callback [WARNING] apache-log4j-extras-1.2.17.jar, log4j-1.2.17.jar define 126 overlappping classes: [WARNING] - org.apache.log4j.pattern.MessagePatternConverter [WARNING] - org.apache.log4j.xml.DOMConfigurator$4 [WARNING] - org.apache.log4j.pattern.NameAbbreviator$DropElementAbbreviator [WARNING] - org.apache.log4j.varia.StringMatchFilter [WARNING] - org.apache.log4j.spi.OptionHandler [WARNING] - org.apache.log4j.pattern.LevelPatternConverter [WARNING] - org.apache.log4j.pattern.BridgePatternParser [WARNING] - org.apache.log4j.BasicConfigurator [WARNING] - org.apache.log4j.pattern.LoggingEventPatternConverter [WARNING] - org.apache.log4j.ConsoleAppender$SystemErrStream [WARNING] - 116 more... [WARNING] akka-remote_2.10-2.3.11.jar, akka-remote_2.10-2.2.3-shaded-protobuf.jar define 696 overlappping classes: [WARNING] - akka.remote.RemoteMetricsExtension$ [WARNING] - akka.remote.RemoteActorRefProvider$WaitDaemonShutdown$ [WARNING] - akka.remote.transport.ThrottlerManager$AssociateResult [WARNING] - akka.remote.RemoteWatcher$Stats$ [WARNING] - akka.remote.transport.ThrottlerManager$$anonfun$ready$1$$anonfun$applyOrElse$5 [WARNING] - akka.remote.EndpointManager$Prune$ [WARNING] - akka.remote.RemoteWatcher$HeartbeatRsp [WARNING] - akka.remote.ContainerFormats$Selection$Builder [WARNING] - akka.remote.WireFormats$RemoteEnvelope [WARNING] - akka.remote.transport.Transport$ [WARNING] - 686 more... [WARNING] jline-2.12.jar, jline-2.10.5.jar define 2 overlappping classes: [WARNING] - org.fusesource.jansi.internal.Kernel32$INPUT_RECORD [WARNING] - org.fusesource.jansi.internal.Kernel32$KEY_EVENT_RECORD [WARNING] protobuf-java-2.5.0.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 246 overlappping classes: [WARNING] - com.google.protobuf.DescriptorProtos [WARNING] - com.google.protobuf.TextFormat$TextGenerator [WARNING] - com.google.protobuf.GeneratedMessage$ExtendableMessage [WARNING] - com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$1 [WARNING] - com.google.protobuf.Descriptors$Descriptor [WARNING] - com.google.protobuf.WireFormat$FieldType$2 [WARNING] - com.google.protobuf.SmallSortedMap$EmptySet [WARNING] - com.google.protobuf.FieldSet$1 [WARNING] - com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder [WARNING] - com.google.protobuf.AbstractMessage [WARNING] - 236 more... [WARNING] spark-network-common_2.10-1.6.0.jar, guava-15.0.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 7 overlappping classes: [WARNING] - com.google.common.base.Absent [WARNING] - com.google.common.base.Function [WARNING] - com.google.common.base.Supplier [WARNING] - com.google.common.base.Optional$1$1 [WARNING] - com.google.common.base.Optional$1 [WARNING] - com.google.common.base.Present [WARNING] - com.google.common.base.Optional [WARNING] parquet-hadoop-1.5.0-cdh5.7.0-SNAPSHOT.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 122 overlappping classes: [WARNING] - parquet.hadoop.api.InitContext [WARNING] - parquet.hadoop.CodecFactory [WARNING] - parquet.format.converter.ParquetMetadataConverter$1 [WARNING] - parquet.hadoop.ColumnChunkPageReadStore$ColumnChunkPageReader [WARNING] - parquet.hadoop.ParquetFileWriter$STATE$4 [WARNING] - parquet.hadoop.example.ExampleParquetWriter$Builder [WARNING] - parquet.hadoop.ParquetRecordWriter [WARNING] - parquet.hadoop.codec.SnappyCompressor [WARNING] - parquet.hadoop.ClientSideMetadataSplitStrategy$HDFSBlocks [WARNING] - parquet.hadoop.ParquetFileWriter$AlignmentStrategy [WARNING] - 112 more... [WARNING] hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar, avro-1.7.7.jar define 320 overlappping classes: [WARNING] - org.apache.avro.Schema$FloatSchema [WARNING] - org.apache.avro.reflect.AvroMeta [WARNING] - org.apache.avro.io.EncoderFactory$DefaultEncoderFactory [WARNING] - org.apache.avro.Schema$LongSchema [WARNING] - org.apache.avro.SchemaBuilder$NameContext [WARNING] - org.apache.avro.generic.GenericDatumReader$2 [WARNING] - org.apache.avro.reflect.FieldAccessUnsafe [WARNING] - org.apache.avro.SchemaBuilder$FieldTypeBuilder [WARNING] - org.apache.avro.file.BZip2Codec [WARNING] - org.apache.avro.generic.GenericData$Array$1 [WARNING] - 310 more... [WARNING] parquet-column-1.5.0-cdh5.7.0-SNAPSHOT.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 720 overlappping classes: [WARNING] - parquet.column.values.rle.RunLengthBitPackingHybridEncoder [WARNING] - parquet.it.unimi.dsi.fastutil.objects.ObjectIterators$UnmodifiableIterator [WARNING] - parquet.column.page.PageReader [WARNING] - parquet.filter.ColumnPredicates$FloatPredicateFunction [WARNING] - parquet.column.values.dictionary.PlainValuesDictionary [WARNING] - parquet.filter.NotRecordFilter [WARNING] - parquet.filter2.predicate.FilterPredicate [WARNING] - parquet.it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap$ValuesIterator [WARNING] - parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilder$21 [WARNING] - parquet.it.unimi.dsi.fastutil.doubles.Double2IntMap$FastEntrySet [WARNING] - 710 more... [WARNING] jodd-core-3.5.2.jar, hive-exec-1.1.0-cdh5.7.0-SNAPSHOT.jar define 244 overlappping classes: [WARNING] - jodd.typeconverter.TypeConverter [WARNING] - jodd.util.collection.JoddArrayList$PIVOT_TYPE$1 [WARNING] - jodd.util.collection.JoddArrayList$PIVOT_TYPE [WARNING] - jodd.util.UnsafeUtil [WARNING] - jodd.format.RomanNumber [WARNING] - jodd.cache.AbstractCacheMap$CacheObject [WARNING] - jodd.util.collection.IntArrayList [WARNING] - jodd.util.collection.SetMapAdapter [WARNING] - jodd.util.cl.ExtendedURLClassLoader [WARNING] - jodd.typeconverter.impl.CalendarConverter [WARNING] - 234 more... [WARNING] maven-shade-plugin has detected that some .class files [WARNING] are present in two or more JARs. When this happens, only [WARNING] one single version of the class is copied in the uberjar. [WARNING] Usually this is not harmful and you can skeep these [WARNING] warnings, otherwise try to manually exclude artifacts [WARNING] based on mvn dependency:tree -Ddetail=true and the above [WARNING] output [WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /root/zeppelin/incubator-zeppelin/spark-dependencies/target/zeppelin-spark-dependencies-0.6.0-incubating-SNAPSHOT.jar with /root/zeppelin/incubator-zeppelin/spark-dependencies/target/zeppelin-spark-dependencies-0.6.0-incubating-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /root/zeppelin/incubator-zeppelin/spark-dependencies/dependency-reduced-pom.xml [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ zeppelin-spark-dependencies --- [INFO] Copying datanucleus-api-jdo-3.2.6.jar to /root/zeppelin/incubator-zeppelin/spark-dependencies/target/../../interpreter/spark/dep/datanucleus-api-jdo-3.2.6.jar [INFO] Copying datanucleus-core-3.2.10.jar to /root/zeppelin/incubator-zeppelin/spark-dependencies/target/../../interpreter/spark/dep/datanucleus-core-3.2.10.jar [INFO] Copying datanucleus-rdbms-3.2.9.jar to /root/zeppelin/incubator-zeppelin/spark-dependencies/target/../../interpreter/spark/dep/datanucleus-rdbms-3.2.9.jar [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (default) @ zeppelin-spark-dependencies --- [INFO] Configured Artifact: org.apache.zeppelin:zeppelin-spark-dependencies:0.6.0-incubating-SNAPSHOT:jar [INFO] Copying zeppelin-spark-dependencies-0.6.0-incubating-SNAPSHOT.jar to /root/zeppelin/incubator-zeppelin/spark-dependencies/target/../../interpreter/spark/dep/zeppelin-spark-dependencies-0.6.0-incubating-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ zeppelin-spark-dependencies --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Zeppelin: Spark 0.6.0-incubating-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ zeppelin-spark --- [INFO] Deleting /root/zeppelin/incubator-zeppelin/spark/target [INFO] [INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-fail-build) @ zeppelin-spark --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ zeppelin-spark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 17 resources [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ zeppelin-spark --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ zeppelin-spark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 4 resources [INFO] [INFO] --- maven-scala-plugin:2.15.2:compile (default) @ zeppelin-spark --- [INFO] Checking for multiple versions of scala [INFO] includes = [**/*.java,**/*.scala,] [INFO] excludes = [**/SparkRBackend.scala,**/ZeppelinR.scala,] [INFO] /root/zeppelin/incubator-zeppelin/spark/src/main/java:-1: info: compiling [INFO] /root/zeppelin/incubator-zeppelin/spark/src/main/scala:-1: info: compiling [INFO] Compiling 14 source files to /root/zeppelin/incubator-zeppelin/spark/target/classes at 1461637782670 [WARNING] warning: there were 2 feature warning(s); re-run with -feature for details [WARNING] one warning found [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ zeppelin-spark --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /root/zeppelin/incubator-zeppelin/spark/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /root/zeppelin/incubator-zeppelin/spark/src/main/java/org/apache/zeppelin/spark/ZeppelinR.java:[25,25] package parquet.org.slf4j does not exist [ERROR] /root/zeppelin/incubator-zeppelin/spark/src/main/java/org/apache/zeppelin/spark/ZeppelinR.java:[26,25] package parquet.org.slf4j does not exist [ERROR] /root/zeppelin/incubator-zeppelin/spark/src/main/java/org/apache/zeppelin/spark/ZeppelinR.java:[37,3] cannot find symbol symbol: class Logger location: class org.apache.zeppelin.spark.ZeppelinR [INFO] 3 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Zeppelin ........................................... SUCCESS [ 3.403 s] [INFO] Zeppelin: Interpreter .............................. SUCCESS [ 5.630 s] [INFO] Zeppelin: Zengine .................................. SUCCESS [ 2.949 s] [INFO] Zeppelin: Display system apis ...................... SUCCESS [ 5.824 s] [INFO] Zeppelin: Spark dependencies ....................... SUCCESS [ 24.322 s] [INFO] Zeppelin: Spark .................................... FAILURE [ 6.349 s] [INFO] Zeppelin: Markdown interpreter ..................... SKIPPED [INFO] Zeppelin: Angular interpreter ...................... SKIPPED [INFO] Zeppelin: Shell interpreter ........................ SKIPPED [INFO] Zeppelin: Hive interpreter ......................... SKIPPED [INFO] Zeppelin: HBase interpreter ........................ SKIPPED [INFO] Zeppelin: Apache Phoenix Interpreter ............... SKIPPED [INFO] Zeppelin: PostgreSQL interpreter ................... SKIPPED [INFO] Zeppelin: JDBC interpreter ......................... SKIPPED [INFO] Zeppelin: Tajo interpreter ......................... SKIPPED [INFO] Zeppelin: File System Interpreters ................. SKIPPED [INFO] Zeppelin: Flink .................................... SKIPPED [INFO] Zeppelin: Apache Ignite interpreter ................ SKIPPED [INFO] Zeppelin: Kylin interpreter ........................ SKIPPED [INFO] Zeppelin: Lens interpreter ......................... SKIPPED [INFO] Zeppelin: Cassandra ................................ SKIPPED [INFO] Zeppelin: Elasticsearch interpreter ................ SKIPPED [INFO] Zeppelin: Alluxio interpreter ...................... SKIPPED [INFO] Zeppelin: web Application .......................... SKIPPED [INFO] Zeppelin: Server ................................... SKIPPED [INFO] Zeppelin: Packaging distribution ................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 48.673 s [INFO] Finished at: 2016-04-26T10:29:47+08:00 [INFO] Final Memory: 102M/1304M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project zeppelin-spark: Compilation failure: Compilation failure: [ERROR] /root/zeppelin/incubator-zeppelin/spark/src/main/java/org/apache/zeppelin/spark/ZeppelinR.java:[25,25] package parquet.org.slf4j does not exist [ERROR] /root/zeppelin/incubator-zeppelin/spark/src/main/java/org/apache/zeppelin/spark/ZeppelinR.java:[26,25] package parquet.org.slf4j does not exist [ERROR] /root/zeppelin/incubator-zeppelin/spark/src/main/java/org/apache/zeppelin/spark/ZeppelinR.java:[37,3] cannot find symbol [ERROR] symbol: class Logger [ERROR] location: class org.apache.zeppelin.spark.ZeppelinR [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :zeppelin-spark
The build is completely fine with spark version 1.6.1 which is the default spark version in profile spark-1.6
I did not try with other spark versions, but should also test other spark versions as well when fixing this.