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 |
com.twitter | parquet-avro | 1.2.0 | jar | The Apache Software License, Version 2.0 |
org.apache.avro | avro | 1.7.5 | 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.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.apache.hadoop | hadoop-common | 2.0.0-cdh4.3.0 | tests | test-jar | The Apache Software License, Version 2.0 |
org.apache.hadoop | hadoop-hdfs | 2.0.0-cdh4.3.0 | - | jar | The Apache Software License, Version 2.0 |
org.apache.hadoop | hadoop-hdfs | 2.0.0-cdh4.3.0 | tests | test-jar | The Apache Software License, Version 2.0 |
org.slf4j | slf4j-log4j12 | 1.6.1 | - | jar | MIT License |
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.apache.hadoop | hadoop-client | 2.0.0-mr1-cdh4.3.0 | jar | The Apache Software License, Version 2.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:
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:
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 |
---|---|---|---|---|
com.google.protobuf | protobuf-java | 2.4.0a | jar | New BSD license |
com.jcraft | jsch | 0.1.42 | jar | BSD |
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-collections | commons-collections | 3.2.1 | jar | The Apache Software License, Version 2.0 |
commons-configuration | commons-configuration | 1.6 | jar | /LICENSE.txt |
commons-digester | commons-digester | 1.8 | jar | /LICENSE.txt |
commons-el | commons-el | 1.0 | jar | /LICENSE.txt |
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 |
hsqldb | hsqldb | 1.8.0.10 | jar | HSQLDB License |
jline | jline | 0.9.94 | jar | LICENSE.txt |
org.apache.commons | commons-math | 2.1 | jar | The Apache Software License, Version 2.0 |
org.apache.hadoop | hadoop-annotations | 2.0.0-cdh4.3.0 | jar | The Apache Software License, Version 2.0 |
org.apache.hadoop | hadoop-auth | 2.0.0-cdh4.3.0 | jar | The Apache Software License, Version 2.0 |
org.apache.hadoop | hadoop-common | 2.0.0-cdh4.3.0 | jar | The Apache Software License, Version 2.0 |
org.apache.hadoop | hadoop-core | 2.0.0-mr1-cdh4.3.0 | jar | The Apache Software License, Version 2.0 |
org.apache.zookeeper | zookeeper | 3.4.5-cdh4.3.0 | jar | The Apache Software License, Version 2.0 |
org.mockito | mockito-all | 1.8.5 | jar | The MIT License |
xmlenc | xmlenc | 0.52 | jar | The BSD License |
Project Dependency Graph
Dependency Tree
- com.cloudera.cdk:cdk-data-core:jar:0.8.0
CDK Data Core Module Description: The CDK Data Core module provides simple, intuitive APIs for working with datasets in the Cloudera Platform.
URL: http://cloudera.github.com/cdk/cdk-data/cdk-data-core
Project License: Apache Software License v2.0
- org.slf4j:slf4j-api:jar:1.6.1 (compile)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project License: MIT License
- org.slf4j:slf4j-log4j12:jar:1.6.1 (test)
SLF4J LOG4J-12 Binding Description: The slf4j log4j-12 binding
URL: http://www.slf4j.org
Project License: MIT License
- log4j:log4j:jar:1.2.16 (compile)
Apache Log4j Description: Apache Log4j 1.2
URL: http://logging.apache.org/log4j/1.2/
Project License: The Apache Software License, Version 2.0
- log4j:log4j:jar:1.2.16 (compile)
- com.google.guava:guava:jar:11.0.2 (compile)
Guava: Google Core Libraries for Java Description: Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. This project is a complete packaging of all the Guava libraries into a single jar. Individual portions of Guava can be used by downloading the appropriate module and its dependencies. Guava (complete) has only one code dependency - javax.annotation, per the JSR-305 spec.
URL: http://code.google.com/p/guava-libraries/guava
Project License: The Apache Software License, Version 2.0
- com.google.code.findbugs:jsr305:jar:2.0.1 (provided)
FindBugs-jsr305 Description: JSR305 Annotations for Findbugs
URL: http://findbugs.sourceforge.net/
Project License: The Apache Software License, Version 2.0
- com.google.code.findbugs:annotations:jar:2.0.1 (provided)
FindBugs-Annotations Description: Annotation supports the FindBugs tool
URL: http://findbugs.sourceforge.net/
Project License: GNU Lesser Public License
- com.twitter:parquet-avro:jar:1.2.0 (compile)
Parquet Avro Description: Parquet is a columnar storage format that supports nested data. This provides the java implementation.
URL: https://github.com/Parquet/parquet-mr
Project License: The Apache Software License, Version 2.0
- com.twitter:parquet-column:jar:1.2.0 (compile)
Parquet Column Description: Parquet is a columnar storage format that supports nested data. This provides the java implementation.
URL: https://github.com/Parquet/parquet-mr
Project License: The Apache Software License, Version 2.0
- com.twitter:parquet-common:jar:1.2.0 (compile)
Parquet Common Description: Parquet is a columnar storage format that supports nested data. This provides the java implementation.
URL: https://github.com/Parquet/parquet-mr
Project License: The Apache Software License, Version 2.0
- com.twitter:parquet-encoding:jar:1.2.0 (compile)
Parquet Encodings Description: Parquet is a columnar storage format that supports nested data. This provides the java implementation.
URL: https://github.com/Parquet/parquet-mr
Project License: The Apache Software License, Version 2.0
- com.twitter:parquet-generator:jar:1.2.0 (compile)
Parquet Generator Description: Parquet is a columnar storage format that supports nested data. This provides the java implementation.
URL: https://github.com/Parquet/parquet-mr
Project License: The Apache Software License, Version 2.0
- com.twitter:parquet-generator:jar:1.2.0 (compile)
- it.unimi.dsi:fastutil:jar:6.5.7 (compile)
fastutil Description: fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists and priority queues with a small memory footprint and fast access and insertion; provides also big (64-bit) arrays, sets and lists, and fast, practical I/O classes for binary and text files.
URL: http://fasutil.di.unimi.it/
Project License: Apache License, Version 2.0
- com.twitter:parquet-common:jar:1.2.0 (compile)
- com.twitter:parquet-hadoop:jar:1.2.0 (compile)
Parquet Hadoop Description: Parquet is a columnar storage format that supports nested data. This provides the java implementation.
URL: https://github.com/Parquet/parquet-mr
Project License: The Apache Software License, Version 2.0
- com.twitter:parquet-format:jar:1.0.0 (compile)
parquet format metadata Description: Parquet is a columnar storage format that supports nested data. This provides all generated metadata code.
URL: http://github.com/Parquet/parquet-format
Project License: The Apache Software License, Version 2.0
- com.twitter:parquet-column:jar:1.2.0 (compile)
- junit:junit:jar:4.10 (test)
JUnit Description: JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
URL: http://junit.org
Project License: Common Public License Version 1.0
- org.hamcrest:hamcrest-core:jar:1.1 (test)
Hamcrest Core Description: There is currently no description associated with this project.
Project License: BSD style
- org.hamcrest:hamcrest-core:jar:1.1 (test)
- org.apache.avro:avro:jar:1.7.5 (compile)
Apache Avro Description: Avro core components
Project License: The Apache Software License, Version 2.0
- org.codehaus.jackson:jackson-core-asl:jar:1.9.13 (compile)
Jackson Description: Jackson is a high-performance JSON processor (parser, generator)
URL: http://jackson.codehaus.org
Project License: The Apache Software License, Version 2.0
- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 (compile)
Data Mapper for Jackson Description: Data Mapper package is a high-performance data binding package built on Jackson JSON processor
URL: http://jackson.codehaus.org
Project License: The Apache Software License, Version 2.0
- com.thoughtworks.paranamer:paranamer:jar:2.3 (compile)
ParaNamer Core Description: Paranamer allows runtime access to constructor and method parameter names for Java classes
URL: http://paranamer.codehaus.org/paranamer
Project License: BSD
- org.xerial.snappy:snappy-java:jar:1.0.5 (compile)
Snappy for Java Description: snappy-java: A fast compression/decompression library
URL: http://github.com/xerial/snappy-java/
Project License: The Apache Software License, Version 2.0
- org.apache.commons:commons-compress:jar:1.4.1 (compile)
Commons Compress Description: Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, xz and ar, cpio, jar, tar, zip, dump.
URL: http://commons.apache.org/compress/
Project License: The Apache Software License, Version 2.0
- org.tukaani:xz:jar:1.0 (compile)
XZ for Java Description: XZ data compression
URL: http://tukaani.org/xz/java.html
Project License: Public Domain
- org.tukaani:xz:jar:1.0 (compile)
- org.codehaus.jackson:jackson-core-asl:jar:1.9.13 (compile)
- org.apache.hadoop:hadoop-client:jar:2.0.0-mr1-cdh4.3.0 (provided)
Apache Hadoop Client Description: Apache Hadoop Client
Project License: The Apache Software License, Version 2.0
- org.apache.hadoop:hadoop-common:jar:2.0.0-cdh4.3.0 (provided)
Apache Hadoop Common Description: Apache Hadoop Common
Project License: The Apache Software License, Version 2.0
- org.apache.hadoop:hadoop-core:jar:2.0.0-mr1-cdh4.3.0 (provided)
hadoop-core Description: Hadoop root
Project License: The Apache Software License, Version 2.0
- hsqldb:hsqldb:jar:1.8.0.10 (provided)
HSQLDB Description: Lightweight 100% Java SQL Database Engine
URL: http://hsqldb.org/
Project License: HSQLDB License
- hsqldb:hsqldb:jar:1.8.0.10 (provided)
- org.apache.hadoop:hadoop-common:jar:2.0.0-cdh4.3.0 (provided)
- org.apache.hadoop:hadoop-common:test-jar:tests:2.0.0-cdh4.3.0 (test)
Apache Hadoop Common Description: Apache Hadoop Common
Project License: The Apache Software License, Version 2.0
- org.apache.hadoop:hadoop-annotations:jar:2.0.0-cdh4.3.0 (provided)
Apache Hadoop Annotations Description: Apache Hadoop Annotations
Project License: The Apache Software License, Version 2.0
- commons-cli:commons-cli:jar:1.2 (test)
Commons CLI Description: Commons CLI provides a simple API for presenting, processing and validating a command line interface.
URL: http://commons.apache.org/cli/
Project License: The Apache Software License, Version 2.0
- org.apache.commons:commons-math:jar:2.1 (provided)
Commons Math Description: The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.
URL: http://commons.apache.org/math/
Project License: The Apache Software License, Version 2.0
- xmlenc:xmlenc:jar:0.52 (provided)
xmlenc Library Description: xmlenc Library
URL: http://xmlenc.sourceforge.net
Project License: The BSD License
- commons-httpclient:commons-httpclient:jar:3.1 (test)
HttpClient Description: The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
URL: http://jakarta.apache.org/httpcomponents/httpclient-3.x/
Project License: Apache License
- commons-codec:commons-codec:jar:1.4 (compile)
Commons Codec Description: The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
URL: http://commons.apache.org/codec/
Project License: The Apache Software License, Version 2.0
- commons-io:commons-io:jar:2.1 (provided)
Commons IO Description: The Commons IO library contains utility classes, stream implementations, file filters, file comparators and endian classes.
URL: http://commons.apache.org/io/
Project License: The Apache Software License, Version 2.0
- commons-net:commons-net:jar:3.1 (provided)
Commons Net Description: Apache Commons Net library contains a collection of network utilities and protocol implementations. Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois
URL: http://commons.apache.org/net/
Project License: The Apache Software License, Version 2.0
- javax.servlet:servlet-api:jar:2.5 (compile)
servlet-api Description: There is currently no description associated with this project.
Project License: No license is defined for this project.
- org.mortbay.jetty:jetty:jar:6.1.26.cloudera.2 (test)
Jetty Server Description: Jetty server core
URL: http://www.eclipse.org/jetty/jetty-parent/project/modules/jetty
Project License: Apache Software License - Version 2.0Eclipse Public License - Version 1.0
- org.mortbay.jetty:jetty-util:jar:6.1.26.cloudera.2 (test)
Jetty Utilities Description: Utility classes for Jetty
URL: http://www.eclipse.org/jetty/jetty-parent/project/jetty-util
Project License: Apache Software License - Version 2.0Eclipse Public License - Version 1.0
- com.sun.jersey:jersey-core:jar:1.8 (test)
jersey-core Description: Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services.
URL: https://jersey.dev.java.net/jersey-core/
Project License: CDDL 1.1GPL2 w/ CPE
- com.sun.jersey:jersey-json:jar:1.8 (test)
jersey-json Description: Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services.
URL: https://jersey.dev.java.net/jersey-json/
Project License: CDDL 1.1GPL2 w/ CPE
- org.codehaus.jettison:jettison:jar:1.1 (test)
Jettison Description: A StAX implementation for JSON.
Project License: No license is defined for this project.
- stax:stax-api:jar:1.0.1 (test)
StAX API Description: StAX API is the standard java XML processing API defined by JSR-173
URL: http://stax.codehaus.org/
Project License: The Apache Software License, Version 2.0
- stax:stax-api:jar:1.0.1 (test)
- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1 (test)
JAXB RI Description: JAXB (JSR 222) reference implementation
Project License: CDDL 1.1GPL2 w/ CPE
- javax.xml.bind:jaxb-api:jar:2.2.2 (test)
JAXB API bundle for GlassFish V3 Description: JAXB (JSR 222) API
URL: https://jaxb.dev.java.net/
Project License: CDDL 1.1GPL2 w/ CPE
- javax.activation:activation:jar:1.1 (test)
JavaBeans Activation Framework (JAF) Description: JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).
URL: http://java.sun.com/products/javabeans/jaf/index.jsp
Project License: Common Development and Distribution License (CDDL) v1.0
- javax.activation:activation:jar:1.1 (test)
- javax.xml.bind:jaxb-api:jar:2.2.2 (test)
- org.codehaus.jackson:jackson-jaxrs:jar:1.7.1 (test)
JAX-RS provider for JSON content type Description: Jax-RS provider for JSON content type, based on Jackson JSON processor's data binding functionality.
URL: http://jackson.codehaus.org
Project License: The Apache Software License, Version 2.0GNU Lesser General Public License (LGPL), Version 2.1
- org.codehaus.jackson:jackson-xc:jar:1.7.1 (test)
Xml Compatibility extensions for Jackson Description: Extensions that provide interoperability support for Jackson JSON processor's data binding functionality.
URL: http://jackson.codehaus.org
Project License: The Apache Software License, Version 2.0GNU Lesser General Public License (LGPL), Version 2.1
- org.codehaus.jettison:jettison:jar:1.1 (test)
- com.sun.jersey:jersey-server:jar:1.8 (test)
jersey-server Description: Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services.
URL: https://jersey.dev.java.net/jersey-server/
Project License: CDDL 1.1GPL2 w/ CPE
- asm:asm:jar:3.1 (test)
ASM Core Description: A very small and fast Java bytecode manipulation framework
URL: http://asm.objectweb.org/asm/
Project License: No license is defined for this project.
- asm:asm:jar:3.1 (test)
- tomcat:jasper-compiler:jar:5.5.23 (test)
jasper-compiler Description: The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
URL: http://tomcat.apache.org/jasper-compiler
Project License: The Apache Software License, Version 2.0
- tomcat:jasper-runtime:jar:5.5.23 (test)
jasper-runtime Description: The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
URL: http://tomcat.apache.org/jasper-runtime
Project License: The Apache Software License, Version 2.0
- javax.servlet.jsp:jsp-api:jar:2.1 (test)
jsp-api Description: There is currently no description associated with this project.
Project License: No license is defined for this project.
- commons-el:commons-el:jar:1.0 (provided)
EL Description: JSP 2.0 Expression Language Interpreter Implementation
URL: http://jakarta.apache.org/commons/el/
Project License: The Apache Software License, Version 2.0
- commons-logging:commons-logging:jar:1.1.1 (compile)
Commons Logging Description: Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
URL: http://commons.apache.org/logging
Project License: The Apache Software License, Version 2.0
- net.java.dev.jets3t:jets3t:jar:0.6.1 (test)
An open source Java toolkit for Amazon S3 Description: JetS3t is a free, open-source Java toolkit and application suite for the Amazon Simple Storage Service (Amazon S3). The JetS3t toolkit provides Java programmers with a powerful yet simple API for interacting with S3 and managing data stored there.
URL: http://jets3t.s3.amazonaws.com/index.html
Project License: Apache License, Version 2.0
- commons-lang:commons-lang:jar:2.5 (provided)
Commons Lang Description: Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
URL: http://commons.apache.org/lang/
Project License: The Apache Software License, Version 2.0
- commons-configuration:commons-configuration:jar:1.6 (provided)
Commons Configuration Description: Tools to assist in the reading of configuration/preferences files in various formats
URL: http://commons.apache.org/${pom.artifactId.substring(8)}/
Project License: The Apache Software License, Version 2.0
- commons-collections:commons-collections:jar:3.2.1 (provided)
Commons Collections Description: Types that extend and augment the Java Collections Framework.
URL: http://commons.apache.org/collections/
Project License: The Apache Software License, Version 2.0
- commons-digester:commons-digester:jar:1.8 (provided)
Digester Description: The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.
URL: http://jakarta.apache.org/commons/digester/
Project License: The Apache Software License, Version 2.0
- commons-beanutils:commons-beanutils:jar:1.7.0 (provided)
commons-beanutils Description: There is currently no description associated with this project.
Project License: No license is defined for this project.
- commons-beanutils:commons-beanutils:jar:1.7.0 (provided)
- commons-beanutils:commons-beanutils-core:jar:1.8.0 (provided)
Commons BeanUtils Core Description: The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
URL: http://commons.apache.org/beanutils/
Project License: The Apache Software License, Version 2.0
- commons-collections:commons-collections:jar:3.2.1 (provided)
- org.mockito:mockito-all:jar:1.8.5 (provided)
Mockito Description: Mock objects library for java
Project License: The MIT License
- net.sf.kosmosfs:kfs:jar:0.3 (test)
kosmosfs Description: Kosmos distributed file system provides high performance combined with availability and reliability.
URL: http://kosmosfs.sourceforge.net/
Project License: The Apache Software License, Version 2.0
- com.google.protobuf:protobuf-java:jar:2.4.0a (provided)
Protocol Buffer Java API Description: Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.
URL: http://code.google.com/p/protobuf
Project License: New BSD license
- org.apache.hadoop:hadoop-auth:jar:2.0.0-cdh4.3.0 (provided)
Apache Hadoop Auth Description: Apache Hadoop Auth - Java HTTP SPNEGO
Project License: The Apache Software License, Version 2.0
- com.jcraft:jsch:jar:0.1.42 (provided)
JSch Description: JSch is a pure Java implementation of SSH2
URL: http://www.jcraft.com/jsch/
Project License: BSD
- org.apache.zookeeper:zookeeper:jar:3.4.5-cdh4.3.0 (provided)
zookeeper Description: CDH root
Project License: The Apache Software License, Version 2.0
- jline:jline:jar:0.9.94 (provided)
JLine Description: JLine is a java library for reading and editing user input in console applications. It features tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to chain to other console applications.
URL: http://jline.sourceforge.net
Project License: BSD
- jline:jline:jar:0.9.94 (provided)
- org.apache.hadoop:hadoop-annotations:jar:2.0.0-cdh4.3.0 (provided)
- org.apache.hadoop:hadoop-hdfs:jar:2.0.0-cdh4.3.0 (test)
Apache Hadoop HDFS Description: Apache Hadoop HDFS
Project License: The Apache Software License, Version 2.0
- commons-daemon:commons-daemon:jar:1.0.3 (test)
Commons Daemon Description: Alternative invocation mechanism for unix-daemon-like java code.
URL: http://commons.apache.org/daemon/
Project License: The Apache Software License, Version 2.0
- commons-daemon:commons-daemon:jar:1.0.3 (test)
- org.apache.hadoop:hadoop-hdfs:test-jar:tests:2.0.0-cdh4.3.0 (test)
Apache Hadoop HDFS Description: Apache Hadoop HDFS
Project License: The Apache Software License, Version 2.0
- org.apache.commons:commons-jexl:jar:2.1.1 (compile)
Commons JEXL Description: The Commons Jexl library is an implementation of the JSTL Expression Language with extensions.
URL: http://commons.apache.org/jexl/
Project License: The Apache Software License, Version 2.0
- org.slf4j:slf4j-api:jar:1.6.1 (compile)
Licenses
HSQLDB License: HSQLDB
BSD style: Hamcrest Core
Public Domain: XZ for Java
Eclipse Public License - Version 1.0: Jetty Server, Jetty Utilities
Unknown: ASM Core, Jettison, commons-beanutils, jsp-api, servlet-api
BSD: JLine, JSch, ParaNamer Core
Apache License, Version 2.0: An open source Java toolkit for Amazon S3, fastutil
The Apache Software License, Version 2.0: Apache Avro, Apache Hadoop Annotations, Apache Hadoop Auth, Apache Hadoop Client, Apache Hadoop Common, Apache Hadoop HDFS, Apache Log4j, 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, Data Mapper for Jackson, Digester, EL, FindBugs-jsr305, Guava: Google Core Libraries for Java, JAX-RS provider for JSON content type, Jackson, Parquet Avro, Parquet Column, Parquet Common, Parquet Encodings, Parquet Generator, Parquet Hadoop, Snappy for Java, StAX API, Xml Compatibility extensions for Jackson, hadoop-core, jasper-compiler, jasper-runtime, kosmosfs, parquet format metadata, zookeeper
Apache Software License v2.0: CDK Data Core Module
GNU Lesser Public License: FindBugs-Annotations
The BSD License: xmlenc Library
CDDL 1.1: JAXB API bundle for GlassFish V3, JAXB RI, jersey-core, jersey-json, jersey-server
GPL2 w/ CPE: JAXB API bundle for GlassFish V3, JAXB RI, jersey-core, jersey-json, jersey-server
Apache License: HttpClient
New BSD license: Protocol Buffer Java API
Apache Software License - Version 2.0: Jetty Server, Jetty Utilities
Common Public License Version 1.0: JUnit
MIT License: SLF4J API Module, SLF4J LOG4J-12 Binding
The MIT License: Mockito
GNU Lesser General Public License (LGPL), Version 2.1: JAX-RS provider for JSON content type, Xml Compatibility extensions for Jackson
Common Development and Distribution License (CDDL) v1.0: JavaBeans Activation Framework (JAF)
Dependency File Details
Total | Size | Entries | Classes | Packages | JDK Rev | Debug | Sealed |
---|---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug | Sealed |
asm-3.1.jar | 42.02 kB | 24 | 23 | 2 | 1.2 | release | - |
annotations-2.0.1.jar | 72.81 kB | 134 | 62 | 5 | 1.5 | debug | - |
guava-11.0.2.jar | 1.57 MB | 1,289 | 1,266 | 12 | 1.5 | debug | - |
protobuf-java-2.4.0a.jar | 439.28 kB | 214 | 204 | 1 | 1.5 | debug | - |
jsch-0.1.42.jar | 181.39 kB | 119 | 117 | 4 | 1.2 | debug | - |
jersey-core-1.8.jar | 447.49 kB | 398 | 345 | 26 | 1.6 | debug | - |
jersey-json-1.8.jar | 144.47 kB | 115 | 92 | 5 | 1.6 | debug | - |
jersey-server-1.8.jar | 678.08 kB | 609 | 526 | 52 | 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.2.0.jar | 921.38 kB | 629 | 589 | 25 | 1.6 | debug | - |
parquet-column-1.2.0.jar | 198.07 kB | 200 | 175 | 17 | 1.6 | debug | - |
parquet-common-1.2.0.jar | 10.80 kB | 16 | 7 | 2 | 1.6 | debug | - |
parquet-encoding-1.2.0.jar | 265.57 kB | 194 | 182 | 2 | 1.6 | debug | - |
parquet-format-1.0.0.jar | 429.72 kB | 297 | 188 | 10 | 1.6 | debug | - |
parquet-generator-1.2.0.jar | 9.82 kB | 13 | 3 | 2 | 1.6 | debug | - |
parquet-hadoop-1.2.0.jar | 1.11 MB | 758 | 705 | 37 | 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.3.jar | 16.27 kB | 23 | 9 | 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 | - |
hsqldb-1.8.0.10.jar | 690.15 kB | 383 | 314 | 13 | 1.2 | release | - |
fastutil-6.5.7.jar | 16.12 MB | 10,669 | 10,653 | 11 | 1.6 | debug | - |
activation-1.1.jar | 61.51 kB | 50 | 38 | 3 | 1.4 | debug | - |
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 | - |
jline-0.9.94.jar | 85.28 kB | 48 | 35 | 1 | 1.3 | 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 | - |
jets3t-0.6.1.jar | 314.26 kB | 178 | 153 | 14 | 1.4 | debug | - |
kfs-0.3.jar | 11.70 kB | 12 | 6 | 1 | 1.6 | debug | - |
avro-1.7.5.jar | 391.29 kB | 314 | 292 | 9 | 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 | - |
hadoop-annotations-2.0.0-cdh4.3.0.jar | 16.28 kB | 27 | 15 | 2 | 1.6 | debug | - |
hadoop-auth-2.0.0-cdh4.3.0.jar | 45.76 kB | 41 | 26 | 3 | 1.6 | debug | - |
hadoop-client-2.0.0-mr1-cdh4.3.0.jar | 2.46 kB | 7 | 0 | 0 | - | release | - |
hadoop-common-2.0.0-cdh4.3.0.jar | 2.17 MB | 1,441 | 1,362 | 64 | 1.6 | debug | - |
hadoop-common-2.0.0-cdh4.3.0-tests.jar | 1.17 MB | - | - | - | - | - | - |
hadoop-core-2.0.0-mr1-cdh4.3.0.jar | 1.67 MB | 942 | 874 | 33 | 1.6 | debug | - |
hadoop-hdfs-2.0.0-cdh4.3.0.jar | 4.32 MB | 1,866 | 1,810 | 35 | 1.6 | debug | - |
hadoop-hdfs-2.0.0-cdh4.3.0-tests.jar | 1.61 MB | - | - | - | - | - | - |
zookeeper-3.4.5-cdh4.3.0.jar | 1.26 MB | 716 | 439 | 19 | 1.5 | debug | - |
jackson-core-asl-1.9.13.jar | 226.80 kB | 137 | 121 | 8 | 1.5 | debug | - |
jackson-jaxrs-1.7.1.jar | 17.40 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.7.1.jar | 30.98 kB | 22 | 12 | 1 | 1.5 | debug | - |
jettison-1.1.jar | 66.17 kB | 55 | 40 | 5 | 1.1 | debug | - |
hamcrest-core-1.1.jar | 74.85 kB | 54 | 21 | 3 | 1.5 | debug | - |
mockito-all-1.8.5.jar | 1.35 MB | 1,216 | 618 | 62 | 1.5 | debug | - |
jetty-6.1.26.cloudera.2.jar | 527.85 kB | 267 | 237 | 14 | 1.4 | debug | - |
jetty-util-6.1.26.cloudera.2.jar | 173.03 kB | 120 | 105 | 6 | 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 |
67 | 45.40 MB | 28,837 | 26,308 | 787 | 1.6 | 61 | 1 |
compile: 21 | compile: 23.24 MB | compile: 16,076 | compile: 15,538 | compile: 215 | - | compile: 20 | compile: 1 |
test: 24 | test: 11.28 MB | test: 5,260 | test: 4,717 | test: 251 | - | test: 21 | - |
provided: 22 | provided: 10.88 MB | provided: 7,501 | provided: 6,053 | provided: 321 | - | provided: 20 | - |