Hi all,
                I am trying zeppelin with spark which is throwing me the 
following error related to netty jar conflicts. I checked properly my class 
path. There are only single versions of netty-3.8.0 and netty-all-4.0.29-Final 
jar.

Other information :
                Spark 2.0.0
                Scala 2.11
                Zeppelin .6.2 snapshot
Command to build:
                mvn clean install -DskipTests -Drat.ignoreErrors=true 
-Dcheckstyle.skip=true -Denforcer.skip=true -Pspark-2.0 -Dspark.version=2.0.0 
-Pscala-2.11 -Phadoop-2.7 -Pyarn
Queries:
sc.version :- it works fine
sqlContext.sql("show tables").show :- throws error

Running on local mode.
I am attaching my spark log file[zeppelin-interpreter-spark-root.log] and mvn 
dependency:tree result [dependencyTree.txt]


So I am not able to solve this problem.. :(


Thanks & Regards,
Vikash Kumar

[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.zeppelin:zeppelin-zengine:jar:0.6.2-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must 
be unique: org.eclipse.jetty.websocket:websocket-client:jar -> duplicate 
declaration of version ${jetty.version} @ 
org.apache.zeppelin:zeppelin-zengine:[unknown-version], 
/usr/hdp/2.4.3.0-227/zeppelin/zeppelin/poc-reportingZeppelin/zeppelin-branch-0.6/zeppelin-zengine/pom.xml,
 line 179, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must 
be unique: junit:junit:jar -> duplicate declaration of version (?) @ 
org.apache.zeppelin:zeppelin-zengine:[unknown-version], 
/usr/hdp/2.4.3.0-227/zeppelin/zeppelin/poc-reportingZeppelin/zeppelin-branch-0.6/zeppelin-zengine/pom.xml,
 line 259, column 15
[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: JDBC interpreter
[INFO] Zeppelin: web Application
[INFO] Zeppelin: Server
[INFO] Zeppelin: Packaging distribution
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin 0.6.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ zeppelin ---
[INFO] org.apache.zeppelin:zeppelin:pom:0.6.2-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin: Interpreter 0.6.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ 
zeppelin-interpreter ---
[INFO] org.apache.zeppelin:zeppelin-interpreter:jar:0.6.2-SNAPSHOT
[INFO] +- org.apache.thrift:libthrift:jar:0.9.2:compile
[INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.3.6:compile
[INFO] |  |  +- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] |  |  \- commons-codec:commons-codec:jar:1.5:compile
[INFO] |  \- org.apache.httpcomponents:httpcore:jar:4.3.3:compile
[INFO] +- com.google.code.gson:gson:jar:2.2:compile
[INFO] +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] +- org.apache.commons:commons-pool2:jar:2.3:compile
[INFO] +- commons-lang:commons-lang:jar:2.5:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.10:compile
[INFO] |  \- log4j:log4j:jar:1.2.17:compile
[INFO] +- junit:junit:jar:4.11:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.mockito:mockito-all:jar:1.9.0:test
[INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] +- org.apache.maven:maven-plugin-api:jar:3.0:compile
[INFO] |  \- org.apache.maven:maven-artifact:jar:3.0:compile
[INFO] +- org.sonatype.aether:aether-api:jar:1.12:compile
[INFO] +- org.sonatype.aether:aether-util:jar:1.12:compile
[INFO] +- org.sonatype.aether:aether-impl:jar:1.12:compile
[INFO] |  \- org.sonatype.aether:aether-spi:jar:1.12:compile
[INFO] +- org.apache.maven:maven-aether-provider:jar:3.0.3:compile
[INFO] |  +- org.apache.maven:maven-model:jar:3.0.3:compile
[INFO] |  +- org.apache.maven:maven-model-builder:jar:3.0.3:compile
[INFO] |  |  \- org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[INFO] |  +- org.apache.maven:maven-repository-metadata:jar:3.0.3:compile
[INFO] |  \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[INFO] +- org.sonatype.aether:aether-connector-file:jar:1.12:compile
[INFO] +- org.sonatype.aether:aether-connector-wagon:jar:1.12:compile
[INFO] |  +- org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[INFO] |  +- org.codehaus.plexus:plexus-utils:jar:2.0.7:compile
[INFO] |  \- org.sonatype.sisu:sisu-inject-plexus:jar:2.2.2:compile
[INFO] |     \- org.sonatype.sisu:sisu-inject-bean:jar:2.2.2:compile
[INFO] |        \- org.sonatype.sisu:sisu-guice:jar:no_aop:3.0.2:compile
[INFO] +- org.apache.maven.wagon:wagon-provider-api:jar:1.0:compile
[INFO] +- org.apache.maven.wagon:wagon-http-lightweight:jar:1.0:compile
[INFO] \- org.apache.maven.wagon:wagon-http:jar:1.0:compile
[INFO]    \- org.apache.maven.wagon:wagon-http-shared:jar:1.0:compile
[INFO]       +- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO]       +- commons-io:commons-io:jar:2.4:compile
[INFO]       \- org.jsoup:jsoup:jar:1.6.1:compile
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin: Zengine 0.6.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ zeppelin-zengine ---
[INFO] org.apache.zeppelin:zeppelin-zengine:jar:0.6.2-SNAPSHOT
[INFO] +- org.apache.zeppelin:zeppelin-interpreter:jar:0.6.2-SNAPSHOT:compile
[INFO] |  +- org.apache.thrift:libthrift:jar:0.9.2:compile
[INFO] |  +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] |  +- org.apache.commons:commons-pool2:jar:2.3:compile
[INFO] |  +- commons-lang:commons-lang:jar:2.5:compile
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] |  +- org.apache.maven:maven-plugin-api:jar:3.0:compile
[INFO] |  |  \- org.apache.maven:maven-artifact:jar:3.0:compile
[INFO] |  +- org.sonatype.aether:aether-api:jar:1.12:compile
[INFO] |  +- org.sonatype.aether:aether-util:jar:1.12:compile
[INFO] |  +- org.sonatype.aether:aether-impl:jar:1.12:compile
[INFO] |  |  \- org.sonatype.aether:aether-spi:jar:1.12:compile
[INFO] |  +- org.apache.maven:maven-aether-provider:jar:3.0.3:compile
[INFO] |  |  +- org.apache.maven:maven-model:jar:3.0.3:compile
[INFO] |  |  +- org.apache.maven:maven-model-builder:jar:3.0.3:compile
[INFO] |  |  |  \- org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[INFO] |  |  +- org.apache.maven:maven-repository-metadata:jar:3.0.3:compile
[INFO] |  |  \- 
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[INFO] |  +- org.sonatype.aether:aether-connector-file:jar:1.12:compile
[INFO] |  +- org.sonatype.aether:aether-connector-wagon:jar:1.12:compile
[INFO] |  |  +- org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[INFO] |  |  +- org.codehaus.plexus:plexus-utils:jar:2.0.7:compile
[INFO] |  |  \- org.sonatype.sisu:sisu-inject-plexus:jar:2.2.2:compile
[INFO] |  |     \- org.sonatype.sisu:sisu-inject-bean:jar:2.2.2:compile
[INFO] |  |        \- org.sonatype.sisu:sisu-guice:jar:no_aop:3.0.2:compile
[INFO] |  +- org.apache.maven.wagon:wagon-provider-api:jar:1.0:compile
[INFO] |  +- org.apache.maven.wagon:wagon-http-lightweight:jar:1.0:compile
[INFO] |  \- org.apache.maven.wagon:wagon-http:jar:1.0:compile
[INFO] |     \- org.apache.maven.wagon:wagon-http-shared:jar:1.0:compile
[INFO] |        \- org.jsoup:jsoup:jar:1.6.1:compile
[INFO] +- com.server.data:javadataaccess:jar:11.0.0:compile
[INFO] |  +- log4j:log4j:jar:1.2.17:compile
[INFO] |  +- 
com.server.data.phoenixfunctions:phoenixfunctions:jar:11.0.0:compile
[INFO] |  |  +- org.apache.hadoop:hadoop-client:jar:2.7.1:compile
[INFO] |  |  |  +- org.apache.hadoop:hadoop-common:jar:2.7.1:compile
[INFO] |  |  |  |  +- org.apache.commons:commons-math3:jar:3.1.1:compile
[INFO] |  |  |  |  +- xmlenc:xmlenc:jar:0.52:compile
[INFO] |  |  |  |  +- commons-net:commons-net:jar:3.1:compile
[INFO] |  |  |  |  +- javax.servlet.jsp:jsp-api:jar:2.1:runtime
[INFO] |  |  |  |  +- org.apache.avro:avro:jar:1.7.4:compile
[INFO] |  |  |  |  |  +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] |  |  |  |  |  \- org.xerial.snappy:snappy-java:jar:1.0.4.1:compile
[INFO] |  |  |  |  +- org.apache.curator:curator-client:jar:2.7.1:compile
[INFO] |  |  |  |  +- org.apache.curator:curator-recipes:jar:2.7.1:compile
[INFO] |  |  |  |  \- org.apache.commons:commons-compress:jar:1.4.1:compile
[INFO] |  |  |  |     \- org.tukaani:xz:jar:1.0:compile
[INFO] |  |  |  +- org.apache.hadoop:hadoop-hdfs:jar:2.7.1:compile
[INFO] |  |  |  |  +- xerces:xercesImpl:jar:2.9.1:compile
[INFO] |  |  |  |  \- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile
[INFO] |  |  |  +- 
org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.7.1:compile
[INFO] |  |  |  |  +- 
org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.1:compile
[INFO] |  |  |  |  |  +- org.apache.hadoop:hadoop-yarn-client:jar:2.7.1:compile
[INFO] |  |  |  |  |  \- 
org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.1:compile
[INFO] |  |  |  |  \- 
org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.7.1:compile
[INFO] |  |  |  +- org.apache.hadoop:hadoop-yarn-api:jar:2.7.1:compile
[INFO] |  |  |  +- 
org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.1:compile
[INFO] |  |  |  |  \- org.apache.hadoop:hadoop-yarn-common:jar:2.7.1:compile
[INFO] |  |  |  |     +- javax.xml.bind:jaxb-api:jar:2.2.2:compile
[INFO] |  |  |  |     |  +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] |  |  |  |     |  \- javax.activation:activation:jar:1.1:compile
[INFO] |  |  |  |     \- org.codehaus.jackson:jackson-xc:jar:1.9.13:compile
[INFO] |  |  |  +- 
org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.7.1:compile
[INFO] |  |  |  \- org.apache.hadoop:hadoop-annotations:jar:2.7.1:compile
[INFO] |  |  +- org.apache.hadoop:hadoop-auth:jar:2.7.1:compile
[INFO] |  |  |  +- 
org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:compile
[INFO] |  |  |  |  +- 
org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:compile
[INFO] |  |  |  |  +- 
org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:compile
[INFO] |  |  |  |  \- org.apache.directory.api:api-util:jar:1.0.0-M20:compile
[INFO] |  |  |  +- org.apache.zookeeper:zookeeper:jar:3.4.6:compile
[INFO] |  |  |  \- org.apache.curator:curator-framework:jar:2.7.1:compile
[INFO] |  |  +- org.apache.phoenix:phoenix-core:jar:4.4.0-HBase-1.1:compile
[INFO] |  |  |  +- org.antlr:antlr:jar:3.5:compile
[INFO] |  |  |  |  \- org.antlr:ST4:jar:4.0.7:compile
[INFO] |  |  |  +- org.antlr:antlr-runtime:jar:3.5:compile
[INFO] |  |  |  |  \- org.antlr:stringtemplate:jar:3.2.1:compile
[INFO] |  |  |  |     \- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  |  +- jline:jline:jar:2.11:compile
[INFO] |  |  |  +- sqlline:sqlline:jar:1.1.8:compile
[INFO] |  |  |  +- net.sourceforge.findbugs:annotations:jar:1.3.2:compile
[INFO] |  |  |  +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] |  |  |  +- org.iq80.snappy:snappy:jar:0.3:compile
[INFO] |  |  |  +- org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile
[INFO] |  |  |  +- io.netty:netty-all:jar:4.0.23.Final:compile
[INFO] |  |  |  +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] |  |  |  +- org.apache.commons:commons-csv:jar:1.0:compile
[INFO] |  |  |  +- com.google.code.findbugs:jsr305:jar:2.0.1:compile
[INFO] |  |  |  \- org.jruby.joni:joni:jar:2.1.2:compile
[INFO] |  |  +- org.apache.hbase:hbase-client:jar:1.1.2:compile
[INFO] |  |  |  +- org.apache.hbase:hbase-annotations:jar:1.1.2:compile
[INFO] |  |  |  |  \- jdk.tools:jdk.tools:jar:1.7:system
[INFO] |  |  |  +- org.apache.hbase:hbase-common:jar:1.1.2:compile
[INFO] |  |  |  +- org.apache.hbase:hbase-protocol:jar:1.1.2:compile
[INFO] |  |  |  +- org.jruby.jcodings:jcodings:jar:1.0.8:compile
[INFO] |  |  |  \- 
com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] |  |  +- org.apache.hbase:hbase-server:jar:1.1.2:compile
[INFO] |  |  |  +- org.apache.hbase:hbase-procedure:jar:1.1.2:compile
[INFO] |  |  |  |  \- org.apache.hbase:hbase-common:jar:tests:1.1.2:compile
[INFO] |  |  |  +- org.apache.hbase:hbase-prefix-tree:jar:1.1.2:runtime
[INFO] |  |  |  +- org.apache.hbase:hbase-hadoop-compat:jar:1.1.2:compile
[INFO] |  |  |  +- org.apache.hbase:hbase-hadoop2-compat:jar:1.1.2:compile
[INFO] |  |  |  +- com.yammer.metrics:metrics-core:jar:2.2.0:compile
[INFO] |  |  |  +- commons-cli:commons-cli:jar:1.2:compile
[INFO] |  |  |  +- org.apache.commons:commons-math:jar:2.2:compile
[INFO] |  |  |  +- org.mortbay.jetty:jetty:jar:6.1.26:compile
[INFO] |  |  |  +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] |  |  |  +- org.mortbay.jetty:jetty-sslengine:jar:6.1.26:compile
[INFO] |  |  |  +- org.mortbay.jetty:jsp-2.1:jar:6.1.14:compile
[INFO] |  |  |  +- org.mortbay.jetty:jsp-api-2.1:jar:6.1.14:compile
[INFO] |  |  |  +- org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile
[INFO] |  |  |  +- tomcat:jasper-compiler:jar:5.5.23:compile
[INFO] |  |  |  +- tomcat:jasper-runtime:jar:5.5.23:runtime
[INFO] |  |  |  |  \- commons-el:commons-el:jar:1.0:runtime
[INFO] |  |  |  +- org.jamon:jamon-runtime:jar:2.3.1:compile
[INFO] |  |  |  \- com.lmax:disruptor:jar:3.3.0:compile
[INFO] |  |  \- com.jayway.jsonpath:json-path:jar:2.2.0:compile
[INFO] |  |     \- net.minidev:json-smart:jar:2.2.1:compile
[INFO] |  |        \- net.minidev:accessors-smart:jar:1.1:compile
[INFO] |  +- org.slf4j:slf4j-simple:jar:1.7.10:compile
[INFO] |  \- redis.clients:jedis:jar:2.8.1:compile
[INFO] +- com.amazonaws:aws-java-sdk-s3:jar:1.10.62:compile
[INFO] |  +- com.amazonaws:aws-java-sdk-kms:jar:1.10.62:compile
[INFO] |  \- com.amazonaws:aws-java-sdk-core:jar:1.10.62:compile
[INFO] |     \- joda-time:joda-time:jar:2.8.1:compile
[INFO] +- com.microsoft.azure:azure-storage:jar:4.0.0:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.10:compile
[INFO] +- commons-configuration:commons-configuration:jar:1.9:compile
[INFO] +- commons-io:commons-io:jar:2.4:compile
[INFO] +- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] +- org.apache.commons:commons-vfs2:jar:2.0:compile
[INFO] |  +- org.apache.maven.scm:maven-scm-api:jar:1.4:compile
[INFO] |  \- org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.4:compile
[INFO] |     +- 
org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.4:compile
[INFO] |     \- regexp:regexp:jar:1.3:compile
[INFO] +- org.apache.jackrabbit:jackrabbit-webdav:jar:1.5.2:compile
[INFO] |  +- org.apache.jackrabbit:jackrabbit-jcr-commons:jar:1.5.2:compile
[INFO] |  \- commons-httpclient:commons-httpclient:jar:3.0:compile
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.3.6:compile
[INFO] |  +- org.apache.httpcomponents:httpcore:jar:4.3.3:compile
[INFO] |  \- commons-codec:commons-codec:jar:1.5:compile
[INFO] +- org.eclipse.jetty:jetty-client:jar:9.2.15.v20160210:compile
[INFO] |  +- org.eclipse.jetty:jetty-http:jar:9.2.15.v20160210:compile
[INFO] |  \- org.eclipse.jetty:jetty-io:jar:9.2.15.v20160210:compile
[INFO] +- 
org.eclipse.jetty.websocket:websocket-client:jar:9.2.15.v20160210:compile
[INFO] |  +- org.eclipse.jetty:jetty-util:jar:9.2.15.v20160210:compile
[INFO] |  \- 
org.eclipse.jetty.websocket:websocket-common:jar:9.2.15.v20160210:compile
[INFO] |     \- 
org.eclipse.jetty.websocket:websocket-api:jar:9.2.15.v20160210:compile
[INFO] +- org.quartz-scheduler:quartz:jar:2.2.1:compile
[INFO] |  \- c3p0:c3p0:jar:0.9.1.1:compile
[INFO] +- com.google.code.gson:gson:jar:2.2:compile
[INFO] +- com.google.guava:guava:jar:14.0.1:compile
[INFO] +- org.apache.lucene:lucene-core:jar:5.3.1:compile
[INFO] +- org.apache.lucene:lucene-analyzers-common:jar:5.3.1:compile
[INFO] +- org.apache.lucene:lucene-queryparser:jar:5.3.1:compile
[INFO] |  +- org.apache.lucene:lucene-queries:jar:5.3.1:compile
[INFO] |  \- org.apache.lucene:lucene-sandbox:jar:5.3.1:compile
[INFO] +- org.apache.lucene:lucene-highlighter:jar:5.3.1:compile
[INFO] |  +- org.apache.lucene:lucene-join:jar:5.3.1:compile
[INFO] |  \- org.apache.lucene:lucene-memory:jar:5.3.1:compile
[INFO] +- junit:junit:jar:4.11:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.reflections:reflections:jar:0.9.8:compile
[INFO] |  +- javassist:javassist:jar:3.12.1.GA:compile
[INFO] |  \- dom4j:dom4j:jar:1.6.1:compile
[INFO] +- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] +- org.eclipse.jgit:org.eclipse.jgit:jar:4.1.1.201511131810-r:compile
[INFO] |  +- com.jcraft:jsch:jar:0.1.53:compile
[INFO] |  +- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
[INFO] |  \- org.eclipse.jdt:org.eclipse.jdt.annotation:jar:1.1.0:compile
[INFO] +- org.mockito:mockito-all:jar:1.9.0:test
[INFO] +- com.google.truth:truth:jar:0.27:test
[INFO] +- org.eclipse.jetty:jetty-server:jar:9.2.15.v20160210:test
[INFO] |  \- javax.servlet:javax.servlet-api:jar:3.1.0:test
[INFO] +- org.eclipse.jetty:jetty-servlet:jar:9.2.15.v20160210:test
[INFO] |  \- org.eclipse.jetty:jetty-security:jar:9.2.15.v20160210:test
[INFO] \- org.eclipse.jetty.websocket:websocket-server:jar:9.2.15.v20160210:test
[INFO]    \- 
org.eclipse.jetty.websocket:websocket-servlet:jar:9.2.15.v20160210:test
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin: Display system apis 0.6.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ 
zeppelin-display_2.11 ---
[INFO] org.apache.zeppelin:zeppelin-display_2.11:jar:0.6.2-SNAPSHOT
[INFO] +- org.apache.zeppelin:zeppelin-interpreter:jar:0.6.2-SNAPSHOT:compile
[INFO] |  +- org.apache.thrift:libthrift:jar:0.9.2:compile
[INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.3.6:compile
[INFO] |  |  |  +- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] |  |  |  \- commons-codec:commons-codec:jar:1.5:compile
[INFO] |  |  \- org.apache.httpcomponents:httpcore:jar:4.3.3:compile
[INFO] |  +- com.google.code.gson:gson:jar:2.2:compile
[INFO] |  +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] |  +- org.apache.commons:commons-pool2:jar:2.3:compile
[INFO] |  +- commons-lang:commons-lang:jar:2.5:compile
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] |  +- org.apache.maven:maven-plugin-api:jar:3.0:compile
[INFO] |  |  \- org.apache.maven:maven-artifact:jar:3.0:compile
[INFO] |  +- org.sonatype.aether:aether-api:jar:1.12:compile
[INFO] |  +- org.sonatype.aether:aether-util:jar:1.12:compile
[INFO] |  +- org.sonatype.aether:aether-impl:jar:1.12:compile
[INFO] |  |  \- org.sonatype.aether:aether-spi:jar:1.12:compile
[INFO] |  +- org.apache.maven:maven-aether-provider:jar:3.0.3:compile
[INFO] |  |  +- org.apache.maven:maven-model:jar:3.0.3:compile
[INFO] |  |  +- org.apache.maven:maven-model-builder:jar:3.0.3:compile
[INFO] |  |  |  \- org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[INFO] |  |  +- org.apache.maven:maven-repository-metadata:jar:3.0.3:compile
[INFO] |  |  \- 
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[INFO] |  +- org.sonatype.aether:aether-connector-file:jar:1.12:compile
[INFO] |  +- org.sonatype.aether:aether-connector-wagon:jar:1.12:compile
[INFO] |  |  +- org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[INFO] |  |  +- org.codehaus.plexus:plexus-utils:jar:2.0.7:compile
[INFO] |  |  \- org.sonatype.sisu:sisu-inject-plexus:jar:2.2.2:compile
[INFO] |  |     \- org.sonatype.sisu:sisu-inject-bean:jar:2.2.2:compile
[INFO] |  |        \- org.sonatype.sisu:sisu-guice:jar:no_aop:3.0.2:compile
[INFO] |  +- org.apache.maven.wagon:wagon-provider-api:jar:1.0:compile
[INFO] |  +- org.apache.maven.wagon:wagon-http-lightweight:jar:1.0:compile
[INFO] |  \- org.apache.maven.wagon:wagon-http:jar:1.0:compile
[INFO] |     \- org.apache.maven.wagon:wagon-http-shared:jar:1.0:compile
[INFO] |        +- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] |        +- commons-io:commons-io:jar:2.4:compile
[INFO] |        \- org.jsoup:jsoup:jar:1.6.1:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.10:compile
[INFO] |  \- log4j:log4j:jar:1.2.17:compile
[INFO] +- junit:junit:jar:4.11:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.scala-lang:scala-library:jar:2.11.8:provided
[INFO] \- org.scalatest:scalatest_2.11:jar:2.2.6:test
[INFO]    +- org.scala-lang:scala-reflect:jar:2.11.7:test
[INFO]    \- org.scala-lang.modules:scala-xml_2.11:jar:1.0.2:test
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin: Spark dependencies 0.6.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ 
zeppelin-spark-dependencies_2.11 ---
[INFO] org.apache.zeppelin:zeppelin-spark-dependencies_2.11:jar:0.6.2-SNAPSHOT
[INFO] +- org.apache.spark:spark-core_2.11:jar:2.0.0:compile
[INFO] |  +- org.apache.avro:avro-mapred:jar:hadoop2:1.7.7:compile
[INFO] |  |  +- org.apache.avro:avro-ipc:jar:1.7.7:compile
[INFO] |  |  +- org.apache.avro:avro-ipc:jar:tests:1.7.7:compile
[INFO] |  |  \- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[INFO] |  +- com.twitter:chill_2.11:jar:0.8.0:compile
[INFO] |  |  \- com.esotericsoftware:kryo-shaded:jar:3.0.3:compile
[INFO] |  |     +- com.esotericsoftware:minlog:jar:1.3.0:compile
[INFO] |  |     \- org.objenesis:objenesis:jar:2.1:compile
[INFO] |  +- com.twitter:chill-java:jar:0.8.0:compile
[INFO] |  +- org.apache.xbean:xbean-asm5-shaded:jar:4.4:compile
[INFO] |  +- org.apache.spark:spark-launcher_2.11:jar:2.0.0:compile
[INFO] |  +- org.apache.spark:spark-network-common_2.11:jar:2.0.0:compile
[INFO] |  +- org.apache.spark:spark-network-shuffle_2.11:jar:2.0.0:compile
[INFO] |  |  +- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile
[INFO] |  |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5:compile
[INFO] |  +- org.apache.spark:spark-unsafe_2.11:jar:2.0.0:compile
[INFO] |  +- net.java.dev.jets3t:jets3t:jar:0.9.0:runtime
[INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.3.3:compile
[INFO] |  |  \- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:runtime
[INFO] |  +- org.apache.curator:curator-recipes:jar:2.4.0:compile
[INFO] |  |  +- org.apache.curator:curator-framework:jar:2.4.0:compile
[INFO] |  |  +- org.apache.zookeeper:zookeeper:jar:3.4.5:compile
[INFO] |  |  \- com.google.guava:guava:jar:14.0.1:compile
[INFO] |  +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.3.2:compile
[INFO] |  +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] |  +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] |  +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] |  +- org.slf4j:jul-to-slf4j:jar:1.7.16:compile
[INFO] |  +- org.slf4j:jcl-over-slf4j:jar:1.7.16:compile
[INFO] |  +- log4j:log4j:jar:1.2.17:compile
[INFO] |  +- org.slf4j:slf4j-log4j12:jar:1.7.10:compile
[INFO] |  +- com.ning:compress-lzf:jar:1.0.3:compile
[INFO] |  +- org.xerial.snappy:snappy-java:jar:1.1.2.4:compile
[INFO] |  +- net.jpountz.lz4:lz4:jar:1.3.0:compile
[INFO] |  +- org.roaringbitmap:RoaringBitmap:jar:0.5.11:compile
[INFO] |  +- commons-net:commons-net:jar:2.2:compile
[INFO] |  +- org.scala-lang:scala-library:jar:2.11.8:compile
[INFO] |  +- org.json4s:json4s-jackson_2.11:jar:3.2.11:compile
[INFO] |  |  \- org.json4s:json4s-core_2.11:jar:3.2.11:compile
[INFO] |  |     +- org.json4s:json4s-ast_2.11:jar:3.2.11:compile
[INFO] |  |     \- org.scala-lang:scalap:jar:2.11.0:compile
[INFO] |  +- org.glassfish.jersey.core:jersey-client:jar:2.22.2:compile
[INFO] |  |  +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
[INFO] |  |  +- org.glassfish.hk2:hk2-api:jar:2.4.0-b34:compile
[INFO] |  |  |  +- org.glassfish.hk2:hk2-utils:jar:2.4.0-b34:compile
[INFO] |  |  |  \- 
org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b34:compile
[INFO] |  |  +- org.glassfish.hk2.external:javax.inject:jar:2.4.0-b34:compile
[INFO] |  |  \- org.glassfish.hk2:hk2-locator:jar:2.4.0-b34:compile
[INFO] |  |     \- org.javassist:javassist:jar:3.18.1-GA:compile
[INFO] |  +- org.glassfish.jersey.core:jersey-common:jar:2.22.2:compile
[INFO] |  |  +- javax.annotation:javax.annotation-api:jar:1.2:compile
[INFO] |  |  +- 
org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.2:compile
[INFO] |  |  \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:compile
[INFO] |  +- org.glassfish.jersey.core:jersey-server:jar:2.22.2:compile
[INFO] |  |  +- org.glassfish.jersey.media:jersey-media-jaxb:jar:2.22.2:compile
[INFO] |  |  \- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] |  +- 
org.glassfish.jersey.containers:jersey-container-servlet:jar:2.22.2:compile
[INFO] |  +- 
org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.22.2:compile
[INFO] |  +- org.apache.mesos:mesos:jar:shaded-protobuf:0.21.1:compile
[INFO] |  +- io.netty:netty-all:jar:4.0.29.Final:compile
[INFO] |  +- io.netty:netty:jar:3.8.0.Final:compile
[INFO] |  +- com.clearspring.analytics:stream:jar:2.7.0:compile
[INFO] |  +- io.dropwizard.metrics:metrics-core:jar:3.1.2:compile
[INFO] |  +- io.dropwizard.metrics:metrics-jvm:jar:3.1.2:compile
[INFO] |  +- io.dropwizard.metrics:metrics-json:jar:3.1.2:compile
[INFO] |  +- io.dropwizard.metrics:metrics-graphite:jar:3.1.2:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.5:compile
[INFO] |  |  \- com.fasterxml.jackson.core:jackson-core:jar:2.6.5:compile
[INFO] |  +- 
com.fasterxml.jackson.module:jackson-module-scala_2.11:jar:2.6.5:compile
[INFO] |  |  \- 
com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5:compile
[INFO] |  +- org.apache.ivy:ivy:jar:2.4.0:compile
[INFO] |  +- oro:oro:jar:2.0.8:compile
[INFO] |  +- net.razorvine:pyrolite:jar:4.9:compile
[INFO] |  +- net.sf.py4j:py4j:jar:0.10.1:compile
[INFO] |  +- org.apache.spark:spark-tags_2.11:jar:2.0.0:compile
[INFO] |  |  \- org.scalatest:scalatest_2.11:jar:2.2.6:compile
[INFO] |  \- org.spark-project.spark:unused:jar:1.0.0:compile
[INFO] +- org.apache.spark:spark-repl_2.11:jar:2.0.0:compile
[INFO] |  +- org.apache.spark:spark-mllib_2.11:jar:2.0.0:runtime
[INFO] |  |  +- org.apache.spark:spark-graphx_2.11:jar:2.0.0:runtime
[INFO] |  |  |  +- com.github.fommil.netlib:core:jar:1.1.2:runtime
[INFO] |  |  |  \- net.sourceforge.f2j:arpack_combined_all:jar:0.1:runtime
[INFO] |  |  +- org.apache.spark:spark-mllib-local_2.11:jar:2.0.0:runtime
[INFO] |  |  +- org.scalanlp:breeze_2.11:jar:0.11.2:runtime
[INFO] |  |  |  +- org.scalanlp:breeze-macros_2.11:jar:0.11.2:runtime
[INFO] |  |  |  +- com.github.rwl:jtransforms:jar:2.4.0:runtime
[INFO] |  |  |  \- org.spire-math:spire_2.11:jar:0.7.4:runtime
[INFO] |  |  |     \- org.spire-math:spire-macros_2.11:jar:0.7.4:runtime
[INFO] |  |  \- org.jpmml:pmml-model:jar:1.2.15:runtime
[INFO] |  |     \- org.jpmml:pmml-schema:jar:1.2.15:runtime
[INFO] |  +- org.scala-lang:scala-compiler:jar:2.11.8:compile
[INFO] |  |  +- org.scala-lang.modules:scala-xml_2.11:jar:1.0.4:compile
[INFO] |  |  \- 
org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4:compile
[INFO] |  \- org.scala-lang:scala-reflect:jar:2.11.8:compile
[INFO] +- org.apache.spark:spark-sql_2.11:jar:2.0.0:compile
[INFO] |  +- com.univocity:univocity-parsers:jar:2.1.1:compile
[INFO] |  +- org.apache.spark:spark-sketch_2.11:jar:2.0.0:compile
[INFO] |  +- org.apache.parquet:parquet-column:jar:1.7.0:compile
[INFO] |  |  +- org.apache.parquet:parquet-common:jar:1.7.0:compile
[INFO] |  |  \- org.apache.parquet:parquet-encoding:jar:1.7.0:compile
[INFO] |  |     \- org.apache.parquet:parquet-generator:jar:1.7.0:compile
[INFO] |  \- org.apache.parquet:parquet-hadoop:jar:1.7.0:compile
[INFO] |     +- org.apache.parquet:parquet-format:jar:2.3.0-incubating:compile
[INFO] |     \- org.apache.parquet:parquet-jackson:jar:1.7.0:compile
[INFO] +- org.apache.spark:spark-hive_2.11:jar:2.0.0:compile
[INFO] |  +- com.twitter:parquet-hadoop-bundle:jar:1.6.0:compile
[INFO] |  +- org.spark-project.hive:hive-exec:jar:1.2.1.spark2:compile
[INFO] |  |  +- commons-io:commons-io:jar:2.4:compile
[INFO] |  |  +- commons-lang:commons-lang:jar:2.5:compile
[INFO] |  |  +- javolution:javolution:jar:5.5.1:compile
[INFO] |  |  +- log4j:apache-log4j-extras:jar:1.2.17:compile
[INFO] |  |  +- org.antlr:antlr-runtime:jar:3.4:compile
[INFO] |  |  |  +- org.antlr:stringtemplate:jar:3.2.1:compile
[INFO] |  |  |  \- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  +- org.antlr:ST4:jar:4.0.4:compile
[INFO] |  |  +- org.apache.commons:commons-compress:jar:1.4.1:compile
[INFO] |  |  |  \- org.tukaani:xz:jar:1.0:compile
[INFO] |  |  +- com.googlecode.javaewah:JavaEWAH:jar:0.3.2:compile
[INFO] |  |  +- org.iq80.snappy:snappy:jar:0.2:compile
[INFO] |  |  +- org.json:json:jar:20090211:compile
[INFO] |  |  +- stax:stax-api:jar:1.0.1:compile
[INFO] |  |  +- net.sf.opencsv:opencsv:jar:2.3:compile
[INFO] |  |  \- jline:jline:jar:2.12:compile
[INFO] |  +- org.spark-project.hive:hive-metastore:jar:1.2.1.spark2:compile
[INFO] |  |  +- com.jolbox:bonecp:jar:0.8.0.RELEASE:compile
[INFO] |  |  +- commons-cli:commons-cli:jar:1.2:compile
[INFO] |  |  +- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] |  |  +- org.apache.derby:derby:jar:10.10.2.0:compile
[INFO] |  |  +- org.datanucleus:datanucleus-api-jdo:jar:3.2.6:compile
[INFO] |  |  +- org.datanucleus:datanucleus-rdbms:jar:3.2.9:compile
[INFO] |  |  +- commons-pool:commons-pool:jar:1.5.4:compile
[INFO] |  |  +- commons-dbcp:commons-dbcp:jar:1.4:compile
[INFO] |  |  \- javax.jdo:jdo-api:jar:3.0.1:compile
[INFO] |  |     \- javax.transaction:jta:jar:1.1:compile
[INFO] |  +- org.apache.avro:avro:jar:1.7.7:compile
[INFO] |  |  \- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] |  +- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] |  +- org.apache.calcite:calcite-avatica:jar:1.2.0-incubating:compile
[INFO] |  +- org.apache.calcite:calcite-core:jar:1.2.0-incubating:compile
[INFO] |  |  +- org.apache.calcite:calcite-linq4j:jar:1.2.0-incubating:compile
[INFO] |  |  +- net.hydromatic:eigenbase-properties:jar:1.1.5:compile
[INFO] |  |  \- org.codehaus.janino:commons-compiler:jar:2.7.6:compile
[INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.3.6:compile
[INFO] |  +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.5:compile
[INFO] |  +- joda-time:joda-time:jar:2.9.3:compile
[INFO] |  +- org.jodd:jodd-core:jar:3.5.2:compile
[INFO] |  +- org.datanucleus:datanucleus-core:jar:3.2.10:compile
[INFO] |  +- org.apache.thrift:libthrift:jar:0.9.2:compile
[INFO] |  \- org.apache.thrift:libfb303:jar:0.9.2:compile
[INFO] +- org.apache.spark:spark-streaming_2.11:jar:2.0.0:compile
[INFO] +- org.apache.spark:spark-catalyst_2.11:jar:2.0.0:compile
[INFO] |  +- org.codehaus.janino:janino:jar:2.7.8:compile
[INFO] |  \- org.antlr:antlr4-runtime:jar:4.5.3:compile
[INFO] +- org.apache.hadoop:hadoop-client:jar:2.7.1:compile
[INFO] |  +- org.apache.hadoop:hadoop-common:jar:2.7.1:compile
[INFO] |  |  +- xmlenc:xmlenc:jar:0.52:compile
[INFO] |  |  +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] |  |  +- javax.servlet.jsp:jsp-api:jar:2.1:runtime
[INFO] |  |  +- commons-configuration:commons-configuration:jar:1.9:compile
[INFO] |  |  +- com.google.code.gson:gson:jar:2.2:compile
[INFO] |  |  +- org.apache.hadoop:hadoop-auth:jar:2.7.1:compile
[INFO] |  |  |  \- 
org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:compile
[INFO] |  |  |     +- 
org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:compile
[INFO] |  |  |     +- 
org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:compile
[INFO] |  |  |     \- org.apache.directory.api:api-util:jar:1.0.0-M20:compile
[INFO] |  |  +- org.apache.curator:curator-client:jar:2.7.1:compile
[INFO] |  |  \- org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile
[INFO] |  +- org.apache.hadoop:hadoop-hdfs:jar:2.7.1:compile
[INFO] |  |  +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] |  |  \- xerces:xercesImpl:jar:2.9.1:compile
[INFO] |  |     \- xml-apis:xml-apis:jar:1.3.04:compile
[INFO] |  +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.7.1:compile
[INFO] |  |  +- 
org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.1:compile
[INFO] |  |  |  +- org.apache.hadoop:hadoop-yarn-client:jar:2.7.1:compile
[INFO] |  |  |  \- org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.1:compile
[INFO] |  |  \- 
org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.7.1:compile
[INFO] |  +- org.apache.hadoop:hadoop-yarn-api:jar:2.7.1:compile
[INFO] |  +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.1:compile
[INFO] |  |  \- org.apache.hadoop:hadoop-yarn-common:jar:2.7.1:compile
[INFO] |  |     +- javax.xml.bind:jaxb-api:jar:2.2.2:compile
[INFO] |  |     |  +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] |  |     |  \- javax.activation:activation:jar:1.1:compile
[INFO] |  |     +- com.sun.jersey:jersey-core:jar:1.9:compile
[INFO] |  |     +- com.sun.jersey:jersey-client:jar:1.9:compile
[INFO] |  |     +- org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile
[INFO] |  |     \- org.codehaus.jackson:jackson-xc:jar:1.9.13:compile
[INFO] |  +- 
org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.7.1:compile
[INFO] |  \- org.apache.hadoop:hadoop-annotations:jar:2.7.1:compile
[INFO] +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] +- com.typesafe.akka:akka-actor_2.11:jar:2.3.11:compile
[INFO] |  \- com.typesafe:config:jar:1.2.1:compile
[INFO] +- com.typesafe.akka:akka-remote_2.11:jar:2.3.11:compile
[INFO] |  \- org.uncommons.maths:uncommons-maths:jar:1.2.2a:compile
[INFO] +- com.typesafe.akka:akka-slf4j_2.11:jar:2.3.11:compile
[INFO] +- com.typesafe.akka:akka-testkit_2.11:jar:2.3.11:compile
[INFO] \- com.typesafe.akka:akka-zeromq_2.11:jar:2.3.11:compile
[INFO]    \- 
org.spark-project.zeromq:zeromq-scala-binding_2.11:jar:0.0.7-spark:compile
[INFO]       +- net.java.dev.jna:jna:jar:3.0.9:compile
[INFO]       \- com.github.jnr:jnr-constants:jar:0.8.2:compile
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin: Spark 0.6.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ zeppelin-spark_2.11 
---
[INFO] org.apache.zeppelin:zeppelin-spark_2.11:jar:0.6.2-SNAPSHOT
[INFO] +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.10:compile
[INFO] |  \- log4j:log4j:jar:1.2.17:compile
[INFO] +- org.apache.zeppelin:zeppelin-display_2.11:jar:0.6.2-SNAPSHOT:compile
[INFO] +- org.apache.zeppelin:zeppelin-interpreter:jar:0.6.2-SNAPSHOT:compile
[INFO] |  +- org.apache.thrift:libthrift:jar:0.9.2:compile
[INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.3.6:compile
[INFO] |  |  \- org.apache.httpcomponents:httpcore:jar:4.3.3:compile
[INFO] |  +- com.google.code.gson:gson:jar:2.2:compile
[INFO] |  +- org.apache.commons:commons-pool2:jar:2.3:compile
[INFO] |  \- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] +- io.netty:netty:jar:3.8.0.Final:compile
[INFO] +- io.netty:netty-all:jar:4.0.29.Final:compile
[INFO] +- 
org.apache.zeppelin:zeppelin-spark-dependencies_2.11:jar:0.6.2-SNAPSHOT:provided
[INFO] |  +- org.apache.spark:spark-core_2.11:jar:2.0.0:provided
[INFO] |  |  +- org.apache.avro:avro-mapred:jar:hadoop2:1.7.7:provided
[INFO] |  |  |  +- org.apache.avro:avro-ipc:jar:1.7.7:provided
[INFO] |  |  |  +- org.apache.avro:avro-ipc:jar:tests:1.7.7:provided
[INFO] |  |  |  \- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[INFO] |  |  +- com.twitter:chill_2.11:jar:0.8.0:provided
[INFO] |  |  |  \- com.esotericsoftware:kryo-shaded:jar:3.0.3:provided
[INFO] |  |  |     \- com.esotericsoftware:minlog:jar:1.3.0:provided
[INFO] |  |  +- com.twitter:chill-java:jar:0.8.0:provided
[INFO] |  |  +- org.apache.xbean:xbean-asm5-shaded:jar:4.4:provided
[INFO] |  |  +- org.apache.spark:spark-launcher_2.11:jar:2.0.0:provided
[INFO] |  |  +- org.apache.spark:spark-network-common_2.11:jar:2.0.0:provided
[INFO] |  |  +- org.apache.spark:spark-network-shuffle_2.11:jar:2.0.0:provided
[INFO] |  |  |  +- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile
[INFO] |  |  |  \- 
com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5:provided
[INFO] |  |  +- org.apache.spark:spark-unsafe_2.11:jar:2.0.0:provided
[INFO] |  |  +- net.java.dev.jets3t:jets3t:jar:0.7.1:provided
[INFO] |  |  +- org.apache.curator:curator-recipes:jar:2.4.0:compile
[INFO] |  |  |  +- org.apache.curator:curator-framework:jar:2.4.0:compile
[INFO] |  |  |  \- org.apache.zookeeper:zookeeper:jar:3.4.5:compile
[INFO] |  |  +- javax.servlet:javax.servlet-api:jar:3.1.0:provided
[INFO] |  |  +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] |  |  +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] |  |  +- org.slf4j:jul-to-slf4j:jar:1.7.16:provided
[INFO] |  |  +- org.slf4j:jcl-over-slf4j:jar:1.7.16:provided
[INFO] |  |  +- com.ning:compress-lzf:jar:1.0.3:provided
[INFO] |  |  +- org.xerial.snappy:snappy-java:jar:1.1.2.4:compile
[INFO] |  |  +- net.jpountz.lz4:lz4:jar:1.3.0:provided
[INFO] |  |  +- org.roaringbitmap:RoaringBitmap:jar:0.5.11:provided
[INFO] |  |  +- commons-net:commons-net:jar:2.2:compile
[INFO] |  |  +- org.json4s:json4s-jackson_2.11:jar:3.2.11:provided
[INFO] |  |  |  \- org.json4s:json4s-core_2.11:jar:3.2.11:provided
[INFO] |  |  |     +- org.json4s:json4s-ast_2.11:jar:3.2.11:provided
[INFO] |  |  |     \- org.scala-lang:scalap:jar:2.11.0:provided
[INFO] |  |  +- org.glassfish.jersey.core:jersey-client:jar:2.22.2:provided
[INFO] |  |  |  +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:provided
[INFO] |  |  |  +- org.glassfish.hk2:hk2-api:jar:2.4.0-b34:provided
[INFO] |  |  |  |  +- org.glassfish.hk2:hk2-utils:jar:2.4.0-b34:provided
[INFO] |  |  |  |  \- 
org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b34:provided
[INFO] |  |  |  +- 
org.glassfish.hk2.external:javax.inject:jar:2.4.0-b34:provided
[INFO] |  |  |  \- org.glassfish.hk2:hk2-locator:jar:2.4.0-b34:provided
[INFO] |  |  +- org.glassfish.jersey.core:jersey-common:jar:2.22.2:provided
[INFO] |  |  |  +- javax.annotation:javax.annotation-api:jar:1.2:provided
[INFO] |  |  |  +- 
org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.2:provided
[INFO] |  |  |  \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:provided
[INFO] |  |  +- org.glassfish.jersey.core:jersey-server:jar:2.22.2:provided
[INFO] |  |  |  +- 
org.glassfish.jersey.media:jersey-media-jaxb:jar:2.22.2:provided
[INFO] |  |  |  \- javax.validation:validation-api:jar:1.1.0.Final:provided
[INFO] |  |  +- 
org.glassfish.jersey.containers:jersey-container-servlet:jar:2.22.2:provided
[INFO] |  |  +- 
org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.22.2:provided
[INFO] |  |  +- org.apache.mesos:mesos:jar:shaded-protobuf:0.21.1:provided
[INFO] |  |  +- com.clearspring.analytics:stream:jar:2.7.0:provided
[INFO] |  |  +- io.dropwizard.metrics:metrics-core:jar:3.1.2:provided
[INFO] |  |  +- io.dropwizard.metrics:metrics-jvm:jar:3.1.2:provided
[INFO] |  |  +- io.dropwizard.metrics:metrics-json:jar:3.1.2:provided
[INFO] |  |  +- io.dropwizard.metrics:metrics-graphite:jar:3.1.2:provided
[INFO] |  |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.5:provided
[INFO] |  |  |  \- com.fasterxml.jackson.core:jackson-core:jar:2.6.5:provided
[INFO] |  |  +- 
com.fasterxml.jackson.module:jackson-module-scala_2.11:jar:2.6.5:provided
[INFO] |  |  |  \- 
com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5:provided
[INFO] |  |  +- org.apache.ivy:ivy:jar:2.4.0:provided
[INFO] |  |  +- oro:oro:jar:2.0.8:provided
[INFO] |  |  +- net.razorvine:pyrolite:jar:4.9:provided
[INFO] |  |  +- net.sf.py4j:py4j:jar:0.10.1:provided
[INFO] |  |  +- org.apache.spark:spark-tags_2.11:jar:2.0.0:provided
[INFO] |  |  \- org.spark-project.spark:unused:jar:1.0.0:provided
[INFO] |  +- org.apache.spark:spark-repl_2.11:jar:2.0.0:provided
[INFO] |  |  \- org.apache.spark:spark-mllib_2.11:jar:2.0.0:provided
[INFO] |  |     +- org.apache.spark:spark-graphx_2.11:jar:2.0.0:provided
[INFO] |  |     |  +- com.github.fommil.netlib:core:jar:1.1.2:provided
[INFO] |  |     |  \- net.sourceforge.f2j:arpack_combined_all:jar:0.1:provided
[INFO] |  |     +- org.apache.spark:spark-mllib-local_2.11:jar:2.0.0:provided
[INFO] |  |     +- org.scalanlp:breeze_2.11:jar:0.11.2:provided
[INFO] |  |     |  +- org.scalanlp:breeze-macros_2.11:jar:0.11.2:provided
[INFO] |  |     |  +- com.github.rwl:jtransforms:jar:2.4.0:provided
[INFO] |  |     |  \- org.spire-math:spire_2.11:jar:0.7.4:provided
[INFO] |  |     |     \- org.spire-math:spire-macros_2.11:jar:0.7.4:provided
[INFO] |  |     \- org.jpmml:pmml-model:jar:1.2.15:provided
[INFO] |  |        \- org.jpmml:pmml-schema:jar:1.2.15:provided
[INFO] |  +- org.apache.spark:spark-sql_2.11:jar:2.0.0:provided
[INFO] |  |  +- com.univocity:univocity-parsers:jar:2.1.1:provided
[INFO] |  |  +- org.apache.spark:spark-sketch_2.11:jar:2.0.0:provided
[INFO] |  |  +- org.apache.parquet:parquet-column:jar:1.7.0:provided
[INFO] |  |  |  +- org.apache.parquet:parquet-common:jar:1.7.0:provided
[INFO] |  |  |  \- org.apache.parquet:parquet-encoding:jar:1.7.0:provided
[INFO] |  |  |     \- org.apache.parquet:parquet-generator:jar:1.7.0:provided
[INFO] |  |  \- org.apache.parquet:parquet-hadoop:jar:1.7.0:provided
[INFO] |  |     +- 
org.apache.parquet:parquet-format:jar:2.3.0-incubating:provided
[INFO] |  |     \- org.apache.parquet:parquet-jackson:jar:1.7.0:provided
[INFO] |  +- org.apache.spark:spark-hive_2.11:jar:2.0.0:provided
[INFO] |  |  +- com.twitter:parquet-hadoop-bundle:jar:1.6.0:provided
[INFO] |  |  +- org.spark-project.hive:hive-exec:jar:1.2.1.spark2:provided
[INFO] |  |  |  +- javolution:javolution:jar:5.5.1:provided
[INFO] |  |  |  +- log4j:apache-log4j-extras:jar:1.2.17:provided
[INFO] |  |  |  +- org.antlr:antlr-runtime:jar:3.4:compile
[INFO] |  |  |  |  +- org.antlr:stringtemplate:jar:3.2.1:compile
[INFO] |  |  |  |  \- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  |  +- org.antlr:ST4:jar:4.0.4:compile
[INFO] |  |  |  +- com.googlecode.javaewah:JavaEWAH:jar:0.3.2:provided
[INFO] |  |  |  +- org.iq80.snappy:snappy:jar:0.2:provided
[INFO] |  |  |  +- org.json:json:jar:20090211:provided
[INFO] |  |  |  +- stax:stax-api:jar:1.0.1:provided
[INFO] |  |  |  +- net.sf.opencsv:opencsv:jar:2.3:provided
[INFO] |  |  |  \- jline:jline:jar:2.12:provided
[INFO] |  |  +- org.spark-project.hive:hive-metastore:jar:1.2.1.spark2:provided
[INFO] |  |  |  +- com.jolbox:bonecp:jar:0.8.0.RELEASE:provided
[INFO] |  |  |  +- commons-cli:commons-cli:jar:1.2:compile
[INFO] |  |  |  +- org.apache.derby:derby:jar:10.10.2.0:provided
[INFO] |  |  |  +- commons-pool:commons-pool:jar:1.5.4:provided
[INFO] |  |  |  +- commons-dbcp:commons-dbcp:jar:1.4:provided
[INFO] |  |  |  \- javax.jdo:jdo-api:jar:3.0.1:provided
[INFO] |  |  |     \- javax.transaction:jta:jar:1.1:provided
[INFO] |  |  +- org.apache.avro:avro:jar:1.7.7:compile
[INFO] |  |  |  \- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] |  |  +- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] |  |  +- org.apache.calcite:calcite-avatica:jar:1.2.0-incubating:provided
[INFO] |  |  +- org.apache.calcite:calcite-core:jar:1.2.0-incubating:provided
[INFO] |  |  |  +- 
org.apache.calcite:calcite-linq4j:jar:1.2.0-incubating:provided
[INFO] |  |  |  +- net.hydromatic:eigenbase-properties:jar:1.1.5:provided
[INFO] |  |  |  \- org.codehaus.janino:commons-compiler:jar:2.7.6:provided
[INFO] |  |  +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[INFO] |  |  +- commons-codec:commons-codec:jar:1.5:compile
[INFO] |  |  +- joda-time:joda-time:jar:2.9.3:provided
[INFO] |  |  +- org.jodd:jodd-core:jar:3.5.2:provided
[INFO] |  |  \- org.apache.thrift:libfb303:jar:0.9.2:provided
[INFO] |  +- org.apache.spark:spark-streaming_2.11:jar:2.0.0:provided
[INFO] |  +- org.apache.spark:spark-catalyst_2.11:jar:2.0.0:provided
[INFO] |  |  +- org.codehaus.janino:janino:jar:2.7.8:provided
[INFO] |  |  \- org.antlr:antlr4-runtime:jar:4.5.3:provided
[INFO] |  +- org.apache.hadoop:hadoop-client:jar:2.7.1:compile
[INFO] |  |  +- org.apache.hadoop:hadoop-common:jar:2.7.1:compile
[INFO] |  |  |  +- xmlenc:xmlenc:jar:0.52:compile
[INFO] |  |  |  +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] |  |  |  +- javax.servlet.jsp:jsp-api:jar:2.1:runtime
[INFO] |  |  |  +- commons-configuration:commons-configuration:jar:1.9:compile
[INFO] |  |  |  +- org.apache.curator:curator-client:jar:2.7.1:compile
[INFO] |  |  |  \- org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile
[INFO] |  |  +- org.apache.hadoop:hadoop-hdfs:jar:2.7.1:compile
[INFO] |  |  |  +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] |  |  |  \- xerces:xercesImpl:jar:2.9.1:compile
[INFO] |  |  |     \- xml-apis:xml-apis:jar:1.3.04:compile
[INFO] |  |  +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.7.1:compile
[INFO] |  |  |  +- 
org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.1:compile
[INFO] |  |  |  |  +- org.apache.hadoop:hadoop-yarn-client:jar:2.7.1:compile
[INFO] |  |  |  |  \- 
org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.1:compile
[INFO] |  |  |  \- 
org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.7.1:compile
[INFO] |  |  +- org.apache.hadoop:hadoop-yarn-api:jar:2.7.1:compile
[INFO] |  |  +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.1:compile
[INFO] |  |  |  \- org.apache.hadoop:hadoop-yarn-common:jar:2.7.1:compile
[INFO] |  |  |     +- javax.xml.bind:jaxb-api:jar:2.2.2:compile
[INFO] |  |  |     |  +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] |  |  |     |  \- javax.activation:activation:jar:1.1:compile
[INFO] |  |  |     +- javax.servlet:servlet-api:jar:2.5:compile
[INFO] |  |  |     +- com.sun.jersey:jersey-core:jar:1.9:compile
[INFO] |  |  |     +- com.sun.jersey:jersey-client:jar:1.9:compile
[INFO] |  |  |     \- org.codehaus.jackson:jackson-xc:jar:1.9.13:compile
[INFO] |  |  +- 
org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.7.1:compile
[INFO] |  |  \- org.apache.hadoop:hadoop-annotations:jar:2.7.1:compile
[INFO] |  +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] |  +- com.typesafe.akka:akka-actor_2.11:jar:2.3.11:provided
[INFO] |  |  \- com.typesafe:config:jar:1.2.1:provided
[INFO] |  +- com.typesafe.akka:akka-remote_2.11:jar:2.3.11:provided
[INFO] |  |  \- org.uncommons.maths:uncommons-maths:jar:1.2.2a:provided
[INFO] |  +- com.typesafe.akka:akka-slf4j_2.11:jar:2.3.11:provided
[INFO] |  +- com.typesafe.akka:akka-testkit_2.11:jar:2.3.11:provided
[INFO] |  \- com.typesafe.akka:akka-zeromq_2.11:jar:2.3.11:provided
[INFO] |     \- 
org.spark-project.zeromq:zeromq-scala-binding_2.11:jar:0.0.7-spark:provided
[INFO] |        +- net.java.dev.jna:jna:jar:3.0.9:provided
[INFO] |        \- com.github.jnr:jnr-constants:jar:0.8.2:provided
[INFO] +- com.server.data:javadataaccess:jar:11.0.0:compile
[INFO] |  +- 
com.server.data.phoenixfunctions:phoenixfunctions:jar:11.0.0:compile
[INFO] |  |  +- org.apache.hadoop:hadoop-auth:jar:2.7.1:compile
[INFO] |  |  |  \- 
org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:compile
[INFO] |  |  |     +- 
org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:compile
[INFO] |  |  |     +- 
org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:compile
[INFO] |  |  |     \- org.apache.directory.api:api-util:jar:1.0.0-M20:compile
[INFO] |  |  +- org.apache.phoenix:phoenix-core:jar:4.4.0-HBase-1.1:compile
[INFO] |  |  |  +- org.antlr:antlr:jar:3.5:compile
[INFO] |  |  |  +- sqlline:sqlline:jar:1.1.8:compile
[INFO] |  |  |  +- net.sourceforge.findbugs:annotations:jar:1.3.2:compile
[INFO] |  |  |  +- org.apache.commons:commons-csv:jar:1.0:compile
[INFO] |  |  |  \- org.jruby.joni:joni:jar:2.1.2:compile
[INFO] |  |  +- org.apache.hbase:hbase-client:jar:1.1.2:compile
[INFO] |  |  |  +- org.apache.hbase:hbase-annotations:jar:1.1.2:compile
[INFO] |  |  |  |  \- jdk.tools:jdk.tools:jar:1.7:system
[INFO] |  |  |  +- org.apache.hbase:hbase-common:jar:1.1.2:compile
[INFO] |  |  |  +- org.apache.hbase:hbase-protocol:jar:1.1.2:compile
[INFO] |  |  |  +- org.jruby.jcodings:jcodings:jar:1.0.8:compile
[INFO] |  |  |  \- 
com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] |  |  +- org.apache.hbase:hbase-server:jar:1.1.2:compile
[INFO] |  |  |  +- org.apache.hbase:hbase-procedure:jar:1.1.2:compile
[INFO] |  |  |  |  \- org.apache.hbase:hbase-common:jar:tests:1.1.2:compile
[INFO] |  |  |  +- org.apache.hbase:hbase-prefix-tree:jar:1.1.2:runtime
[INFO] |  |  |  +- org.apache.hbase:hbase-hadoop-compat:jar:1.1.2:compile
[INFO] |  |  |  +- org.apache.hbase:hbase-hadoop2-compat:jar:1.1.2:compile
[INFO] |  |  |  +- com.yammer.metrics:metrics-core:jar:2.2.0:compile
[INFO] |  |  |  +- org.apache.commons:commons-math:jar:2.2:compile
[INFO] |  |  |  +- org.mortbay.jetty:jetty:jar:6.1.26:compile
[INFO] |  |  |  +- org.mortbay.jetty:jetty-sslengine:jar:6.1.26:compile
[INFO] |  |  |  +- org.mortbay.jetty:jsp-2.1:jar:6.1.14:compile
[INFO] |  |  |  +- org.mortbay.jetty:jsp-api-2.1:jar:6.1.14:compile
[INFO] |  |  |  +- org.mortbay.jetty:servlet-api-2.5:jar:6.1.14:compile
[INFO] |  |  |  +- org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile
[INFO] |  |  |  +- tomcat:jasper-compiler:jar:5.5.23:compile
[INFO] |  |  |  +- tomcat:jasper-runtime:jar:5.5.23:runtime
[INFO] |  |  |  |  \- commons-el:commons-el:jar:1.0:runtime
[INFO] |  |  |  +- org.jamon:jamon-runtime:jar:2.3.1:compile
[INFO] |  |  |  \- com.lmax:disruptor:jar:3.3.0:compile
[INFO] |  |  \- com.jayway.jsonpath:json-path:jar:2.2.0:compile
[INFO] |  |     \- net.minidev:json-smart:jar:2.2.1:compile
[INFO] |  |        \- net.minidev:accessors-smart:jar:1.1:compile
[INFO] |  +- org.slf4j:slf4j-simple:jar:1.7.10:compile
[INFO] |  \- redis.clients:jedis:jar:2.8.1:compile
[INFO] +- com.google.guava:guava:jar:14.0.1:compile
[INFO] +- org.apache.maven:maven-plugin-api:jar:3.0:compile
[INFO] |  \- org.apache.maven:maven-artifact:jar:3.0:compile
[INFO] +- org.sonatype.aether:aether-api:jar:1.12:compile
[INFO] +- org.sonatype.aether:aether-util:jar:1.12:compile
[INFO] +- org.sonatype.aether:aether-impl:jar:1.12:compile
[INFO] |  \- org.sonatype.aether:aether-spi:jar:1.12:compile
[INFO] +- org.apache.maven:maven-aether-provider:jar:3.0.3:compile
[INFO] |  +- org.apache.maven:maven-model:jar:3.0.3:compile
[INFO] |  +- org.apache.maven:maven-model-builder:jar:3.0.3:compile
[INFO] |  |  \- org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[INFO] |  +- org.apache.maven:maven-repository-metadata:jar:3.0.3:compile
[INFO] |  \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[INFO] +- org.sonatype.aether:aether-connector-file:jar:1.12:compile
[INFO] +- org.sonatype.aether:aether-connector-wagon:jar:1.12:compile
[INFO] |  +- org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[INFO] |  +- org.codehaus.plexus:plexus-utils:jar:2.0.7:compile
[INFO] |  \- org.sonatype.sisu:sisu-inject-plexus:jar:2.2.2:compile
[INFO] |     \- org.sonatype.sisu:sisu-inject-bean:jar:2.2.2:compile
[INFO] |        \- org.sonatype.sisu:sisu-guice:jar:no_aop:3.0.2:compile
[INFO] +- org.apache.maven.wagon:wagon-provider-api:jar:1.0:compile
[INFO] +- org.apache.maven.wagon:wagon-http-lightweight:jar:1.0:compile
[INFO] +- org.apache.maven.wagon:wagon-http:jar:1.0:compile
[INFO] |  \- org.apache.maven.wagon:wagon-http-shared:jar:1.0:compile
[INFO] |     +- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] |     \- commons-io:commons-io:jar:2.4:compile
[INFO] +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] +- org.scala-lang:scala-library:jar:2.11.8:provided
[INFO] +- org.scala-lang:scala-compiler:jar:2.11.8:provided
[INFO] |  +- org.scala-lang.modules:scala-xml_2.11:jar:1.0.4:provided
[INFO] |  \- 
org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4:provided
[INFO] +- org.scala-lang:scala-reflect:jar:2.11.8:provided
[INFO] +- commons-lang:commons-lang:jar:2.5:provided
[INFO] +- org.apache.commons:commons-compress:jar:1.9:provided
[INFO] +- org.jsoup:jsoup:jar:1.8.2:compile
[INFO] +- org.scalatest:scalatest_2.11:jar:2.2.6:test
[INFO] +- junit:junit:jar:4.11:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.datanucleus:datanucleus-core:jar:3.2.10:test
[INFO] +- org.datanucleus:datanucleus-api-jdo:jar:3.2.6:test
[INFO] +- org.datanucleus:datanucleus-rdbms:jar:3.2.9:test
[INFO] +- org.mockito:mockito-core:jar:1.10.19:test
[INFO] |  \- org.objenesis:objenesis:jar:2.1:provided
[INFO] +- org.powermock:powermock-api-mockito:jar:1.6.4:test
[INFO] |  \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] |     +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] |     |  \- org.javassist:javassist:jar:3.20.0-GA:provided
[INFO] |     \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] \- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO]    \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin: JDBC interpreter 0.6.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ zeppelin-jdbc ---
[INFO] org.apache.zeppelin:zeppelin-jdbc:jar:0.6.2-SNAPSHOT
[INFO] +- org.apache.zeppelin:zeppelin-interpreter:jar:0.6.2-SNAPSHOT:provided
[INFO] |  +- org.apache.thrift:libthrift:jar:0.9.2:provided
[INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.3.6:provided
[INFO] |  |  |  \- commons-codec:commons-codec:jar:1.5:provided
[INFO] |  |  \- org.apache.httpcomponents:httpcore:jar:4.3.3:provided
[INFO] |  +- com.google.code.gson:gson:jar:2.2:provided
[INFO] |  +- org.apache.commons:commons-exec:jar:1.3:provided
[INFO] |  +- org.apache.commons:commons-pool2:jar:2.3:provided
[INFO] |  +- commons-lang:commons-lang:jar:2.5:provided
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:provided
[INFO] |  +- org.apache.maven:maven-plugin-api:jar:3.0:provided
[INFO] |  |  \- org.apache.maven:maven-artifact:jar:3.0:provided
[INFO] |  +- org.sonatype.aether:aether-api:jar:1.12:provided
[INFO] |  +- org.sonatype.aether:aether-util:jar:1.12:provided
[INFO] |  +- org.sonatype.aether:aether-impl:jar:1.12:provided
[INFO] |  |  \- org.sonatype.aether:aether-spi:jar:1.12:provided
[INFO] |  +- org.apache.maven:maven-aether-provider:jar:3.0.3:provided
[INFO] |  |  +- org.apache.maven:maven-model:jar:3.0.3:provided
[INFO] |  |  +- org.apache.maven:maven-model-builder:jar:3.0.3:provided
[INFO] |  |  |  \- org.codehaus.plexus:plexus-interpolation:jar:1.14:provided
[INFO] |  |  +- org.apache.maven:maven-repository-metadata:jar:3.0.3:provided
[INFO] |  |  \- 
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:provided
[INFO] |  +- org.sonatype.aether:aether-connector-file:jar:1.12:provided
[INFO] |  +- org.sonatype.aether:aether-connector-wagon:jar:1.12:provided
[INFO] |  |  +- org.codehaus.plexus:plexus-classworlds:jar:2.4:provided
[INFO] |  |  +- org.codehaus.plexus:plexus-utils:jar:2.0.7:provided
[INFO] |  |  \- org.sonatype.sisu:sisu-inject-plexus:jar:2.2.2:provided
[INFO] |  |     \- org.sonatype.sisu:sisu-inject-bean:jar:2.2.2:provided
[INFO] |  |        \- org.sonatype.sisu:sisu-guice:jar:no_aop:3.0.2:provided
[INFO] |  +- org.apache.maven.wagon:wagon-provider-api:jar:1.0:provided
[INFO] |  +- org.apache.maven.wagon:wagon-http-lightweight:jar:1.0:provided
[INFO] |  \- org.apache.maven.wagon:wagon-http:jar:1.0:provided
[INFO] |     \- org.apache.maven.wagon:wagon-http-shared:jar:1.0:provided
[INFO] |        +- commons-httpclient:commons-httpclient:jar:3.1:provided
[INFO] |        +- commons-io:commons-io:jar:2.4:provided
[INFO] |        \- org.jsoup:jsoup:jar:1.6.1:provided
[INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.10:compile
[INFO] |  \- log4j:log4j:jar:1.2.17:compile
[INFO] +- com.google.guava:guava:jar:14.0.1:compile
[INFO] +- jline:jline:jar:2.12.1:compile
[INFO] +- junit:junit:jar:4.11:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- com.h2database:h2:jar:1.4.190:test
[INFO] +- org.mockito:mockito-all:jar:1.9.5:test
[INFO] \- com.mockrunner:mockrunner-jdbc:jar:1.0.8:test
[INFO]    +- com.mockrunner:mockrunner-core:jar:1.0.8:test
[INFO]    |  +- jdom:jdom:jar:1.0:test
[INFO]    |  +- oro:oro:jar:2.0.8:test
[INFO]    |  +- com.kirkk:jaranalyzer:jar:1.2:test
[INFO]    |  |  +- bcel:bcel:jar:5.1:test
[INFO]    |  |  |  \- regexp:regexp:jar:1.2:test
[INFO]    |  |  +- jakarta-regexp:jakarta-regexp:jar:1.4:test
[INFO]    |  |  \- ant:ant:jar:1.6.5:test
[INFO]    |  \- nekohtml:nekohtml:jar:0.9.5:test
[INFO]    |     \- xerces:xercesImpl:jar:2.4.0:test
[INFO]    \- commons-logging:commons-logging:jar:1.1.1:provided
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin: web Application 0.6.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ zeppelin-web ---
[INFO] org.apache.zeppelin:zeppelin-web:war:0.6.2-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin: Server 0.6.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ zeppelin-server ---
[INFO] org.apache.zeppelin:zeppelin-server:jar:0.6.2-SNAPSHOT
[INFO] +- org.apache.zeppelin:zeppelin-zengine:jar:0.6.2-SNAPSHOT:compile
[INFO] |  +- org.apache.zeppelin:zeppelin-interpreter:jar:0.6.2-SNAPSHOT:compile
[INFO] |  |  +- org.apache.thrift:libthrift:jar:0.9.2:compile
[INFO] |  |  +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] |  |  +- org.apache.commons:commons-pool2:jar:2.3:compile
[INFO] |  |  +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] |  |  +- org.apache.maven:maven-plugin-api:jar:3.0:compile
[INFO] |  |  |  \- org.apache.maven:maven-artifact:jar:3.0:compile
[INFO] |  |  +- org.sonatype.aether:aether-api:jar:1.12:compile
[INFO] |  |  +- org.sonatype.aether:aether-util:jar:1.12:compile
[INFO] |  |  +- org.sonatype.aether:aether-impl:jar:1.12:compile
[INFO] |  |  |  \- org.sonatype.aether:aether-spi:jar:1.12:compile
[INFO] |  |  +- org.apache.maven:maven-aether-provider:jar:3.0.3:compile
[INFO] |  |  |  +- org.apache.maven:maven-model:jar:3.0.3:compile
[INFO] |  |  |  +- org.apache.maven:maven-model-builder:jar:3.0.3:compile
[INFO] |  |  |  |  \- org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[INFO] |  |  |  +- org.apache.maven:maven-repository-metadata:jar:3.0.3:compile
[INFO] |  |  |  \- 
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[INFO] |  |  +- org.sonatype.aether:aether-connector-file:jar:1.12:compile
[INFO] |  |  +- org.sonatype.aether:aether-connector-wagon:jar:1.12:compile
[INFO] |  |  |  +- org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[INFO] |  |  |  +- org.codehaus.plexus:plexus-utils:jar:2.0.7:compile
[INFO] |  |  |  \- org.sonatype.sisu:sisu-inject-plexus:jar:2.2.2:compile
[INFO] |  |  |     \- org.sonatype.sisu:sisu-inject-bean:jar:2.2.2:compile
[INFO] |  |  |        \- org.sonatype.sisu:sisu-guice:jar:no_aop:3.0.2:compile
[INFO] |  |  +- org.apache.maven.wagon:wagon-provider-api:jar:1.0:compile
[INFO] |  |  +- org.apache.maven.wagon:wagon-http-lightweight:jar:1.0:compile
[INFO] |  |  \- org.apache.maven.wagon:wagon-http:jar:1.0:compile
[INFO] |  |     \- org.apache.maven.wagon:wagon-http-shared:jar:1.0:compile
[INFO] |  |        \- org.jsoup:jsoup:jar:1.6.1:compile
[INFO] |  +- com.server.data:javadataaccess:jar:11.0.0:compile
[INFO] |  |  +- 
com.server.data.phoenixfunctions:phoenixfunctions:jar:11.0.0:compile
[INFO] |  |  |  +- org.apache.hadoop:hadoop-client:jar:2.7.1:compile
[INFO] |  |  |  |  +- org.apache.hadoop:hadoop-hdfs:jar:2.7.1:compile
[INFO] |  |  |  |  |  \- 
org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile
[INFO] |  |  |  |  +- 
org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.7.1:compile
[INFO] |  |  |  |  |  +- 
org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.1:compile
[INFO] |  |  |  |  |  |  +- 
org.apache.hadoop:hadoop-yarn-client:jar:2.7.1:compile
[INFO] |  |  |  |  |  |  \- 
org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.1:compile
[INFO] |  |  |  |  |  \- 
org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.7.1:compile
[INFO] |  |  |  |  +- org.apache.hadoop:hadoop-yarn-api:jar:2.7.1:compile
[INFO] |  |  |  |  +- 
org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.1:compile
[INFO] |  |  |  |  |  \- org.apache.hadoop:hadoop-yarn-common:jar:2.7.1:compile
[INFO] |  |  |  |  |     +- javax.xml.bind:jaxb-api:jar:2.2.2:compile
[INFO] |  |  |  |  |     |  +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] |  |  |  |  |     |  \- javax.activation:activation:jar:1.1:compile
[INFO] |  |  |  |  |     \- org.codehaus.jackson:jackson-xc:jar:1.9.13:compile
[INFO] |  |  |  |  \- 
org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.7.1:compile
[INFO] |  |  |  +- org.apache.phoenix:phoenix-core:jar:4.4.0-HBase-1.1:compile
[INFO] |  |  |  |  +- org.antlr:antlr:jar:3.5:compile
[INFO] |  |  |  |  |  \- org.antlr:ST4:jar:4.0.7:compile
[INFO] |  |  |  |  +- org.antlr:antlr-runtime:jar:3.5:compile
[INFO] |  |  |  |  |  \- org.antlr:stringtemplate:jar:3.2.1:compile
[INFO] |  |  |  |  |     \- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  |  |  +- jline:jline:jar:2.11:compile
[INFO] |  |  |  |  +- sqlline:sqlline:jar:1.1.8:compile
[INFO] |  |  |  |  +- net.sourceforge.findbugs:annotations:jar:1.3.2:compile
[INFO] |  |  |  |  +- org.iq80.snappy:snappy:jar:0.3:compile
[INFO] |  |  |  |  +- io.netty:netty-all:jar:4.0.23.Final:compile
[INFO] |  |  |  |  +- org.apache.commons:commons-csv:jar:1.0:compile
[INFO] |  |  |  |  \- org.jruby.joni:joni:jar:2.1.2:compile
[INFO] |  |  |  +- org.apache.hbase:hbase-client:jar:1.1.2:compile
[INFO] |  |  |  |  +- org.apache.hbase:hbase-annotations:jar:1.1.2:compile
[INFO] |  |  |  |  +- org.apache.hbase:hbase-common:jar:1.1.2:compile
[INFO] |  |  |  |  +- org.apache.hbase:hbase-protocol:jar:1.1.2:compile
[INFO] |  |  |  |  +- org.apache.zookeeper:zookeeper:jar:3.4.6:compile
[INFO] |  |  |  |  +- org.jruby.jcodings:jcodings:jar:1.0.8:compile
[INFO] |  |  |  |  \- 
com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] |  |  |  +- org.apache.hbase:hbase-server:jar:1.1.2:compile
[INFO] |  |  |  |  +- org.apache.hbase:hbase-procedure:jar:1.1.2:compile
[INFO] |  |  |  |  |  \- org.apache.hbase:hbase-common:jar:tests:1.1.2:compile
[INFO] |  |  |  |  +- org.apache.hbase:hbase-prefix-tree:jar:1.1.2:runtime
[INFO] |  |  |  |  +- org.apache.hbase:hbase-hadoop-compat:jar:1.1.2:compile
[INFO] |  |  |  |  +- org.apache.hbase:hbase-hadoop2-compat:jar:1.1.2:compile
[INFO] |  |  |  |  +- com.yammer.metrics:metrics-core:jar:2.2.0:compile
[INFO] |  |  |  |  +- org.apache.commons:commons-math:jar:2.2:compile
[INFO] |  |  |  |  +- org.mortbay.jetty:jetty-sslengine:jar:6.1.26:compile
[INFO] |  |  |  |  +- org.mortbay.jetty:jsp-2.1:jar:6.1.14:compile
[INFO] |  |  |  |  +- org.mortbay.jetty:jsp-api-2.1:jar:6.1.14:compile
[INFO] |  |  |  |  +- org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile
[INFO] |  |  |  |  +- tomcat:jasper-compiler:jar:5.5.23:compile
[INFO] |  |  |  |  +- tomcat:jasper-runtime:jar:5.5.23:runtime
[INFO] |  |  |  |  |  \- commons-el:commons-el:jar:1.0:runtime
[INFO] |  |  |  |  +- org.jamon:jamon-runtime:jar:2.3.1:compile
[INFO] |  |  |  |  \- com.lmax:disruptor:jar:3.3.0:compile
[INFO] |  |  |  \- com.jayway.jsonpath:json-path:jar:2.2.0:compile
[INFO] |  |  |     \- net.minidev:json-smart:jar:2.2.1:compile
[INFO] |  |  |        \- net.minidev:accessors-smart:jar:1.1:compile
[INFO] |  |  +- org.slf4j:slf4j-simple:jar:1.7.10:compile
[INFO] |  |  \- redis.clients:jedis:jar:2.8.1:compile
[INFO] |  +- com.amazonaws:aws-java-sdk-s3:jar:1.10.62:compile
[INFO] |  |  +- com.amazonaws:aws-java-sdk-kms:jar:1.10.62:compile
[INFO] |  |  \- com.amazonaws:aws-java-sdk-core:jar:1.10.62:compile
[INFO] |  |     \- joda-time:joda-time:jar:2.8.1:compile
[INFO] |  +- com.microsoft.azure:azure-storage:jar:4.0.0:compile
[INFO] |  +- commons-configuration:commons-configuration:jar:1.9:compile
[INFO] |  +- commons-io:commons-io:jar:2.4:compile
[INFO] |  +- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] |  +- org.apache.commons:commons-vfs2:jar:2.0:compile
[INFO] |  |  +- org.apache.maven.scm:maven-scm-api:jar:1.4:compile
[INFO] |  |  \- org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.4:compile
[INFO] |  |     +- 
org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.4:compile
[INFO] |  |     \- regexp:regexp:jar:1.3:compile
[INFO] |  +- org.apache.jackrabbit:jackrabbit-webdav:jar:1.5.2:compile
[INFO] |  |  +- org.apache.jackrabbit:jackrabbit-jcr-commons:jar:1.5.2:compile
[INFO] |  |  \- commons-httpclient:commons-httpclient:jar:3.0:compile
[INFO] |  +- org.eclipse.jetty:jetty-client:jar:9.2.15.v20160210:compile
[INFO] |  |  \- org.eclipse.jetty:jetty-io:jar:9.2.15.v20160210:compile
[INFO] |  +- 
org.eclipse.jetty.websocket:websocket-client:jar:9.2.15.v20160210:compile
[INFO] |  |  \- org.eclipse.jetty:jetty-util:jar:9.2.15.v20160210:compile
[INFO] |  +- com.google.guava:guava:jar:14.0.1:compile
[INFO] |  +- org.apache.lucene:lucene-core:jar:5.3.1:compile
[INFO] |  +- org.apache.lucene:lucene-analyzers-common:jar:5.3.1:compile
[INFO] |  +- org.apache.lucene:lucene-queryparser:jar:5.3.1:compile
[INFO] |  |  +- org.apache.lucene:lucene-queries:jar:5.3.1:compile
[INFO] |  |  \- org.apache.lucene:lucene-sandbox:jar:5.3.1:compile
[INFO] |  +- org.apache.lucene:lucene-highlighter:jar:5.3.1:compile
[INFO] |  |  +- org.apache.lucene:lucene-join:jar:5.3.1:compile
[INFO] |  |  \- org.apache.lucene:lucene-memory:jar:5.3.1:compile
[INFO] |  +- org.reflections:reflections:jar:0.9.8:compile
[INFO] |  |  +- javassist:javassist:jar:3.12.1.GA:compile
[INFO] |  |  \- dom4j:dom4j:jar:1.6.1:compile
[INFO] |  \- org.eclipse.jgit:org.eclipse.jgit:jar:4.1.1.201511131810-r:compile
[INFO] |     +- com.jcraft:jsch:jar:0.1.53:compile
[INFO] |     +- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
[INFO] |     \- org.eclipse.jdt:org.eclipse.jdt.annotation:jar:1.1.0:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.10:compile
[INFO] |  \- log4j:log4j:jar:1.2.17:compile
[INFO] +- org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.7.7:compile
[INFO] |  +- org.apache.cxf:cxf-rt-core:jar:2.7.7:compile
[INFO] |  |  \- com.sun.xml.bind:jaxb-impl:jar:2.1.13:compile
[INFO] |  \- org.apache.cxf:cxf-rt-bindings-xml:jar:2.7.7:compile
[INFO] +- org.apache.cxf:cxf-rt-transports-http:jar:2.7.7:compile
[INFO] +- org.apache.cxf:cxf-rt-transports-http-jetty:jar:2.7.7:compile
[INFO] |  \- org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0:compile
[INFO] +- org.apache.cxf:cxf-api:jar:2.7.7:compile
[INFO] |  +- org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0:compile
[INFO] |  |  \- org.codehaus.woodstox:stax2-api:jar:3.1.1:compile
[INFO] |  +- org.apache.ws.xmlschema:xmlschema-core:jar:2.0.3:compile
[INFO] |  +- 
org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.7.1:compile
[INFO] |  \- wsdl4j:wsdl4j:jar:1.6.3:compile
[INFO] +- org.eclipse.jetty:jetty-webapp:jar:9.2.15.v20160210:compile
[INFO] |  +- org.eclipse.jetty:jetty-xml:jar:9.2.15.v20160210:compile
[INFO] |  \- org.eclipse.jetty:jetty-servlet:jar:9.2.15.v20160210:compile
[INFO] |     \- org.eclipse.jetty:jetty-security:jar:9.2.15.v20160210:compile
[INFO] |        \- org.eclipse.jetty:jetty-server:jar:9.2.15.v20160210:compile
[INFO] +- 
org.eclipse.jetty.websocket:websocket-server:jar:9.2.15.v20160210:compile
[INFO] |  +- 
org.eclipse.jetty.websocket:websocket-common:jar:9.2.15.v20160210:compile
[INFO] |  |  \- 
org.eclipse.jetty.websocket:websocket-api:jar:9.2.15.v20160210:compile
[INFO] |  +- 
org.eclipse.jetty.websocket:websocket-servlet:jar:9.2.15.v20160210:compile
[INFO] |  |  \- javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO] |  \- org.eclipse.jetty:jetty-http:jar:9.2.15.v20160210:compile
[INFO] +- com.google.code.gson:gson:jar:2.2:compile
[INFO] +- junit:junit:jar:4.11:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.3.6:test
[INFO] |  \- org.apache.httpcomponents:httpcore:jar:4.3.3:compile
[INFO] +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] +- org.apache.hadoop:hadoop-common:jar:2.7.1:compile
[INFO] |  +- org.apache.hadoop:hadoop-annotations:jar:2.7.1:compile
[INFO] |  |  \- jdk.tools:jdk.tools:jar:1.8:system
[INFO] |  +- commons-cli:commons-cli:jar:1.2:compile
[INFO] |  +- org.apache.commons:commons-math3:jar:3.1.1:compile
[INFO] |  +- xmlenc:xmlenc:jar:0.52:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.5:compile
[INFO] |  +- commons-net:commons-net:jar:3.1:compile
[INFO] |  +- org.mortbay.jetty:jetty:jar:6.1.26:compile
[INFO] |  +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] |  +- javax.servlet.jsp:jsp-api:jar:2.1:runtime
[INFO] |  +- net.java.dev.jets3t:jets3t:jar:0.9.0:compile
[INFO] |  |  \- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile
[INFO] |  +- commons-lang:commons-lang:jar:2.5:compile
[INFO] |  +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[INFO] |  +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[INFO] |  +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] |  +- org.apache.hadoop:hadoop-auth:jar:2.7.1:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:compile
[INFO] |  |  |  +- 
org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:compile
[INFO] |  |  |  +- org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:compile
[INFO] |  |  |  \- org.apache.directory.api:api-util:jar:1.0.0-M20:compile
[INFO] |  |  \- org.apache.curator:curator-framework:jar:2.7.1:compile
[INFO] |  +- org.apache.curator:curator-client:jar:2.7.1:compile
[INFO] |  +- org.apache.curator:curator-recipes:jar:2.7.1:compile
[INFO] |  +- com.google.code.findbugs:jsr305:jar:3.0.0:compile
[INFO] |  +- org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile
[INFO] |  \- org.apache.commons:commons-compress:jar:1.4.1:compile
[INFO] |     \- org.tukaani:xz:jar:1.0:compile
[INFO] +- org.quartz-scheduler:quartz:jar:2.2.1:compile
[INFO] |  \- c3p0:c3p0:jar:0.9.1.1:compile
[INFO] +- asm:asm:jar:3.3.1:compile
[INFO] +- com.sun.jersey:jersey-servlet:jar:1.18.1:compile
[INFO] |  \- com.sun.jersey:jersey-server:jar:1.18.1:compile
[INFO] |     \- com.sun.jersey:jersey-core:jar:1.18.1:compile
[INFO] +- javax.ws.rs:javax.ws.rs-api:jar:2.0-m10:compile
[INFO] +- org.scala-lang:scala-library:jar:2.11.8:compile
[INFO] +- org.scala-lang:scala-compiler:jar:2.11.8:compile
[INFO] |  +- org.scala-lang.modules:scala-xml_2.11:jar:1.0.4:compile
[INFO] |  \- 
org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4:compile
[INFO] +- org.scala-lang:scala-reflect:jar:2.11.8:compile
[INFO] +- org.seleniumhq.selenium:selenium-java:jar:2.48.2:test
[INFO] |  +- org.seleniumhq.selenium:selenium-chrome-driver:jar:2.48.2:test
[INFO] |  |  \- org.seleniumhq.selenium:selenium-remote-driver:jar:2.48.2:test
[INFO] |  |     +- cglib:cglib-nodep:jar:2.1_3:test
[INFO] |  |     \- org.seleniumhq.selenium:selenium-api:jar:2.48.2:test
[INFO] |  +- org.seleniumhq.selenium:selenium-edge-driver:jar:2.48.2:test
[INFO] |  +- org.seleniumhq.selenium:selenium-htmlunit-driver:jar:2.48.2:test
[INFO] |  |  \- net.sourceforge.htmlunit:htmlunit:jar:2.18:test
[INFO] |  |     +- xalan:xalan:jar:2.7.2:test
[INFO] |  |     |  \- xalan:serializer:jar:2.7.2:test
[INFO] |  |     +- org.apache.httpcomponents:httpmime:jar:4.5:test
[INFO] |  |     +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.17:test
[INFO] |  |     +- xerces:xercesImpl:jar:2.11.0:compile
[INFO] |  |     +- net.sourceforge.nekohtml:nekohtml:jar:1.9.22:test
[INFO] |  |     \- net.sourceforge.cssparser:cssparser:jar:0.9.16:test
[INFO] |  |        \- org.w3c.css:sac:jar:1.3:test
[INFO] |  +- org.seleniumhq.selenium:selenium-firefox-driver:jar:2.48.2:test
[INFO] |  +- org.seleniumhq.selenium:selenium-ie-driver:jar:2.48.2:test
[INFO] |  |  +- net.java.dev.jna:jna:jar:4.1.0:test
[INFO] |  |  \- net.java.dev.jna:jna-platform:jar:4.1.0:test
[INFO] |  +- org.seleniumhq.selenium:selenium-safari-driver:jar:2.48.2:test
[INFO] |  +- org.seleniumhq.selenium:selenium-support:jar:2.48.2:test
[INFO] |  +- org.webbitserver:webbit:jar:0.4.14:test
[INFO] |  \- org.seleniumhq.selenium:selenium-leg-rc:jar:2.48.2:test
[INFO] +- xml-apis:xml-apis:jar:1.4.01:test
[INFO] +- org.scalatest:scalatest_2.11:jar:2.2.6:test
[INFO] +- org.mockito:mockito-all:jar:1.9.0:test
[INFO] +- org.apache.shiro:shiro-core:jar:1.2.3:compile
[INFO] |  \- commons-beanutils:commons-beanutils:jar:1.8.3:compile
[INFO] \- org.apache.shiro:shiro-web:jar:1.2.3:compile
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin: Packaging distribution 0.6.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ 
zeppelin-distribution ---
[INFO] Skipping plugin execution
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Zeppelin ........................................... SUCCESS [  0.557 s]
[INFO] Zeppelin: Interpreter .............................. SUCCESS [  0.132 s]
[INFO] Zeppelin: Zengine .................................. SUCCESS [  0.519 s]
[INFO] Zeppelin: Display system apis ...................... SUCCESS [  0.018 s]
[INFO] Zeppelin: Spark dependencies ....................... SUCCESS [  0.411 s]
[INFO] Zeppelin: Spark .................................... SUCCESS [  0.128 s]
[INFO] Zeppelin: JDBC interpreter ......................... SUCCESS [  0.019 s]
[INFO] Zeppelin: web Application .......................... SUCCESS [  0.009 s]
[INFO] Zeppelin: Server ................................... SUCCESS [  0.136 s]
[INFO] Zeppelin: Packaging distribution ................... SUCCESS [  0.047 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.337 s
[INFO] Finished at: 2016-10-19T11:43:54+05:30
[INFO] Final Memory: 32M/607M
[INFO] ------------------------------------------------------------------------

Attachment: zeppelin-interpreter-spark-root.log
Description: zeppelin-interpreter-spark-root.log

Reply via email to