Dependency Information

Dependency Information

Apache Maven

<dependency>
  <groupId>org.kitesdk</groupId>
  <artifactId>kite-data-hbase</artifactId>
  <version>1.1.0</version>
</dependency>

Apache Buildr

'org.kitesdk:kite-data-hbase:jar:1.1.0'

Apache Ant

<dependency org="org.kitesdk" name="kite-data-hbase" rev="1.1.0">
  <artifact name="kite-data-hbase" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.kitesdk', module='kite-data-hbase', version='1.1.0')
)

Grails

compile 'org.kitesdk:kite-data-hbase:1.1.0'

Leiningen

[org.kitesdk/kite-data-hbase "1.1.0"]

SBT

libraryDependencies += "org.kitesdk" %% "kite-data-hbase" % "1.1.0"
Project Dependencies

Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupId ArtifactId Version Type License
com.google.guava guava 11.0.2 jar The Apache Software License, Version 2.0
org.apache.avro avro 1.7.5 jar The Apache Software License, Version 2.0
org.kitesdk kite-data-core 1.1.0 jar Apache Software License v2.0
org.kitesdk kite-hadoop-compatibility 1.1.0 jar Apache Software License v2.0
org.slf4j slf4j-api 1.6.1 jar MIT License

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Classifier Type License
junit junit 4.10 - jar Common Public License Version 1.0
org.kitesdk kite-data-core 1.1.0 tests test-jar Apache Software License v2.0
org.kitesdk kite-hadoop-test-dependencies 1.1.0 - pom Apache Software License v2.0
org.kitesdk kite-hbase-test-dependencies 1.1.0 - pom Apache Software License v2.0

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Type License Optional
com.google.code.findbugs annotations 2.0.1 jar GNU Lesser Public License No
org.kitesdk kite-hadoop-dependencies 1.1.0 pom Apache Software License v2.0 No
org.kitesdk kite-hbase-dependencies 1.1.0 pom Apache Software License v2.0 No
com.google.code.findbugs jsr305 2.0.1 jar The Apache Software License, Version 2.0 Yes

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupId ArtifactId Version Type License
com.fasterxml.jackson.core jackson-annotations 2.3.1 jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.fasterxml.jackson.core jackson-core 2.3.1 jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.fasterxml.jackson.core jackson-databind 2.3.1 jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.thoughtworks.paranamer paranamer 2.3 jar LICENSE.txt
com.twitter parquet-avro 1.6.0 jar The Apache Software License, Version 2.0
com.twitter parquet-column 1.6.0 jar The Apache Software License, Version 2.0
com.twitter parquet-common 1.6.0 jar The Apache Software License, Version 2.0
com.twitter parquet-encoding 1.6.0 jar The Apache Software License, Version 2.0
com.twitter parquet-format 2.2.0-rc1 jar The Apache Software License, Version 2.0
com.twitter parquet-generator 1.6.0 jar The Apache Software License, Version 2.0
com.twitter parquet-hadoop 1.6.0 jar The Apache Software License, Version 2.0
com.twitter parquet-jackson 1.6.0 jar The Apache Software License, Version 2.0
commons-codec commons-codec 1.4 jar The Apache Software License, Version 2.0
commons-logging commons-logging 1.1.1 jar The Apache Software License, Version 2.0
net.sf.opencsv opencsv 2.3 jar Apache 2
org.apache.commons commons-compress 1.4.1 jar The Apache Software License, Version 2.0
org.apache.commons commons-jexl 2.1.1 jar The Apache Software License, Version 2.0
org.codehaus.jackson jackson-core-asl 1.9.13 jar The Apache Software License, Version 2.0
org.codehaus.jackson jackson-mapper-asl 1.9.13 jar The Apache Software License, Version 2.0
org.tukaani xz 1.0 jar Public Domain
org.xerial.snappy snappy-java 1.0.5 jar The Apache Software License, Version 2.0

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Classifier Type License
org.apache.hadoop hadoop-common 2.6.0 tests test-jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-mapreduce-client-hs 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-minicluster 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-server-applicationhistoryservice 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-server-resourcemanager 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-server-tests 2.6.0 tests test-jar The Apache Software License, Version 2.0
org.apache.hbase hbase-hadoop-compat 0.98.3-hadoop2 tests test-jar The Apache Software License, Version 2.0
org.apache.hbase hbase-hadoop2-compat 0.98.3-hadoop2 tests test-jar The Apache Software License, Version 2.0
org.apache.hbase hbase-server 0.98.3-hadoop2 tests test-jar The Apache Software License, Version 2.0
org.apache.hbase hbase-testing-util 0.98.3-hadoop2 - jar The Apache Software License, Version 2.0
org.hamcrest hamcrest-core 1.1 - jar BSD style

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Classifier Type License
aopalliance aopalliance 1.0 - jar Public Domain
asm asm 3.1 - jar -
com.github.stephenc.findbugs findbugs-annotations 1.3.9-1 - jar Apache License, Version 2.0
com.github.stephenc.high-scale-lib high-scale-lib 1.1.1 - jar Public Domain
com.google.code.gson gson 2.2.4 - jar The Apache Software License, Version 2.0
com.google.inject guice 3.0 - jar The Apache Software License, Version 2.0
com.google.inject.extensions guice-servlet 3.0 - jar The Apache Software License, Version 2.0
com.google.protobuf protobuf-java 2.5.0 - jar New BSD license
com.jcraft jsch 0.1.42 - jar BSD
com.sun.jersey jersey-client 1.9 - jar CDDL 1.1-GPL2 w/ CPE
com.sun.jersey jersey-core 1.9 - jar CDDL 1.1-GPL2 w/ CPE
com.sun.jersey jersey-json 1.9 - jar CDDL 1.1-GPL2 w/ CPE
com.sun.jersey jersey-server 1.9 - jar CDDL 1.1-GPL2 w/ CPE
com.sun.jersey.contribs jersey-guice 1.9 - jar CDDL 1.1-GPL2 w/ CPE
com.sun.xml.bind jaxb-impl 2.2.3-1 - jar CDDL 1.1-GPL2 w/ CPE
com.yammer.metrics metrics-core 2.1.2 - jar Apache License 2.0
commons-beanutils commons-beanutils 1.7.0 - jar -
commons-beanutils commons-beanutils-core 1.8.0 - jar The Apache Software License, Version 2.0
commons-cli commons-cli 1.2 - jar The Apache Software License, Version 2.0
commons-collections commons-collections 3.2.1 - jar The Apache Software License, Version 2.0
commons-configuration commons-configuration 1.6 - jar /LICENSE.txt
commons-daemon commons-daemon 1.0.13 - jar The Apache Software License, Version 2.0
commons-digester commons-digester 1.8 - jar /LICENSE.txt
commons-el commons-el 1.0 - jar /LICENSE.txt
commons-httpclient commons-httpclient 3.1 - jar Apache License
commons-io commons-io 2.1 - jar The Apache Software License, Version 2.0
commons-lang commons-lang 2.5 - jar The Apache Software License, Version 2.0
commons-net commons-net 3.1 - jar The Apache Software License, Version 2.0
io.netty netty 3.6.6.Final - jar Apache License, Version 2.0
javax.activation activation 1.1 - jar Common Development and Distribution License (CDDL) v1.0
javax.inject javax.inject 1 - jar The Apache Software License, Version 2.0
javax.servlet servlet-api 2.5 - jar -
javax.servlet.jsp jsp-api 2.1 - jar -
javax.xml.bind jaxb-api 2.2.2 - jar CDDL 1.1-GPL2 w/ CPE
log4j log4j 1.2.16 - jar The Apache Software License, Version 2.0
org.apache.avro avro-mapred 1.7.5 hadoop2 jar The Apache Software License, Version 2.0
org.apache.commons commons-math 2.1 - jar The Apache Software License, Version 2.0
org.apache.commons commons-math3 3.1.1 - jar The Apache Software License, Version 2.0
org.apache.curator curator-client 2.6.0 - jar file://${basedir}/LICENSE
org.apache.curator curator-framework 2.6.0 - jar file://${basedir}/LICENSE
org.apache.curator curator-recipes 2.6.0 - jar file://${basedir}/LICENSE
org.apache.hadoop hadoop-annotations 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-auth 2.2.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-client 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-common 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-hdfs 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-hdfs 2.6.0 tests test-jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-mapreduce-client-app 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-mapreduce-client-common 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-mapreduce-client-core 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-mapreduce-client-jobclient 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-mapreduce-client-jobclient 2.2.0 tests test-jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-mapreduce-client-shuffle 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-api 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-client 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-common 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-server-common 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-server-nodemanager 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-server-web-proxy 2.6.0 - jar The Apache Software License, Version 2.0
org.apache.hbase hbase-client 0.98.3-hadoop2 - jar The Apache Software License, Version 2.0
org.apache.hbase hbase-common 0.98.3-hadoop2 - jar The Apache Software License, Version 2.0
org.apache.hbase hbase-common 0.98.3-hadoop2 tests test-jar The Apache Software License, Version 2.0
org.apache.hbase hbase-hadoop-compat 0.98.3-hadoop2 - jar The Apache Software License, Version 2.0
org.apache.hbase hbase-hadoop2-compat 0.98.3-hadoop2 - jar The Apache Software License, Version 2.0
org.apache.hbase hbase-prefix-tree 0.98.3-hadoop2 - jar The Apache Software License, Version 2.0
org.apache.hbase hbase-protocol 0.98.3-hadoop2 - jar The Apache Software License, Version 2.0
org.apache.hbase hbase-server 0.98.3-hadoop2 - jar The Apache Software License, Version 2.0
org.apache.zookeeper zookeeper 3.4.6 - jar -
org.cloudera.htrace htrace-core 2.04 - jar The Apache Software License, Version 2.0
org.codehaus.jackson jackson-jaxrs 1.8.8 - jar The Apache Software License, Version 2.0-GNU Lesser General Public License (LGPL), Version 2.1
org.codehaus.jackson jackson-xc 1.8.3 - jar The Apache Software License, Version 2.0-GNU Lesser General Public License (LGPL), Version 2.1
org.codehaus.jettison jettison 1.1 - jar -
org.fusesource.leveldbjni leveldbjni-all 1.8 - jar The BSD 3-Clause License
org.htrace htrace-core 3.0.4 - jar The Apache Software License, Version 2.0
org.jamon jamon-runtime 2.3.1 - jar Mozilla Public License Version 1.1
org.mortbay.jetty jetty 6.1.26 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.mortbay.jetty jetty-sslengine 6.1.26 - jar Apache License Version 2
org.mortbay.jetty jetty-util 6.1.26 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.mortbay.jetty jsp-2.1 6.1.14 - jar CDDL 1.0
org.mortbay.jetty jsp-api-2.1 6.1.14 - jar Apache License Version 2.0
org.mortbay.jetty servlet-api-2.5 6.1.14 - jar CDDL 1.0
org.slf4j slf4j-log4j12 1.6.1 - jar MIT License
tomcat jasper-compiler 5.5.23 - jar The Apache Software License, Version 2.0
tomcat jasper-runtime 5.5.23 - jar The Apache Software License, Version 2.0
xerces xercesImpl 2.9.1 - jar The Apache Software License, Version 2.0
xml-apis xml-apis 1.3.04 - jar The Apache Software License, Version 2.0
xmlenc xmlenc 0.52 - jar The BSD License

Project Dependency Graph

Dependency Tree

Licenses

Public Domain: AOP alliance, Highly Scalable Java, XZ for Java

Apache 2: opencsv

Unknown: ASM Core, Jettison, commons-beanutils, jsp-api, servlet-api, zookeeper

Mozilla Public License Version 1.1: jamon-runtime

The BSD License: xmlenc Library

CDDL 1.1: JAXB API bundle for GlassFish V3, JAXB RI, jersey-client, jersey-core, jersey-guice, jersey-json, jersey-server

CDDL 1.0: Glassfish Jasper, Servlet Specification 2.5 API

Apache License: HttpClient

New BSD license: Protocol Buffer Java API

Common Public License Version 1.0: JUnit

The BSD 3-Clause License: leveldbjni-all

Common Development and Distribution License (CDDL) v1.0: JavaBeans Activation Framework (JAF)

BSD style: Hamcrest Core

Apache License Version 2: Jetty SSLEngine

Eclipse Public License - Version 1.0: Jetty Server, Jetty Utilities

BSD: JSch, ParaNamer Core

Apache License, Version 2.0: Findbugs Annotations under Apache License, The Netty Project

GNU Lesser General Public License, Version 2.1: Jackson-annotations, Jackson-core, jackson-databind

The Apache Software License, Version 2.0: Apache Avro, Apache Avro Mapred API, Apache Hadoop Annotations, Apache Hadoop Auth, Apache Hadoop Client, Apache Hadoop Common, Apache Hadoop HDFS, Apache Hadoop Mini-Cluster, Apache Log4j, Apache Parquet Avro (Incubating), Apache Parquet Column (Incubating), Apache Parquet Common (Incubating), Apache Parquet Encodings (Incubating), Apache Parquet Format (Incubating), Apache Parquet Generator (Incubating), Apache Parquet Hadoop (Incubating), Apache Parquet Jackson (Incubating), Commons BeanUtils Core, Commons CLI, Commons Codec, Commons Collections, Commons Compress, Commons Configuration, Commons Daemon, Commons IO, Commons JEXL, Commons Lang, Commons Logging, Commons Math, Commons Net, Curator Client, Curator Framework, Curator Recipes, Data Mapper for Jackson, Digester, EL, FindBugs-jsr305, Google Guice - Core Library, Google Guice - Extensions - Servlet, Gson, Guava: Google Core Libraries for Java, HBase - Client, HBase - Common, HBase - Hadoop Compatibility, HBase - Hadoop Two Compatibility, HBase - Prefix Tree, HBase - Protocol, HBase - Server, HBase - Testing Util, JAX-RS provider for JSON content type, Jackson, Jackson-annotations, Jackson-core, Snappy for Java, XML Commons External Components XML APIs, Xerces2 Java Parser, Xml Compatibility extensions for Jackson, hadoop-mapreduce-client-app, hadoop-mapreduce-client-common, hadoop-mapreduce-client-core, hadoop-mapreduce-client-hs, hadoop-mapreduce-client-jobclient, hadoop-mapreduce-client-shuffle, hadoop-yarn-api, hadoop-yarn-client, hadoop-yarn-common, hadoop-yarn-server-applicationhistoryservice, hadoop-yarn-server-common, hadoop-yarn-server-nodemanager, hadoop-yarn-server-resourcemanager, hadoop-yarn-server-tests, hadoop-yarn-server-web-proxy, htrace-core, jackson-databind, jasper-compiler, jasper-runtime, javax.inject

Apache Software License v2.0: Kite Data Core Module, Kite Data HBase Module, Kite HBase Default Dependencies Module, Kite HBase Default Test Dependencies Module, Kite Hadoop Compatibility Module, Kite Hadoop Default Dependencies Module, Kite Hadoop Default Test Dependencies Module

GNU Lesser Public License: FindBugs-Annotations

GPL2 w/ CPE: JAXB API bundle for GlassFish V3, JAXB RI, jersey-client, jersey-core, jersey-guice, jersey-json, jersey-server

Apache Software License - Version 2.0: Jetty Server, Jetty Utilities

Apache License 2.0: Metrics Core Library

MIT License: SLF4J API Module, SLF4J LOG4J-12 Binding

GNU Lesser General Public License (LGPL), Version 2.1: JAX-RS provider for JSON content type, Xml Compatibility extensions for Jackson

Apache License Version 2.0: Glassfish Jasper API

Dependency File Details

Filename Size Entries Classes Packages JDK Rev Debug Sealed
aopalliance-1.0.jar 4.36 kB 15 9 2 1.3 debug -
asm-3.1.jar 42.02 kB 24 23 2 1.2 release -
jackson-annotations-2.3.1.jar 35.66 kB 61 49 1 1.6 debug -
jackson-core-2.3.1.jar 193.35 kB 109 87 8 1.6 debug -
jackson-databind-2.3.1.jar 892.88 kB 599 565 20 1.6 debug -
findbugs-annotations-1.3.9-1.jar 14.96 kB 34 22 1 1.5 debug -
high-scale-lib-1.1.1.jar 93.73 kB 61 50 1 1.6 debug -
annotations-2.0.1.jar 72.81 kB 134 62 5 1.5 debug -
gson-2.2.4.jar 185.97 kB 163 153 6 1.5 debug -
guava-11.0.2.jar 1.57 MB 1,289 1,266 12 1.5 debug -
guice-3.0.jar 693.84 kB 585 565 12 1.5 debug -
guice-servlet-3.0.jar 63.49 kB 67 58 1 1.5 debug -
protobuf-java-2.5.0.jar 520.95 kB 256 246 1 1.5 debug -
jsch-0.1.42.jar 181.39 kB 119 117 4 1.2 debug -
jersey-client-1.9.jar 127.40 kB 115 91 10 1.6 debug -
jersey-core-1.9.jar 447.99 kB 398 345 26 1.6 debug -
jersey-json-1.9.jar 144.48 kB 115 92 5 1.6 debug -
jersey-server-1.9.jar 696.38 kB 624 541 52 1.6 debug -
jersey-guice-1.9.jar 14.44 kB 22 8 3 1.6 debug -
jaxb-impl-2.2.3-1.jar 869.30 kB 709 660 30 1.5 debug -
paranamer-2.3.jar 28.86 kB 25 15 1 1.5 debug -
parquet-avro-1.6.0.jar 52.21 kB 47 35 1 1.6 debug -
parquet-column-1.6.0.jar 871.88 kB 747 698 34 1.6 debug -
parquet-common-1.6.0.jar 20.50 kB 25 11 3 1.6 debug -
parquet-encoding-1.6.0.jar 272.47 kB 199 184 2 1.6 debug -
parquet-format-2.2.0-rc1.jar 371.62 kB 260 229 11 1.6 debug -
parquet-generator-1.6.0.jar 20.25 kB 21 7 3 1.6 debug -
parquet-hadoop-1.6.0.jar 200.57 kB 144 118 13 1.6 debug -
parquet-jackson-1.6.0.jar 1,009.08 kB 665 623 26 1.5 debug -
metrics-core-2.1.2.jar 80.51 kB 87 73 5 1.6 debug -
commons-beanutils-1.7.0.jar 184.25 kB 129 111 5 1.2 debug -
commons-beanutils-core-1.8.0.jar 201.21 kB 131 118 6 1.3 debug -
commons-cli-1.2.jar 40.16 kB 35 22 1 1.4 debug -
commons-codec-1.4.jar 56.80 kB 47 30 5 1.4 debug -
commons-collections-3.2.1.jar 561.90 kB 482 458 12 1.2 debug -
commons-configuration-1.6.jar 291.83 kB 189 165 9 1.3 debug -
commons-daemon-1.0.13.jar 23.67 kB 28 14 2 1.3 debug -
commons-digester-1.8.jar 140.24 kB 114 100 6 1.2 debug -
commons-el-1.0.jar 109.71 kB 79 68 2 1.2 debug -
commons-httpclient-3.1.jar 297.85 kB 183 167 8 1.2 debug -
commons-io-2.1.jar 159.33 kB 122 104 6 1.5 debug -
commons-lang-2.5.jar 272.65 kB 154 132 10 1.3 debug -
commons-logging-1.1.1.jar 59.26 kB 42 28 2 1.1 debug -
commons-net-3.1.jar 266.96 kB 204 172 20 1.5 debug -
netty-3.6.6.Final.jar 1.15 MB 883 814 42 1.5 debug -
activation-1.1.jar 61.51 kB 50 38 3 1.4 debug -
javax.inject-1.jar 2.44 kB 8 6 1 1.5 release -
servlet-api-2.5.jar 102.65 kB 68 42 2 1.5 debug -
jsp-api-2.1.jar 98.28 kB 101 84 4 1.5 debug -
jaxb-api-2.2.2.jar 102.67 kB 115 101 6 1.5 debug -
junit-4.10.jar 247.23 kB 290 252 31 1.5 debug -
log4j-1.2.16.jar 470.25 kB 346 308 20 1.1 debug -
opencsv-2.3.jar 19.36 kB 22 10 2 1.5 debug -
avro-1.7.5.jar 391.29 kB 314 292 9 1.6 debug -
avro-mapred-1.7.5-hadoop2.jar 166.57 kB 141 121 6 1.6 debug -
commons-compress-1.4.1.jar 235.71 kB 156 129 14 1.5 debug -
commons-jexl-2.1.1.jar 261.36 kB 198 178 6 1.5 debug -
commons-math-2.1.jar 812.90 kB 609 559 38 1.5 debug -
commons-math3-3.1.1.jar 1.53 MB 1,034 955 57 1.5 debug -
curator-client-2.6.0.jar 67.25 kB 75 56 7 1.6 debug -
curator-framework-2.6.0.jar 180.90 kB 186 167 6 1.6 debug -
curator-recipes-2.6.0.jar 242.35 kB 213 190 9 1.6 debug -
hadoop-annotations-2.6.0.jar 16.64 kB 27 15 2 1.6 debug -
hadoop-auth-2.2.0.jar 48.58 kB 43 27 4 1.6 debug -
hadoop-client-2.6.0.jar 2.50 kB 7 0 0 - release -
hadoop-common-2.6.0.jar 3.21 MB 2,069 1,974 76 1.6 debug -
hadoop-common-2.6.0-tests.jar 1.68 MB - - - - - -
hadoop-hdfs-2.6.0.jar 7.46 MB 3,238 3,175 42 1.6 debug -
hadoop-hdfs-2.6.0-tests.jar 2.89 MB - - - - - -
hadoop-mapreduce-client-app-2.6.0.jar 492.49 kB 316 285 17 1.6 debug -
hadoop-mapreduce-client-common-2.6.0.jar 649.33 kB 352 317 15 1.6 debug -
hadoop-mapreduce-client-core-2.6.0.jar 1.44 MB 930 873 36 1.6 debug -
hadoop-mapreduce-client-hs-2.6.0.jar 228.39 kB 133 113 8 1.6 debug -
hadoop-mapreduce-client-jobclient-2.6.0.jar 36.35 kB 22 8 1 1.6 debug -
hadoop-mapreduce-client-jobclient-2.2.0-tests.jar 1.37 MB - - - - - -
hadoop-mapreduce-client-shuffle-2.6.0.jar 43.32 kB 28 16 2 1.6 debug -
hadoop-minicluster-2.6.0.jar 2.03 kB 7 0 0 - release -
hadoop-yarn-api-2.6.0.jar 1.78 MB 831 806 12 1.6 debug -
hadoop-yarn-client-2.6.0.jar 124.99 kB 71 53 6 1.6 debug -
hadoop-yarn-common-2.6.0.jar 1.53 MB 820 692 36 1.6 debug -
hadoop-yarn-server-applicationhistoryservice-2.6.0.jar 161.80 kB 98 77 8 1.6 debug -
hadoop-yarn-server-common-2.6.0.jar 282.83 kB 175 139 18 1.6 debug -
hadoop-yarn-server-nodemanager-2.6.0.jar 623.37 kB 367 323 26 1.6 debug -
hadoop-yarn-server-resourcemanager-2.6.0.jar 1.08 MB 596 552 31 1.6 debug -
hadoop-yarn-server-tests-2.6.0-tests.jar 51.26 kB - - - - - -
hadoop-yarn-server-web-proxy-2.6.0.jar 27.83 kB 26 12 2 1.6 debug -
hbase-client-0.98.3-hadoop2.jar 901.79 kB 485 447 23 1.6 debug -
hbase-common-0.98.3-hadoop2.jar 429.19 kB 279 251 14 1.6 debug -
hbase-common-0.98.3-hadoop2-tests.jar 159.59 kB - - - - - -
hbase-hadoop-compat-0.98.3-hadoop2.jar 31.69 kB 54 29 11 1.6 debug -
hbase-hadoop-compat-0.98.3-hadoop2-tests.jar 17.86 kB - - - - - -
hbase-hadoop2-compat-0.98.3-hadoop2.jar 71.42 kB 83 39 13 1.6 debug -
hbase-hadoop2-compat-0.98.3-hadoop2-tests.jar 27.00 kB - - - - - -
hbase-prefix-tree-0.98.3-hadoop2.jar 95.41 kB 69 39 14 1.6 debug -
hbase-protocol-0.98.3-hadoop2.jar 3.23 MB 1,379 1,360 2 1.6 debug -
hbase-server-0.98.3-hadoop2.jar 3.23 MB 1,459 1,342 65 1.6 debug -
hbase-server-0.98.3-hadoop2-tests.jar 3.74 MB - - - - - -
hbase-testing-util-0.98.3-hadoop2.jar 10.68 kB 10 0 0 - release -
zookeeper-3.4.6.jar 774.38 kB 464 440 19 1.5 debug -
htrace-core-2.04.jar 30.79 kB 40 28 3 1.6 debug -
jackson-core-asl-1.9.13.jar 226.80 kB 137 121 8 1.5 debug -
jackson-jaxrs-1.8.8.jar 17.46 kB 18 8 1 1.5 debug -
jackson-mapper-asl-1.9.13.jar 762.37 kB 529 502 18 1.5 debug -
jackson-xc-1.8.3.jar 31.56 kB 22 12 1 1.5 debug -
jettison-1.1.jar 66.17 kB 55 40 5 1.1 debug -
leveldbjni-all-1.8.jar 1,021.23 kB 102 75 4 1.6 debug -
hamcrest-core-1.1.jar 74.85 kB 54 21 3 1.5 debug -
htrace-core-3.0.4.jar 30.48 kB 40 29 3 1.6 debug -
jamon-runtime-2.3.1.jar 20.16 kB 40 28 4 1.5 debug -
kite-data-core-1.1.0.jar 2.08 MB 1,567 1,525 18 1.6 debug -
kite-data-core-1.1.0-tests.jar 474.09 kB - - - - - -
kite-hadoop-compatibility-1.1.0.jar 1.68 MB 1,317 1,286 13 1.6 debug -
pom.xml 3.83 kB - - - - - -
pom.xml 2.37 kB - - - - - -
pom.xml 5.78 kB - - - - - -
pom.xml 1.47 kB - - - - - -
jetty-6.1.26.jar 527.26 kB 267 237 14 1.4 debug -
jetty-sslengine-6.1.26.jar 18.45 kB 16 5 1 1.5 debug -
jetty-util-6.1.26.jar 172.98 kB 120 105 6 1.4 debug -
jsp-2.1-6.1.14.jar 1,000.66 kB 679 585 44 1.5 debug -
jsp-api-2.1-6.1.14.jar 131.75 kB 134 107 8 1.5 debug -
servlet-api-2.5-6.1.14.jar 129.27 kB 78 42 2 1.4 debug -
slf4j-api-1.6.1.jar 24.90 kB 34 23 3 1.3 debug -
slf4j-log4j12-1.6.1.jar 9.52 kB 16 6 1 1.3 debug -
xz-1.0.jar 92.45 kB 115 102 9 1.4 release sealed
Total Size Entries Classes Packages JDK Rev Debug Sealed
125 64.60 MB 34,285 31,284 1,330 1.6 106 1
compile: 25 compile: 11.29 MB compile: 8,669 compile: 8,113 compile: 242 - compile: 24 compile: 1
test: 15 test: 7.77 MB test: 1,188 test: 1,015 test: 81 - test: 5 -
provided: 85 provided: 45.55 MB provided: 24,428 provided: 22,156 provided: 1,007 - provided: 77 -