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

Alan Gates commented on HCATALOG-444:
-------------------------------------

A few comments:
# I agree with Travis, some discussion of failure handling would be helpful.
# In both read and write the doc refers to serializing information from the 
master to the slave.  This is a detail of how data is often passed between 
systems.  What is required is that the master communicates the information to 
its slaves.  Whether or not it serializes it to accomplish that is not 
important.
# The last section of the writer API is confusing.  Does the external system 
that is writing the data construct an hcatIterator that it fills with records 
allowing HCatalog to call getNext on that iterator.  Or is HCatalog providing 
an iterator that the external system writes to?  A more complete example would 
help clear this up.
                
> Document reader & writer interfaces
> -----------------------------------
>
>                 Key: HCATALOG-444
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-444
>             Project: HCatalog
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.4
>            Reporter: Lefty Leverenz
>             Fix For: 0.4.1
>
>         Attachments: HCATALOG-444.1.patch, HCATALOG-444.2.patch
>
>
> Add a document to HCatalog's xdocs describing the HCatReader and HCatWriter 
> interfaces.

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