Module file_system

Source

Constants§

DEFAULT_FS
FS_DEFAULT_NAME_KEY
TRASH_PREFIX
Prefix for trash directory.
USER_HOME_PREFIX

Traits§

FileSystem
An abstract base class for a fairly generic filesystem. It may be implemented as a distributed filesystem, or as a “local” one that reflects the locally-connected disk. The local version exists for small Hadoop instances and for testing.