|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configured | |
---|---|
org.apache.hadoop.fs | An abstract file system API. |
org.apache.hadoop.fs.ftp | |
org.apache.hadoop.fs.s3 | A distributed, block-based implementation of FileSystem that uses Amazon S3
as a backing store. |
org.apache.hadoop.fs.s3native |
A distributed implementation of FileSystem for reading and writing files on
Amazon S3. |
org.apache.hadoop.fs.viewfs | |
org.apache.hadoop.io.serializer | This package provides a mechanism for using different serialization frameworks in Hadoop. |
org.apache.hadoop.io.serializer.avro | This package provides Avro serialization in Hadoop. |
org.apache.hadoop.mapred | |
org.apache.hadoop.mapred.pipes | |
org.apache.hadoop.mapreduce.lib.partition | |
org.apache.hadoop.mapreduce.tools | |
org.apache.hadoop.yarn.client.cli |
Uses of Configured in org.apache.hadoop.fs |
---|
Subclasses of Configured in org.apache.hadoop.fs | |
---|---|
class |
ChecksumFileSystem
Abstract Checksumed FileSystem. |
class |
FileSystem
An abstract base class for a fairly generic filesystem. |
class |
FilterFileSystem
A FilterFileSystem contains
some other file system, which it uses as
its basic file system, possibly transforming
the data along the way or providing additional
functionality. |
class |
LocalFileSystem
Implement the FileSystem API for the checksumed local filesystem. |
class |
RawLocalFileSystem
Implement the FileSystem API for the raw local filesystem. |
class |
Trash
Provides a trash facility which supports pluggable Trash policies. |
class |
TrashPolicy
This interface is used for implementing different Trash policies. |
Uses of Configured in org.apache.hadoop.fs.ftp |
---|
Subclasses of Configured in org.apache.hadoop.fs.ftp | |
---|---|
class |
FTPFileSystem
A FileSystem backed by an FTP client provided by Apache Commons Net. |
Uses of Configured in org.apache.hadoop.fs.s3 |
---|
Subclasses of Configured in org.apache.hadoop.fs.s3 | |
---|---|
class |
MigrationTool
This class is a tool for migrating data from an older to a newer version of an S3 filesystem. |
class |
S3FileSystem
A block-based FileSystem backed by
Amazon S3. |
Uses of Configured in org.apache.hadoop.fs.s3native |
---|
Subclasses of Configured in org.apache.hadoop.fs.s3native | |
---|---|
class |
NativeS3FileSystem
A FileSystem for reading and writing files stored on
Amazon S3. |
Uses of Configured in org.apache.hadoop.fs.viewfs |
---|
Subclasses of Configured in org.apache.hadoop.fs.viewfs | |
---|---|
class |
ViewFileSystem
ViewFileSystem (extends the FileSystem interface) implements a client-side mount table. |
Uses of Configured in org.apache.hadoop.io.serializer |
---|
Subclasses of Configured in org.apache.hadoop.io.serializer | |
---|---|
class |
WritableSerialization
A Serialization for Writable s that delegates to
Writable.write(java.io.DataOutput) and
Writable.readFields(java.io.DataInput) . |
Uses of Configured in org.apache.hadoop.io.serializer.avro |
---|
Subclasses of Configured in org.apache.hadoop.io.serializer.avro | |
---|---|
class |
AvroReflectSerialization
Serialization for Avro Reflect classes. |
class |
AvroSerialization<T>
Base class for providing serialization to Avro types. |
class |
AvroSpecificSerialization
Serialization for Avro Specific classes. |
Uses of Configured in org.apache.hadoop.mapred |
---|
Subclasses of Configured in org.apache.hadoop.mapred | |
---|---|
class |
JobClient
JobClient is the primary interface for the user-job to interact
with the cluster. |
Uses of Configured in org.apache.hadoop.mapred.pipes |
---|
Subclasses of Configured in org.apache.hadoop.mapred.pipes | |
---|---|
class |
Submitter
The main entry point and job submitter. |
Uses of Configured in org.apache.hadoop.mapreduce.lib.partition |
---|
Subclasses of Configured in org.apache.hadoop.mapreduce.lib.partition | |
---|---|
class |
InputSampler<K,V>
Utility for collecting samples and writing a partition file for TotalOrderPartitioner . |
Uses of Configured in org.apache.hadoop.mapreduce.tools |
---|
Subclasses of Configured in org.apache.hadoop.mapreduce.tools | |
---|---|
class |
CLI
Interprets the map reduce cli options |
Uses of Configured in org.apache.hadoop.yarn.client.cli |
---|
Subclasses of Configured in org.apache.hadoop.yarn.client.cli | |
---|---|
class |
LogsCLI
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |