Download hive-jdbc-0.12.0.jar file

Introduction

You can download hive-jdbc-0.12.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

hive-jdbc-0.12.0.jar file has the following types.

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
org.apache.hadoop.hive.jdbc.HiveBaseResultSet.class
org.apache.hadoop.hive.jdbc.HiveCallableStatement.class
org.apache.hadoop.hive.jdbc.HiveConnection.class
org.apache.hadoop.hive.jdbc.HiveDataSource.class
org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData.class
org.apache.hadoop.hive.jdbc.HiveDriver.class
org.apache.hadoop.hive.jdbc.HiveMetaDataResultSet.class
org.apache.hadoop.hive.jdbc.HivePreparedStatement.class
org.apache.hadoop.hive.jdbc.HiveQueryResultSet.class
org.apache.hadoop.hive.jdbc.HiveResultSetMetaData.class
org.apache.hadoop.hive.jdbc.HiveStatement.class
org.apache.hadoop.hive.jdbc.JdbcColumn.class
org.apache.hadoop.hive.jdbc.JdbcTable.class
org.apache.hadoop.hive.jdbc.Utils.class
org.apache.hive.jdbc.HiveBaseResultSet.class
org.apache.hive.jdbc.HiveCallableStatement.class
org.apache.hive.jdbc.HiveConnection.class
org.apache.hive.jdbc.HiveDataSource.class
org.apache.hive.jdbc.HiveDatabaseMetaData.class
org.apache.hive.jdbc.HiveDriver.class
org.apache.hive.jdbc.HiveMetaDataResultSet.class
org.apache.hive.jdbc.HivePreparedStatement.class
org.apache.hive.jdbc.HiveQueryResultSet.class
org.apache.hive.jdbc.HiveResultSetMetaData.class
org.apache.hive.jdbc.HiveStatement.class
org.apache.hive.jdbc.HttpBasicAuthInterceptor.class
org.apache.hive.jdbc.JdbcColumn.class
org.apache.hive.jdbc.JdbcColumnAttributes.class
org.apache.hive.jdbc.JdbcTable.class
org.apache.hive.jdbc.Utils.class

Pom

hive-jdbc-0.12.0.pom file content.

<?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.apache.hive</groupId>
  <artifactId>hive-jdbc</artifactId>
  <packaging>jar</packaging>
  <version>0.12.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.hive</groupId>
      <artifactId>hive-cli</artifactId>
      <version>0.12.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpcore</artifactId>
      <version>4.2.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.2.5</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.apache.hive</groupId>
   <artifactId>hive-jdbc</artifactId>
   <version>0.12.0</version>
</dependency>

Download

If you think the following hive-jdbc-0.12.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download hive-jdbc-0.12.0.jar file




PreviousNext

Related