[ 
https://issues.apache.org/jira/browse/HADOOP-7316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eli Collins updated HADOOP-7316:
--------------------------------

    Attachment: hadoop-7316-2.patch

Thanks Owen.  Updated patch attached. 

I marked both FSDataInputStream and FSDataOutputStream#getWrappedStream 
LimitedPrivate to HDFS.

The addition of FSDataInputStream#getWrappedStream mirrors the same method in 
FSDataOutputStream. Both live in common but are just used for HDFS tests, which 
is why they are not package visible. Could also expose these via a test  
adapter class but I think the annotation is sufficient.

> Add public javadocs to FSDataInputStream and FSDataOutputStream
> ---------------------------------------------------------------
>
>                 Key: HADOOP-7316
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7316
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Jonathan Hsieh
>            Assignee: Eli Collins
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7316-1.patch, hadoop-7316-2.patch
>
>
> This is a method made public for testing.  In comments in HADOOP-7301 after 
> commit, adding javadoc comments was requested.  This is a follow up jira to 
> address it.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to