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

Missing methods on FilterFs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.22.0
    • 0.21.0
    • None
    • None
    • Reviewed

    Description

      The following methods are not declared on FilterFs(). Some of them are fine, but others like getUri(), getStatistics(), getHomeDirectory() look like they should be there.

      Here is the complete list:

      {
          public FSDataInputStream open(final Path f) { return null; }
          public void checkPath(Path path) { }
          public Statistics getStatistics() { return null; }
          public URI getUri() { return null; }
          public Path getHomeDirectory() { return null; }
          public void checkScheme(URI uri, String supportedScheme) { }
          public String getUriPath(final Path p) { return null; }
          public void renameInternal(final Path src, final Path dst, boolean overwrite) { }
          public FsStatus getFsStatus(final Path f) { return null; }
      }
      

      Attachments

        1. HADOOP-6719.3.patch
          5 kB
          Rodrigo Schmidt
        2. HADOOP-6719.2.patch
          5 kB
          Rodrigo Schmidt
        3. HADOOP-6719.1.patch
          5 kB
          Rodrigo Schmidt
        4. HADOOP-6719.0.patch
          3 kB
          Rodrigo Schmidt

        Activity

          People

            rschmidt Rodrigo Schmidt
            rschmidt Rodrigo Schmidt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: