Download hive-contrib-0.12.0.jar file

Introduction

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

License

The Apache Software License, Version 2.0

Type List

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

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
org.apache.hadoop.hive.contrib.fileformat.base64.Base64TextInputFormat.class
org.apache.hadoop.hive.contrib.fileformat.base64.Base64TextOutputFormat.class
org.apache.hadoop.hive.contrib.genericudf.example.GenericUDFDBOutput.class
org.apache.hadoop.hive.contrib.metastore.hooks.TestURLHook.class
org.apache.hadoop.hive.contrib.mr.GenericMR.class
org.apache.hadoop.hive.contrib.mr.Mapper.class
org.apache.hadoop.hive.contrib.mr.Output.class
org.apache.hadoop.hive.contrib.mr.Reducer.class
org.apache.hadoop.hive.contrib.mr.example.IdentityMapper.class
org.apache.hadoop.hive.contrib.mr.example.WordCountReduce.class
org.apache.hadoop.hive.contrib.serde2.RegexSerDe.class
org.apache.hadoop.hive.contrib.serde2.TypedBytesSerDe.class
org.apache.hadoop.hive.contrib.serde2.s3.S3LogDeserializer.class
org.apache.hadoop.hive.contrib.serde2.s3.S3LogStruct.class
org.apache.hadoop.hive.contrib.udaf.example.UDAFExampleAvg.class
org.apache.hadoop.hive.contrib.udaf.example.UDAFExampleGroupConcat.class
org.apache.hadoop.hive.contrib.udaf.example.UDAFExampleMax.class
org.apache.hadoop.hive.contrib.udaf.example.UDAFExampleMaxMinNUtil.class
org.apache.hadoop.hive.contrib.udaf.example.UDAFExampleMaxN.class
org.apache.hadoop.hive.contrib.udaf.example.UDAFExampleMin.class
org.apache.hadoop.hive.contrib.udaf.example.UDAFExampleMinN.class
org.apache.hadoop.hive.contrib.udf.UDFRowSequence.class
org.apache.hadoop.hive.contrib.udf.example.UDFExampleAdd.class
org.apache.hadoop.hive.contrib.udf.example.UDFExampleArraySum.class
org.apache.hadoop.hive.contrib.udf.example.UDFExampleFormat.class
org.apache.hadoop.hive.contrib.udf.example.UDFExampleMapConcat.class
org.apache.hadoop.hive.contrib.udf.example.UDFExampleStructPrint.class
org.apache.hadoop.hive.contrib.udtf.example.GenericUDTFCount2.class
org.apache.hadoop.hive.contrib.udtf.example.GenericUDTFExplode2.class
org.apache.hadoop.hive.contrib.util.typedbytes.Type.class
org.apache.hadoop.hive.contrib.util.typedbytes.TypedBytesInput.class
org.apache.hadoop.hive.contrib.util.typedbytes.TypedBytesOutput.class
org.apache.hadoop.hive.contrib.util.typedbytes.TypedBytesRecordInput.class
org.apache.hadoop.hive.contrib.util.typedbytes.TypedBytesRecordOutput.class
org.apache.hadoop.hive.contrib.util.typedbytes.TypedBytesRecordReader.class
org.apache.hadoop.hive.contrib.util.typedbytes.TypedBytesRecordWriter.class
org.apache.hadoop.hive.contrib.util.typedbytes.TypedBytesWritable.class
org.apache.hadoop.hive.contrib.util.typedbytes.TypedBytesWritableInput.class
org.apache.hadoop.hive.contrib.util.typedbytes.TypedBytesWritableOutput.class

Pom

hive-contrib-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-contrib</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-exec</artifactId>
      <version>0.12.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

If you think the following hive-contrib-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-contrib-0.12.0.jar file




PreviousNext

Related