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

Owen O'Malley commented on HIVE-5728:
-------------------------------------

This is good stuff:
* You'll need to rebase now that HIVE-5425 has gone in.
* HIVE-5425 added hive.exec.orc.default.stripe.size, so you don't need to add 
hive.exec.orc.write.stripesize.
* We should probably standardize the config knob names to:
** hive.exec.orc.default.compress
** hive.exec.orc.default.compress.size
** hive.exec.orc.default.row.index.stride
** hive.exec.orc.default.block.padding
* We can't remove the public members from OrcInputFormat and OrcOutputFormat.
* I'm a little concerned about the code motion, since there are other patches 
on ORC pending.

> Make ORC InputFormat/OutputFormat usable outside Hive
> -----------------------------------------------------
>
>                 Key: HIVE-5728
>                 URL: https://issues.apache.org/jira/browse/HIVE-5728
>             Project: Hive
>          Issue Type: Improvement
>          Components: File Formats
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.13.0
>
>         Attachments: HIVE-5728-1.patch, HIVE-5728-2.patch
>
>
> ORC InputFormat/OutputFormat is currently not usable outside Hive. There are 
> several issues need to solve:
> 1. Several class is not public, eg: OrcStruct
> 2. There is no InputFormat/OutputFormat for new api (Some tools such as Pig 
> need new api)
> 3. Has no way to push WriteOption to OutputFormat outside Hive



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to