You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2018/10/05 03:45:00 UTC

[jira] [Comment Edited] (HIVE-18785) Make JSON SerDe First-Class SerDe

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

BELUGA BEHR edited comment on HIVE-18785 at 10/5/18 3:44 AM:
-------------------------------------------------------------

Ya [~aihuaxu].  Thank you for doing [HIVE-19899].  However, I put this ticket together less as a single task and more just a place to aggregate and connect all the JSON related tickets floating around out there.  We can close this one once all the outstanding issues are addressed.


was (Author: belugabehr):
Ya [~aihuaxu].  Thank you for doing [HIVE-19899].  However, I put this ticket together less as a single task and more just a place to aggregate and connect all the JSON related tickets floating around out there.

> Make JSON SerDe First-Class SerDe
> ---------------------------------
>
>                 Key: HIVE-18785
>                 URL: https://issues.apache.org/jira/browse/HIVE-18785
>             Project: Hive
>          Issue Type: New Feature
>          Components: Serializers/Deserializers
>    Affects Versions: 3.0.0
>            Reporter: BELUGA BEHR
>            Assignee: Aihua Xu
>            Priority: Major
>
> According to the [Hive SerDe Docs|https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-RowFormats&SerDe], there are some extra steps involved in getting the JSON SerDe to work:
> {quote}
> ROW FORMAT SERDE 
> 'org.apache.hive.hcatalog.data.JsonSerDe' 
> STORED AS TEXTFILE
> In some distributions, a reference to hive-hcatalog-core.jar is required.
> ADD JAR /usr/lib/hive-hcatalog/lib/hive-hcatalog-core.jar;
> {quote}
> I would like to propose that we move this SerDe into first-class status:
> {{STORED AS JSONFILE}}
> The user should have to perform no additional steps to use this SerDe.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)