组织ID: |
org.spark-project.hive |
项目ID: |
hive-cli |
版本: |
0.12.0-protobuf |
最后修改时间: |
2019-10-25 04:59:57 |
包类型: |
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 |
大小: |
33.12KB |
|
Maven引入代码: |
<dependency>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-cli</artifactId>
<version>0.12.0-protobuf</version>
</dependency>
|
Gradle引入代码: |
org.spark-project.hive:hive-cli:0.12.0-protobuf
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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-cli</artifactId>
<packaging>jar</packaging>
<version>0.12.0-protobuf</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>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.94</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-service</artifactId>
<version>0.12.0-protobuf</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-shims</artifactId>
<version>0.12.0-protobuf</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.hadoop.hive.cli.CliDriver$1.class
org.apache.hadoop.hive.cli.CliDriver$2.class
org.apache.hadoop.hive.cli.CliDriver$3.class
org.apache.hadoop.hive.cli.CliDriver$4.class
org.apache.hadoop.hive.cli.CliDriver$5.class
org.apache.hadoop.hive.cli.CliDriver.class
org.apache.hadoop.hive.cli.CliSessionState.class
org.apache.hadoop.hive.cli.OptionsProcessor.class
org.apache.hadoop.hive.cli.RCFileCat.class
META-INF/LICENSE
META-INF/NOTICE
|
依赖Jar: |
jline-0.9.94.jar
/jline/jline/0.9.94
查看jline所有版本文件
hive-service-0.12.0-protobuf.jar
/org.spark-project.hive/hive-service/0.12.0-protobuf
查看hive-service所有版本文件
hive-shims-0.12.0-protobuf.jar
/org.spark-project.hive/hive-shims/0.12.0-protobuf
查看hive-shims所有版本文件
|