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.
-
ClassDescriptionorg.apache.hadoop.fs.obs.BasicSessionCredentialInterface class for getting basic session credential.OBS implementation of AbstractFileSystem, which delegates to the
OBSFileSystem.org.apache.hadoop.fs.obs.OBSFileSystemThe core OBS Filesystem implementation.