Hive is a data warehouse infrastructure built on top of Hadoop see http://wiki.apache.org/hadoop/Hive.
Here is the list of declaration for hive-shims. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-shims</artifactId> <version>0.9.0</version> </dependency>
If you think this Maven repository POM file listing for hive-shims is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The hive-shims-0.9.0 has 8 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JEE | libthrift 0.7.0 Thrift is a software framework for scalable cross-language services development. | 103 |
Log | commons-logging 1.0.4 Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. | 273 |
Development | guava r09 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 ... | 65 |
JSON | jackson-core-asl 1.8.8 Jackson is a high-performance JSON processor (parser, generator) | 26 |
JSON | jackson-mapper-asl 1.8.8 Data Mapper package is a high-performance data binding package built on Jackson JSON processor | 36 |
The following table lists the most popular artifacts which are depending on hive-shims-0.9.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Database | hive-common 0.9.0 Hive is a data warehouse infrastructure built on top of Hadoop see http://wiki.apache.org/hadoop/Hive | 6 |
The following packages are defined in the hive-shims-0.9.0.jar
org.apache.hadoop.fs org.apache.hadoop.hive.io org.apache.hadoop.hive.shims org.apache.hadoop.hive.thrift org.apache.hadoop.hive.thrift.client org.apache.hadoop.security.token.delegation
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <!-- Apache Maven 2 POM generated by Apache Ivy http://ant.apache.org/ivy/ Apache Ivy version: 2.1.0 20090925235825 --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hive</groupId> <artifactId>hive-shims</artifactId> <packaging>jar</packaging> <version>0.9.0</version> <url>http://hive.apache.org</url> <description>Hive is a data warehouse infrastructure built on top of Hadoop see http://wiki.apache.org/hadoop/Hive </description> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://svn.apache.org/repos/asf/hive/</url> </scm> <dependencies> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-core</artifactId> <version>0.20.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> <version>3.4.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> <version>0.7.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging-api</artifactId> <version>1.0.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>r09</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-core-asl</artifactId> <version>1.8.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <version>1.8.8</version> <scope>compile</scope> </dependency> </dependencies> </project>