[
https://issues.apache.org/jira/browse/HCATALOG-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13214191#comment-13214191
]
Sushanth Sowmyan commented on HCATALOG-249:
-------------------------------------------
@Carl : In its current form, not easily -
a) I used HCatRecord for the object representation to reuse
HCatRecordObjectInspector as its Object Inspector. Unless we push HCatRecord
itself into hive, pushing this easily to hive is difficult. Since HCatRecord is
basically a thin wrapper on List<Object>, we could change it to use that, and
use a StandardStructObjectInspector, but it's a change we have to do before we
can push it up.
b) I use HCatSchema to look up field positions. That has to be re-done a bit.
So yes, but will take some work unless we also push HCatRecord and HCatSchema
to hive.
> Rework JSON StorageDriver into a JSON SerDe
> -------------------------------------------
>
> Key: HCATALOG-249
> URL: https://issues.apache.org/jira/browse/HCATALOG-249
> Project: HCatalog
> Issue Type: Sub-task
> Affects Versions: 0.4
> Reporter: Alan Gates
> Assignee: Sushanth Sowmyan
> Fix For: 0.4
>
> Attachments: HCATALOG-249.patch, HCATALOG-249.patch.2,
> HCATALOG-249.patch.3
>
>
> We have a JSON storage driver. Given the switch to SerDes we need to switch
> it to be a SerDe instead.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira