Package org.apache.hadoop.fs.gs


package org.apache.hadoop.fs.gs
Google Cloud Storage Filesystem.
  • Classes
    Class
    Description
    org.apache.hadoop.fs.gs.GoogleHadoopFileSystem
    GoogleHadoopFileSystem is rooted in a single bucket at initialization time; in this case, Hadoop paths no longer correspond directly to general GCS paths, and all Hadoop operations going through this FileSystem will never touch any GCS bucket other than the bucket on which this FileSystem is rooted.
    GCS implementation of AbstractFileSystem.
    org.apache.hadoop.fs.gs.IoExceptionHelper
    Translates exceptions from API calls into higher-level meaning, while allowing injectability for testing how API errors are handled.