[
https://issues.apache.org/jira/browse/HCATALOG-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francis Liu updated HCATALOG-240:
---------------------------------
Attachment: HCATALOG-240.patch
First drop. Compiles and things runs with storage on the input side and serdes
on the output. Only two relevant tests are failing:
TestPermsGrp - haven't looked at why this is failing.
TestPermsInheritance - There are two pieces of code that does this. One that
sets the UMask which only woks for dfs filesystem. And the other change the
permission of directories after they are created. I removed that since it is
not secure and just add more load on the namenode. We should push this test to
e2e.
The patch needs a bit more work:
-refactor OutputJobInfo.create() to remove the 2 parameters discussed.
-Pass a real progressible to some of the mapred.Outpu* calls
-javadoc for public apis
-move a few methods around to make them package private
-cleanup of OutputStorageDriver related stuff...tho this is prolly a later setp
> 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