Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-6896

Remove the Util separation in FileContext

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • fs

    Description

      I think from a usability point of view, it would be nicer to write:

      fc.exist(path);
      

      instead of:

      fc.utils().exist(path);
      

      We should use the javadoc to mark the fact that the util functions are not atomic.

      Attachments

        Activity

          People

            sanjay.radia Sanjay Radia
            omalley Owen O'Malley
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: