You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Joel Bondurant (JIRA)" <ji...@apache.org> on 2014/09/08 22:31:30 UTC

[jira] [Commented] (HIVE-1133) Refactor InputFormat and OutputFormat for Hive

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

Joel Bondurant commented on HIVE-1133:
--------------------------------------

A workaround for S3 is to port all Hive code to Pig.

> Refactor InputFormat and OutputFormat for Hive
> ----------------------------------------------
>
>                 Key: HIVE-1133
>                 URL: https://issues.apache.org/jira/browse/HIVE-1133
>             Project: Hive
>          Issue Type: Improvement
>          Components: HBase Handler, Serializers/Deserializers
>            Reporter: Zheng Shao
>
> Currently we ran into several problems of the FileInputFormat/OutputFormat in Hive.
> The requirements are:
> R1. We want to support HBase: HIVE-806
> R2. We want to selectively include files based on file names: HIVE-951
> R3. We want to optionally choose to recurse on the directory structure: HIVE-1083
> R4. We want to pass the filter condition into the storage (very useful for HBase, and indexed data format)
> R5. We want to pass the column selection information into the storage (already done as part of the RCFile, but we can do it better)
> We need to structure these requirements and the code structure in a good way to make it extensible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)