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

Sushanth Sowmyan commented on HCATALOG-632:
-------------------------------------------

One major issue is with writing out ORCFiles. OrcOutputFormat extends 
mapred.FileOutputFormat and thus, fits in with our FileOutputFormatContainer. 
However, the getRecordWriter method takes a filesystem parameter that is 
"unused" in FileOutputFormat, and thus, we do not initialize it, but is 
required in OrcOutputFormat, as it tries to figure out replication factor, etc 
from it, and currently fails with a NullPointerException when used.
                
> Hive ORC files not working with HCatalog
> ----------------------------------------
>
>                 Key: HCATALOG-632
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-632
>             Project: HCatalog
>          Issue Type: Bug
>            Reporter: Sushanth Sowmyan
>            Assignee: Sushanth Sowmyan
>
> Hive recently introduced ORC files ( 
> https://issues.apache.org/jira/browse/HIVE-3874 ) which does not work with 
> HCatalog. We need to investigate all the issues that crop up, and fix them so 
> that we can read/write ORC files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to