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

Eli Collins updated HADOOP-6896:
--------------------------------

    Labels: newbie  (was: )

> Remove the Util separation in FileContext
> -----------------------------------------
>
>                 Key: HADOOP-6896
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6896
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Owen O'Malley
>            Assignee: Sanjay Radia
>              Labels: newbie
>
> I think from a usability point of view, it would be nicer to write:
> {code}
> fc.exist(path);
> {code}
> instead of:
> {code}
> fc.utils().exist(path);
> {code}
> We should use the javadoc to mark the fact that the util functions are not 
> atomic.

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

        

Reply via email to