Uses of Package
org.apache.hadoop.util

Packages that use org.apache.hadoop.util
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.kfs A client for the Kosmos filesystem (KFS) 
org.apache.hadoop.fs.s3 A distributed implementation of FileSystem that uses Amazon S3
org.apache.hadoop.hbase.mapred   
org.apache.hadoop.hbase.util   
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.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.lib Library of generally useful mappers, reducers, and partitioners. 
org.apache.hadoop.util Common utilities. 
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.dfs
DiskChecker.DiskErrorException
           
Progressable
          A facility for reporting progress.
Tool
          A tool interface that supports handling of generic command-line options.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.examples
Tool
          A tool interface that supports handling of generic command-line options.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.examples.dancing
Tool
          A tool interface that supports handling of generic command-line options.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.fs
Progressable
          A facility for reporting progress.
Shell
          A base class for running a Unix command.
Tool
          A tool interface that supports handling of generic command-line options.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.fs.kfs
Progressable
          A facility for reporting progress.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.fs.s3
Progressable
          A facility for reporting progress.
Tool
          A tool interface that supports handling of generic command-line options.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.hbase.mapred
Progressable
          A facility for reporting progress.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.hbase.util
Tool
          A tool interface that supports handling of generic command-line options.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.io
Progress
          Utility to assist with generation of progress reports.
Progressable
          A facility for reporting progress.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.mapred
Progressable
          A facility for reporting progress.
Tool
          A tool interface that supports handling of generic command-line options.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.mapred.lib
Progressable
          A facility for reporting progress.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.util
DiskChecker.DiskErrorException
           
Progress
          Utility to assist with generation of progress reports.
Shell
          A base class for running a Unix command.
Tool
          A tool interface that supports handling of generic command-line options.
 



Copyright © 2006 The Apache Software Foundation