Uses of Class
org.apache.hadoop.conf.Configured

Packages that use Configured
org.apache.hadoop.dfs A distributed implementation of FileSystem
org.apache.hadoop.examples Hadoop example code. 
org.apache.hadoop.examples.dancing This package is a distributed implementation of Knuth's dancing links algorithm that can run under Hadoop. 
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.fs.ftp   
org.apache.hadoop.fs.kfs A client for the Kosmos filesystem (KFS) 
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.io.serializer This package provides a mechanism for using different serialization frameworks in Hadoop. 
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
 

Uses of Configured in org.apache.hadoop.dfs
 

Subclasses of Configured in org.apache.hadoop.dfs
 class ChecksumDistributedFileSystem
          An implementation of ChecksumFileSystem over DistributedFileSystem.
 class DataNode
          DataNode is a class (and program) that stores a set of blocks for a DFS deployment.
 class DFSAdmin
          This class provides some DFS administrative access.
 class DFSck
          This class provides rudimentary checking of DFS volumes for errors and sub-optimal conditions.
 class DistributedFileSystem
          Implementation of the abstract FileSystem for the DFS system.
 class HftpFileSystem
          An implementation of a protocol for accessing filesystems over HTTP.
 class HsftpFileSystem
          An implementation of a protocol for accessing filesystems over HTTPS.
 

Uses of Configured in org.apache.hadoop.examples
 

Subclasses of Configured in org.apache.hadoop.examples
 class Grep
           
 class Join
          This is the trivial map/reduce program that does absolutely nothing other than use the framework to fragment and sort the input values.
 class MultiFileWordCount
          MultiFileWordCount is an example to demonstrate the usage of MultiFileInputFormat.
 class PiEstimator
          A Map-reduce program to estimaate the valu eof Pi using monte-carlo method.
 class RandomTextWriter
          This program uses map/reduce to just run a distributed job where there is no interaction between the tasks and each task writes a large unsorted random sequence of words.
 class RandomWriter
          This program uses map/reduce to just run a distributed job where there is no interaction between the tasks and each task write a large unsorted random binary sequence file of BytesWritable.
 class SleepJob
          Dummy class for testing MR framefork.
 class Sort
          This is the trivial map/reduce program that does absolutely nothing other than use the framework to fragment and sort the input values.
 class WordCount
          This is an example Hadoop Map/Reduce application.
 

Uses of Configured in org.apache.hadoop.examples.dancing
 

Subclasses of Configured in org.apache.hadoop.examples.dancing
 class DistributedPentomino
          Launch a distributed pentomino solver.
 

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 FsShell
          Provide command line access to a FileSystem.
 class HarFileSystem
          This is an implementation of the Hadoop Archive Filesystem.
 class InMemoryFileSystem
          Deprecated. 
 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 feature.
 

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.kfs
 

Subclasses of Configured in org.apache.hadoop.fs.kfs
 class KosmosFileSystem
          A FileSystem backed by KFS.
 

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.io.serializer
 

Subclasses of Configured in org.apache.hadoop.io.serializer
 class SerializationFactory
           A factory for Serializations.
 class WritableSerialization
          A Serialization for Writables that delegates to Writable.write(java.io.DataOutput) and Writable.readFields(java.io.DataInput).
 

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 JobTracker.
 class JobShell
          Provide command line parsing for JobSubmission job submission looks like hadoop jar -libjars -archives -files inputjar args
 



Copyright © 2008 The Apache Software Foundation