Package org.apache.hadoop.streaming
package org.apache.hadoop.streaming
Hadoop Streaming is a utility which allows users to create and run
Map-Reduce jobs with any executables (e.g. Unix shell utilities) as the mapper
and/or the reducer.-
ClassesClassDescriptionorg.apache.hadoop.streaming.AutoInputFormatAn
InputFormatthat tries to deduce the types of the input files automatically.org.apache.hadoop.streaming.DumpTypedBytesUtility program that fetches all files that match a given pattern and dumps their content to stdout as typed bytes.org.apache.hadoop.streaming.EnvironmentThis is a class used to get the current environment on the host machines running the map/reduce.org.apache.hadoop.streaming.HadoopStreamingThe main entry point.org.apache.hadoop.streaming.JarBuilderThis class is the main class for generating job.jar for Hadoop Streaming jobs.org.apache.hadoop.streaming.LoadTypedBytesUtility program that reads typed bytes from standard input and stores them in a sequence file for which the path is given as an argument.org.apache.hadoop.streaming.PathFinderMaps a relative pathname to an absolute pathname using the PATH environment.org.apache.hadoop.streaming.PipeCombinerorg.apache.hadoop.streaming.PipeMapperA generic Mapper bridge.org.apache.hadoop.streaming.PipeMapRedShared functionality for PipeMapper, PipeReducer.org.apache.hadoop.streaming.PipeMapRunner<K1,V1, K2, V2> org.apache.hadoop.streaming.PipeReducerA generic Reducer bridge.org.apache.hadoop.streaming.StreamBaseRecordReaderShared functionality for hadoopStreaming formats.org.apache.hadoop.streaming.StreamInputFormatAn input format that selects a RecordReader based on a JobConf property.org.apache.hadoop.streaming.StreamJobAll the client-side work happens here.org.apache.hadoop.streaming.StreamKeyValUtilorg.apache.hadoop.streaming.StreamUtilUtilities used in streamingorg.apache.hadoop.streaming.StreamXmlRecordReaderA way to interpret XML fragments as Mapper input records.