Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by AbdulQadeer: http://wiki.apache.org/hadoop/HadoopStreaming ------------------------------------------------------------------------------ -verbose In -input: globbing on <path> is supported and can have multiple -input - Default Map input format: a line is a record in UTF-8 + Default Map input format: a line is a record in UTF-8. Every line must end - the key part ends at first TAB, the rest of the line is the value + with an 'end of line' delimiter. The key part ends at first TAB, the rest + of the line is the value Custom Map input format: -inputreader package.MyRecordReader,n=v,n=v comma-separated name-values can be specified to configure the InputFormat Ex: -inputreader 'StreamXmlRecordReader,begin=<doc>,end=</doc>'
