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.8.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.8.0 has 6 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 |
The following table lists the most popular artifacts which are depending on hive-shims-0.8.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Database | hive-common 0.8.0 Hive is a data warehouse infrastructure built on top of Hadoop see http://wiki.apache.org/hadoop/Hive | 5 |
The following packages are defined in the hive-shims-0.8.0.jar
org.apache.hadoop.fs org.apache.hadoop.hive.io org.apache.hadoop.hive.shims org.apache.hadoop.hive.thrift 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.8.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.hadoop</groupId> <artifactId>hadoop-core</artifactId> <version>0.20.3-CDH3-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> <version>3.3.1</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> </dependencies> </project>