|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.hadoop.conf | |
---|---|
org.apache.hadoop.conf | Configuration of system parameters. |
org.apache.hadoop.contrib.failmon | |
org.apache.hadoop.contrib.index.example | |
org.apache.hadoop.contrib.index.lucene | |
org.apache.hadoop.contrib.index.mapred | |
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.examples.terasort | This package consists of 3 map/reduce applications for Hadoop to compete in the annual terabyte sort competition. |
org.apache.hadoop.filecache | |
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.permission | |
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.shell | |
org.apache.hadoop.http | |
org.apache.hadoop.http.lib | |
org.apache.hadoop.io | Generic i/o code for use when reading and writing data to the network, to databases, and to files. |
org.apache.hadoop.io.compress | |
org.apache.hadoop.io.compress.bzip2 | |
org.apache.hadoop.io.compress.snappy | |
org.apache.hadoop.io.compress.zlib | |
org.apache.hadoop.io.file.tfile | |
org.apache.hadoop.io.retry | A mechanism for selectively retrying methods that throw exceptions under certain circumstances. |
org.apache.hadoop.io.serializer | This package provides a mechanism for using different serialization frameworks in Hadoop. |
org.apache.hadoop.ipc | Tools to help define network clients and servers. |
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. |
org.apache.hadoop.mapred.join | Given a set of sorted datasets keyed with the same class and yielding equal partitions, it is possible to effect a join of those datasets prior to the map. |
org.apache.hadoop.mapred.lib | Library of generally useful mappers, reducers, and partitioners. |
org.apache.hadoop.mapred.pipes | Hadoop Pipes allows C++ code to use Hadoop DFS and map/reduce. |
org.apache.hadoop.mapred.tools | |
org.apache.hadoop.mapreduce | |
org.apache.hadoop.mapreduce.lib.db | |
org.apache.hadoop.mapreduce.lib.input | |
org.apache.hadoop.mapreduce.lib.jobcontrol | |
org.apache.hadoop.mapreduce.lib.partition | |
org.apache.hadoop.mapreduce.security | |
org.apache.hadoop.mapreduce.security.token | |
org.apache.hadoop.mapreduce.server.tasktracker.userlogs | |
org.apache.hadoop.mapreduce.split | |
org.apache.hadoop.net | Network-related classes. |
org.apache.hadoop.security | |
org.apache.hadoop.security.authorize | |
org.apache.hadoop.security.token | |
org.apache.hadoop.streaming | Hadoop Streaming is a utility which allows users to create and run Map-Reduce jobs with any executables (e.g. |
org.apache.hadoop.typedbytes | Typed bytes are sequences of bytes in which the first byte is a type code. |
org.apache.hadoop.util | Common utilities. |
org.apache.hadoop.util.hash |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.conf | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
|
Configuration.IntegerRanges
A class that represents a set of positive integer ranges. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.contrib.failmon | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.contrib.index.example | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.contrib.index.lucene | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.contrib.index.mapred | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.examples | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.examples.dancing | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.examples.terasort | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.filecache | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.fs | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.fs.ftp | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.fs.kfs | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.fs.permission | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.fs.s3 | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.fs.s3native | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.fs.shell | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.http | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.http.lib | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.io | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.io.compress | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.io.compress.bzip2 | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.io.compress.snappy | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.io.compress.zlib | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.io.file.tfile | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.io.retry | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.io.serializer | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.ipc | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapred | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
|
Configuration.IntegerRanges
A class that represents a set of positive integer ranges. |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapred.join | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapred.lib | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapred.pipes | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapred.tools | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapreduce | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapreduce.lib.db | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapreduce.lib.input | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapreduce.lib.jobcontrol | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapreduce.lib.partition | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapreduce.security | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapreduce.security.token | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapreduce.server.tasktracker.userlogs | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapreduce.split | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.net | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.security | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.security.authorize | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.security.token | |
---|---|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.streaming | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.typedbytes | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.util | |
---|---|
Configurable
Something that may be configured with a Configuration . |
|
Configuration
Provides access to configuration parameters. |
|
Configured
Base class for things that may be configured with a Configuration . |
Classes in org.apache.hadoop.conf used by org.apache.hadoop.util.hash | |
---|---|
Configuration
Provides access to configuration parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |