Package org.springframework.data.hadoop.fs

Hadoop FileSystem supporting classes.

See:
          Description

Class Summary
CustomResourceLoaderRegistrar Utility class that overrides the built-in ResourceEditor to allow HdfsResourceLoader to be searched first.
DistCp Exposes the Hadoop command-line distcp as an embeddable API.
DistributedCacheFactoryBean Factory for easy declarative configuration of a DistributedCache.
DistributedCacheFactoryBean.CacheEntry Class describing an entry of the distributed cache.
FileSystemFactoryBean FactoryBean for creating Hadoop FileSystem instances.
FsShell HDFS FileSystem Shell supporting the 'hadoop fs/dfs [x]' commands as methods.
HdfsResourceLoader Spring ResourceLoader over Hadoop FileSystem.
SimplerFileSystem FileSystem decorator that overloads methods to accept Strings instead of Paths.
 

Enum Summary
DistCp.Preserve Enumeration for the possible attributes that can be preserved by a copy operation.
DistributedCacheFactoryBean.CacheEntry.EntryType A distributed cache entry type.
 

Package org.springframework.data.hadoop.fs Description

Hadoop FileSystem supporting classes.