Package org.apache.hadoop.mapred
package org.apache.hadoop.mapred
-
ClassDescriptionorg.apache.hadoop.mapred.AMFeedbackThis class is a simple struct to include both the taskFound information and a possible preemption request coming from the AM.org.apache.hadoop.mapred.BackupStore<K,
V> BackupStoreis an utility class that is used to support the mark-reset functionality of values iteratororg.apache.hadoop.mapred.ClientCacheorg.apache.hadoop.mapred.ClientServiceDelegateStatus information on the current state of the Map-Reduce cluster.org.apache.hadoop.mapred.ClusterStatus.BlackListInfoClass which encapsulates information about a blacklisted tasktracker.A set of named counters.A counter record, comprising its name and value.org.apache.hadoop.mapred.Counters.CountersExceededExceptionCounter exception thrown when the number of counters exceed the limitGroupof counters, comprising of counters from a particular counterEnumclass.org.apache.hadoop.mapred.FadvisedChunkedFileorg.apache.hadoop.mapred.FadvisedFileRegionUsed when target file already exists for any operation and is not configured to be overwritten.FileInputFormat<K,V> A base class for file-basedInputFormat.Deprecated.AnOutputCommitterthat commits files specified in job output directory i.e.FileOutputFormat<K,V> A base class forOutputFormat.Deprecated.A section of an input file.FixedLengthInputFormat is an input format used to read input files which contain fixed length records.org.apache.hadoop.mapred.FixedLengthRecordReaderA reader to read fixed length records from a split.A general identifier, which internally stores the id as an integer.org.apache.hadoop.mapred.IFileIFileis the simple <key-len, value-len, key, value> format for the intermediate map-outputs in Map-Reduce.org.apache.hadoop.mapred.IFile.Reader<K,V> IFile.Readerto read intermediate map-outputs.org.apache.hadoop.mapred.IFile.Writer<K,V> IFile.Writerto write out intermediate map-outputs.org.apache.hadoop.mapred.IFileInputStreamA checksum input stream, used for IFiles.org.apache.hadoop.mapred.IFileOutputStreamA Checksum output stream.org.apache.hadoop.mapred.IndexRecordInputFormat<K,V> InputFormatdescribes the input-specification for a Map-Reduce job.InputSplitrepresents the data to be processed by an individualMapper.Used when file type differs from the desired file type. like getting a file when a directory is expected.This class wraps a list of problems with the input, so that the user can get a list of problems together instead of finding and fixing them one by one.This exception is thrown when jobconf misses some mendatory attributes or value of some attributes is invalid.org.apache.hadoop.mapred.JobACLsManagerJobClientis the primary interface for the user-job to interact with the cluster.A map/reduce job configuration.That what may be configured.org.apache.hadoop.mapred.JobContextImplorg.apache.hadoop.mapred.JobEndNotifierJobID represents the immutable and unique identifier for the job.org.apache.hadoop.mapred.JobInProgressDeprecated.Provided for compatibility.Used to describe the priority of the running job.org.apache.hadoop.mapred.JobProfileA JobProfile is a MapReduce primitive.Class that contains the information regarding the Job Queues which are maintained by the Hadoop Map/Reduce framework.Describes the current status of a job.org.apache.hadoop.mapred.JobTrackerJobTrackeris no longer used since M/R 2.x.Stateis no longer used since M/R 2.x.org.apache.hadoop.mapred.JvmTaskTask abstraction that can be serialized, implements the writable interface.This class treats a line in the input as a key/value pair separated by a separator character.AnInputFormatfor plain text files.org.apache.hadoop.mapred.LineRecordReaderTreats keys as offset in file and value as line.org.apache.hadoop.mapred.LineRecordReader.LineReaderDeprecated.UseLineReaderinstead.org.apache.hadoop.mapred.LocalClientProtocolProviderorg.apache.hadoop.mapred.LocalContainerLauncherRuns the container task locally in a thread.org.apache.hadoop.mapred.LocalJobRunnerImplements MapReduce locally, in-process, for debugging.org.apache.hadoop.mapred.LocatedFileStatusFetcherUtility class to fetch block locations for specified Input paths using a configured number of threads.AnOutputFormatthat writesMapFiles.org.apache.hadoop.mapred.MapOutputCollector<K,V> org.apache.hadoop.mapred.MapOutputCollector.Contextorg.apache.hadoop.mapred.MapOutputFileManipulate the working area for the transient store for maps and reduces.Mapper<K1,V1, K2, V2> Maps input key/value pairs to a set of intermediate key/value pairs.org.apache.hadoop.mapred.MapReduceChildJVMMapRunnable<K1,V1, K2, V2> Expert: Generic interface forMappers.MapRunner<K1,V1, K2, V2> DefaultMapRunnableimplementation.org.apache.hadoop.mapred.MapTaskA Map task.org.apache.hadoop.mapred.MapTask.MapOutputBuffer<K,V> org.apache.hadoop.mapred.MapTaskAttemptImplorg.apache.hadoop.mapred.MapTaskCompletionEventsUpdateA class that represents the communication between the tasktracker and child tasks w.r.t the map task completion events.org.apache.hadoop.mapred.Masterorg.apache.hadoop.mapred.MergerMerger is an utility class used by the Map and Reduce tasks for merging both their memory and disk segmentsorg.apache.hadoop.mapred.Merger.Segment<K,V> org.apache.hadoop.mapred.MRConstantsSome handy constantsorg.apache.hadoop.mapred.MROutputFilesManipulate the working area for the transient store for maps and reduces.MultiFileInputFormat<K,V> An abstractInputFormatthat returnsMultiFileSplit's inMultiFileInputFormat.getSplits(JobConf, int)method.A sub-collection of input files.org.apache.hadoop.mapred.NotRunningJoborg.apache.hadoop.mapred.OperationGeneric operation that maps to the dependent set of ACLs that drive the authorization of the operation.OutputCollector<K,V> OutputCommitterdescribes the commit of task output for a Map-Reduce job.OutputFormat<K,V> OutputFormatdescribes the output-specification for a Map-Reduce job.This class filters log files from directory given It doesnt accept paths having _logs.Partitioner<K2,V2> Partitions the key space.org.apache.hadoop.mapred.PeriodicStatsAccumulatorThis abstract class that represents a bucketed series of measurements of a quantity being measured in a running task attempt.org.apache.hadoop.mapred.ProgressSplitsBlockorg.apache.hadoop.mapred.QueueACLEnum representing an AccessControlList that drives set of operations that can be performed on a queue.org.apache.hadoop.mapred.QueueManagerClass that exposes information about queues maintained by the Hadoop Map/Reduce framework.org.apache.hadoop.mapred.RawKeyValueIteratorRawKeyValueIteratoris an iterator used to iterate over the raw keys and values during sort/merge of intermediate data.RecordReader<K,V> RecordReaderreads <key, value> pairs from anInputSplit.RecordWriter<K,V> RecordWriterwrites the output <key, value> pairs to an output file.Reducer<K2,V2, K3, V3> Reduces a set of intermediate values which share a key to a smaller set of values.org.apache.hadoop.mapred.ReduceTaskA Reduce task.org.apache.hadoop.mapred.ReduceTaskAttemptImplA facility for Map-Reduce applications to report progress and update counters, status information etc.org.apache.hadoop.mapred.ResourceMgrDelegateRunningJobis the user-interface to query for details on a running Map-Reduce job.InputFormat reading keys, values from SequenceFiles in binary (raw) format.org.apache.hadoop.mapred.SequenceFileAsBinaryInputFormat.SequenceFileAsBinaryRecordReaderRead records from a SequenceFile as binary (raw) bytes.AnOutputFormatthat writes keys, values toSequenceFiles in binary(raw) formatorg.apache.hadoop.mapred.SequenceFileAsBinaryOutputFormat.WritableValueBytesInner class used for appendRawThis class is similar to SequenceFileInputFormat, except it generates SequenceFileAsTextRecordReader which converts the input keys and values to their String forms by calling toString() method.This class converts the input keys and values to their String forms by calling toString() method.A class that allows a map/red job to work on a sample of sequence files.org.apache.hadoop.mapred.SequenceFileInputFilter.Filterfilter interfaceorg.apache.hadoop.mapred.SequenceFileInputFilter.FilterBasebase class for Filtersorg.apache.hadoop.mapred.SequenceFileInputFilter.MD5FilterThis class returns a set of records by examing the MD5 digest of its key against a filtering frequency f.org.apache.hadoop.mapred.SequenceFileInputFilter.PercentFilterThis class returns a percentage of records The percentage is determined by a filtering frequency f using the criteria record# % f == 0.org.apache.hadoop.mapred.SequenceFileInputFilter.RegexFilterRecords filter by matching key to regexAnInputFormatforSequenceFiles.AnOutputFormatthat writesSequenceFiles.AnRecordReaderforSequenceFiles.org.apache.hadoop.mapred.ShuffleChannelHandlerShuffleChannelHandler verifies the map request then servers the attempts in a http stream.org.apache.hadoop.mapred.ShuffleChannelHandler.ReduceContextMaintain parameters per messageReceived() Netty context.org.apache.hadoop.mapred.ShuffleChannelHandlerContextorg.apache.hadoop.mapred.ShuffleChannelInitializerorg.apache.hadoop.mapred.ShuffleConsumerPlugin<K,V> ShuffleConsumerPlugin for serving Reducers.org.apache.hadoop.mapred.ShuffleConsumerPlugin.Context<K,V> org.apache.hadoop.mapred.ShuffleHandlerUtility class for skip bad records functionality.org.apache.hadoop.mapred.SpillRecordorg.apache.hadoop.mapred.TaskBase class for tasks.org.apache.hadoop.mapred.Task.CombineOutputCollector<K,V> OutputCollector for the combiner.org.apache.hadoop.mapred.Task.CombinerRunner<K,V> org.apache.hadoop.mapred.Task.CombineValuesIterator<KEY,VALUE> Iterator to return Combined valuesDeprecated.Provided for compatibility.org.apache.hadoop.mapred.Task.NewCombinerRunner<K,V> org.apache.hadoop.mapred.Task.OldCombinerRunner<K,V> org.apache.hadoop.mapred.TaskAttemptContextImplTaskAttemptID represents the immutable and unique identifier for a task attempt.org.apache.hadoop.mapred.TaskAttemptListenerImplThis class is responsible for talking to the task umblical.This is used to track task completion events on job tracker.TaskID represents the immutable and unique identifier for a Map or Reduce Task.org.apache.hadoop.mapred.TaskLogA simple logger to handle the task-specific user logs.org.apache.hadoop.mapred.TaskLog.LogNameThe filter for userlogs.org.apache.hadoop.mapred.TaskLog.ReaderA report on the state of a task.org.apache.hadoop.mapred.TaskStatusDescribes the current status of a task.org.apache.hadoop.mapred.TaskStatus.Phaseorg.apache.hadoop.mapred.TaskStatus.Stateorg.apache.hadoop.mapred.TaskUmbilicalProtocolProtocol that task child process uses to contact its parent process.AnInputFormatfor plain text files.TextOutputFormat<K,V> AnOutputFormatthat writes plain text files.org.apache.hadoop.mapred.TextOutputFormat.LineRecordWriter<K,V> org.apache.hadoop.mapred.TIPStatusThe states of a Tasks.A utility class.org.apache.hadoop.mapred.Utils.OutputFileUtilsorg.apache.hadoop.mapred.Utils.OutputFileUtils.OutputFilesFilterThis class filters output(part) files from the given directory It does not accept files with filenames _logs and _SUCCESS.org.apache.hadoop.mapred.Utils.OutputFileUtils.OutputLogFilterThis class filters log files from directory given It doesnt accept paths having _logs.org.apache.hadoop.mapred.WrappedJvmIDA simple wrapper for increasing the visibility.org.apache.hadoop.mapred.WrappedPeriodicStatsAccumulatororg.apache.hadoop.mapred.WrappedProgressSplitsBlockorg.apache.hadoop.mapred.YarnClientProtocolProviderorg.apache.hadoop.mapred.YarnOutputFilesManipulate the working area for the transient store for maps and reduces.org.apache.hadoop.mapred.YARNRunnerThis class enables the current JobClient (0.22 hadoop) to run on YARN.