Package org.apache.hadoop.fs.obs


package org.apache.hadoop.fs.obs
Package for supporting HuaweiCloud Object Storage Service (OBS) as a backend filesystem in Hadoop.

OBS supports two kinds of buckets: object bucket and posix bucket. Posix bucket provides more POSIX-like semantics than object bucket, and is recommended for Hadoop. Object bucket is deprecated for Hadoop.

  • Class
    Description
    org.apache.hadoop.fs.obs.BasicSessionCredential
    Interface class for getting basic session credential.
    OBS implementation of AbstractFileSystem, which delegates to the OBSFileSystem.
    org.apache.hadoop.fs.obs.OBSFileSystem
    The core OBS Filesystem implementation.