You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Lefty Leverenz (JIRA)" <ji...@apache.org> on 2014/08/14 00:06:13 UTC

[jira] [Comment Edited] (HIVE-6806) CREATE TABLE should support STORED AS AVRO

    [ https://issues.apache.org/jira/browse/HIVE-6806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14096188#comment-14096188 ] 

Lefty Leverenz edited comment on HIVE-6806 at 8/13/14 10:05 PM:
----------------------------------------------------------------

(I should grep before asking, not after.)  Here's what I've found in the released branches, starting with 0.9:

Hive 0.9  --  ivy/libraries.properties:avro.version=1.5.3
Hive 0.10  --  ivy/libraries.properties:avro.version=1.7.1
Hive 0.11  --  ivy/libraries.properties:avro.version=1.7.1
Hive 0.12  --  ivy/libraries.properties:avro.version=1.7.1
Hive 0.13  --  pom.xml:    <avro.version>1.7.5</avro.version>
Hive 0.13.1  --  pom.xml:    <avro.version>1.7.5</avro.version>

Documented here:

* [Avro SerDe -- Requirements | https://cwiki.apache.org/confluence/display/Hive/AvroSerDe#AvroSerDe-Requirements]


was (Author: lefty@hortonworks.com):
(I should grep before asking, not after.)  Here's what I've found in the released branches, starting with 0.9:

Hive 0.9  --  ivy/libraries.properties:avro.version=1.5.3
Hive 0.10  --  ivy/libraries.properties:avro.version=1.7.1
Hive 0.11  --  ivy/libraries.properties:avro.version=1.7.1
Hive 0.12  --  ivy/libraries.properties:avro.version=1.7.1
Hive 0.13  --  pom.xml:    <avro.version>1.7.5</avro.version>
Hive 0.13.1  --  pom.xml:    <avro.version>1.7.5</avro.version>

> CREATE TABLE should support STORED AS AVRO
> ------------------------------------------
>
>                 Key: HIVE-6806
>                 URL: https://issues.apache.org/jira/browse/HIVE-6806
>             Project: Hive
>          Issue Type: New Feature
>          Components: Serializers/Deserializers
>    Affects Versions: 0.12.0
>            Reporter: Jeremy Beard
>            Assignee: Ashish Kumar Singh
>            Priority: Minor
>              Labels: Avro, TODOC14
>             Fix For: 0.14.0
>
>         Attachments: HIVE-6806.1.patch, HIVE-6806.2.patch, HIVE-6806.3.patch, HIVE-6806.patch
>
>
> Avro is well established and widely used within Hive, however creating Avro-backed tables requires the messy listing of the SerDe, InputFormat and OutputFormat classes.
> Similarly to HIVE-5783 for Parquet, Hive would be easier to use if it had native Avro support.



--
This message was sent by Atlassian JIRA
(v6.2#6252)