| 组织ID: |
org.spark-project.hive |
| 项目ID: |
hive-hbase-handler |
| 版本: |
0.12.0 |
| 最后修改时间: |
2019-10-25 00:45:54 |
| 包类型: |
jar |
| 标题: |
Apache Hive 0.12 |
| 描述: |
Hive is a data warehouse infrastructure built on top of Hadoop see
http://wiki.apache.org/hadoop/Hive |
| 相关URL: |
http://hive.apache.org |
| 大小: |
55.92KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-hbase-handler</artifactId>
<version>0.12.0</version>
</dependency>
|
| Gradle引入代码: |
org.spark-project.hive:hive-hbase-handler:0.12.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Apache Maven 2 POM generated by Apache Ivy
http://ant.apache.org/ivy/
Apache Ivy version: 2.3.0 20130110142753
-->
<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.spark-project.hive</groupId>
<artifactId>hive-hbase-handler</artifactId>
<packaging>jar</packaging>
<version>0.12.0</version>
<url>http://hive.apache.org</url>
<name>Apache Hive 0.12</name>
<description>Hive is a data warehouse infrastructure built on top of Hadoop see
http://wiki.apache.org/hadoop/Hive </description>
<developers>
<developer>
<id>pwendell</id>
<name>Patrick Wendell</name>
<url>pwendell.com</url>
</developer>
</developers>
<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.spark-project.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>0.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<version>0.94.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<version>0.94.6.1</version>
<type>test-jar</type>
<classifier>tests</classifier>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.stephenc.high-scale-lib</groupId>
<artifactId>high-scale-lib</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.yammer.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>2.1.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
<version>1.8.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-xc</artifactId>
<version>1.8.8</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.apache.hadoop.hive.hbase.HBaseSerDe$1.class
org.apache.hadoop.hive.hbase.HBaseSerDe$ColumnMapping.class
org.apache.hadoop.hive.hbase.HBaseSerDe.class
org.apache.hadoop.hive.hbase.HBaseSplit.class
org.apache.hadoop.hive.hbase.HBaseStatsAggregator.class
org.apache.hadoop.hive.hbase.HBaseStatsPublisher.class
org.apache.hadoop.hive.hbase.HBaseStatsSetupConstants.class
org.apache.hadoop.hive.hbase.HBaseStatsUtils.class
org.apache.hadoop.hive.hbase.HBaseStorageHandler.class
org.apache.hadoop.hive.hbase.HiveHBaseTableInputFormat$1.class
org.apache.hadoop.hive.hbase.HiveHBaseTableInputFormat$2.class
org.apache.hadoop.hive.hbase.HiveHBaseTableInputFormat.class
org.apache.hadoop.hive.hbase.HiveHBaseTableOutputFormat$MyRecordWriter.class
org.apache.hadoop.hive.hbase.HiveHBaseTableOutputFormat.class
org.apache.hadoop.hive.hbase.HiveHFileOutputFormat$1.class
org.apache.hadoop.hive.hbase.HiveHFileOutputFormat.class
org.apache.hadoop.hive.hbase.LazyHBaseCellMap.class
org.apache.hadoop.hive.hbase.LazyHBaseRow.class
org.apache.hadoop.hive.hbase.package-info.class
META-INF/LICENSE
META-INF/NOTICE
|
| 依赖Jar: |
hive-exec-0.12.0.jar
/org.spark-project.hive/hive-exec/0.12.0
查看hive-exec所有版本文件
hbase-0.94.6.1.jar
/org.apache.hbase/hbase/0.94.6.1
查看hbase所有版本文件
hbase-0.94.6.1.jar
/org.apache.hbase/hbase/0.94.6.1
查看hbase所有版本文件
high-scale-lib-1.1.1.jar
/com.github.stephenc.high-scale-lib/high-scale-lib/1.1.1
查看high-scale-lib所有版本文件
metrics-core-2.1.2.jar
/com.yammer.metrics/metrics-core/2.1.2
查看metrics-core所有版本文件
jackson-jaxrs-1.8.8.jar
/org.codehaus.jackson/jackson-jaxrs/1.8.8
查看jackson-jaxrs所有版本文件
jackson-xc-1.8.8.jar
/org.codehaus.jackson/jackson-xc/1.8.8
查看jackson-xc所有版本文件
|