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

ViewFileSystem is missing getStatus(Path)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • 3.0.0-alpha2
    • viewfs

    Description

      This patch implements ViewFileSystem#getStatus(Path), which is currently unimplemented.

      getStatus(Path) should return the FsStatus of the FileSystem backing the path. Currently it returns the same as getStatus(), which is a default Long.MAX_VALUE for capacity, 0 used, and Long.MAX_VALUE for remaining space.

      Attachments

        1. HADOOP-11034-trunk-1.patch
          9 kB
          Gary Steelman
        2. HADOOP-11034.2.patch
          9 kB
          Gary Steelman

        Activity

          People

            gsteelman Gary Steelman
            gsteelman Gary Steelman
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: