| 组织ID: |
org.spark-project.hive |
| 项目ID: |
hive-beeline |
| 版本: |
0.12.0 |
| 最后修改时间: |
2018-08-09 01:41:42 |
| 包类型: |
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 |
| 大小: |
108.29KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-beeline</artifactId>
<version>0.12.0</version>
</dependency>
|
| Gradle引入代码: |
org.spark-project.hive:hive-beeline: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-beeline</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>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</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>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.94</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-service</artifactId>
<version>0.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-shims</artifactId>
<version>0.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.2</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.apache.hive.beeline.AbstractCommandHandler.class
org.apache.hive.beeline.AbstractOutputFormat.class
org.apache.hive.beeline.BeeLine.class
org/apache/hive/beeline/BeeLine.properties
org.apache.hive.beeline.BeeLineCommandCompletor.class
org.apache.hive.beeline.BeeLineCompletor.class
org.apache.hive.beeline.BeeLineOpts.class
org.apache.hive.beeline.BeeLineSignalHandler.class
org.apache.hive.beeline.BufferedRows.class
org.apache.hive.beeline.ColorBuffer$ColorAttr.class
org.apache.hive.beeline.ColorBuffer.class
org.apache.hive.beeline.CommandHandler.class
org.apache.hive.beeline.Commands.class
org.apache.hive.beeline.DatabaseConnection$1.class
org.apache.hive.beeline.DatabaseConnection$Schema$Table$Column.class
org.apache.hive.beeline.DatabaseConnection$Schema$Table.class
org.apache.hive.beeline.DatabaseConnection$Schema.class
org.apache.hive.beeline.DatabaseConnection.class
org.apache.hive.beeline.DatabaseConnections.class
org.apache.hive.beeline.DriverInfo.class
org.apache.hive.beeline.HiveSchemaHelper$1.class
org.apache.hive.beeline.HiveSchemaHelper$AbstractCommandParser.class
org.apache.hive.beeline.HiveSchemaHelper$DerbyCommandParser.class
org.apache.hive.beeline.HiveSchemaHelper$MySqlCommandParser.class
org.apache.hive.beeline.HiveSchemaHelper$NestedScriptParser$CommandType.class
org.apache.hive.beeline.HiveSchemaHelper$NestedScriptParser.class
org.apache.hive.beeline.HiveSchemaHelper$OracleCommandParser.class
org.apache.hive.beeline.HiveSchemaHelper$PostgresCommandParser.class
org.apache.hive.beeline.HiveSchemaHelper.class
org.apache.hive.beeline.HiveSchemaTool.class
org.apache.hive.beeline.IncrementalRows.class
org.apache.hive.beeline.OutputFile.class
org.apache.hive.beeline.OutputFormat.class
org.apache.hive.beeline.ReflectiveCommandHandler.class
org.apache.hive.beeline.Reflector.class
org.apache.hive.beeline.Rows$Row.class
org.apache.hive.beeline.Rows.class
org.apache.hive.beeline.SQLCompletor.class
org.apache.hive.beeline.SeparatedValuesOutputFormat.class
org.apache.hive.beeline.SunSignalHandler.class
org.apache.hive.beeline.TableNameCompletor.class
org.apache.hive.beeline.TableOutputFormat.class
org.apache.hive.beeline.VerticalOutputFormat.class
org.apache.hive.beeline.XMLAttributeOutputFormat.class
org.apache.hive.beeline.XMLElementOutputFormat.class
org/apache/hive/beeline/sql-keywords.properties
org.apache.hive.beeline.util.QFileClient$1.class
org.apache.hive.beeline.util.QFileClient$RegexFilterSet.class
org.apache.hive.beeline.util.QFileClient.class
META-INF/LICENSE
META-INF/NOTICE
|
| 依赖Jar: |
commons-cli-1.2.jar
/commons-cli/commons-cli/1.2
查看commons-cli所有版本文件
commons-io-2.4.jar
/commons-io/commons-io/2.4
查看commons-io所有版本文件
commons-lang-2.4.jar
/commons-lang/commons-lang/2.4
查看commons-lang所有版本文件
commons-logging-1.1.1.jar
/commons-logging/commons-logging/1.1.1
查看commons-logging所有版本文件
commons-logging-api-1.0.4.jar
/commons-logging/commons-logging-api/1.0.4
查看commons-logging-api所有版本文件
jline-0.9.94.jar
/jline/jline/0.9.94
查看jline所有版本文件
libthrift-0.9.0.jar
/org.apache.thrift/libthrift/0.9.0
查看libthrift所有版本文件
hive-service-0.12.0.jar
/org.spark-project.hive/hive-service/0.12.0
查看hive-service所有版本文件
hive-shims-0.12.0.jar
/org.spark-project.hive/hive-shims/0.12.0
查看hive-shims所有版本文件
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
mockito-all-1.8.2.jar
/org.mockito/mockito-all/1.8.2
查看mockito-all所有版本文件
|