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

Francis Liu commented on HCATALOG-240:
--------------------------------------

Since I'm mucking around where, some other things I'd like to fix. If you guys 
are fine with it:
-change dynHashCode from hashcode of the parvitionValues map to something 
unique such as the path string.
-split FileOutputFormatContainer into two StaticFileOutputFormatContainer and 
DynamicFileOutputFormatContainer, there is really not much code sharing and 
this adds a lot of complexity because of having two almost mutually exclusive 
code paths in the same classes
-instead of serializing hiveConf why not include it as part of JobConf, not 
sure why we are doing this. This is prolly not that related but I thought 
something that's a bit counter intuitive and cumbersome for StorageHandler 
developers.
                
> Changes to HCatOutputFormat to make it use SerDes instead of StorageDriver
> --------------------------------------------------------------------------
>
>                 Key: HCATALOG-240
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-240
>             Project: HCatalog
>          Issue Type: Sub-task
>          Components: storage handlers
>    Affects Versions: 0.4
>            Reporter: Alan Gates
>            Assignee: Francis Liu
>             Fix For: 0.4
>
>         Attachments: HCATALOG-240.patch
>
>
> This JIRA covers changes to HCatOutputFormat, OutputJobInfo, and 
> HCatOutputCommitter.  See HCATALOG-237 for design notes and details.

--
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

        

Reply via email to