search results

  1. There are two hadoop api\'s for input formats. mapred.InputFormat, and mapreduce.InputFormat. mapreduce is the newer API and the one you should be using if you can.
    stackoverflow.com/.../hadoop-streaming-​with-zip-input-files - Cached
  2. $HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \\ -input myInputDirs \\ -output ... Generate a file containing the full HDFS path of the input files.
    hadoop.apache.org/docs/stable/​streaming.html - Cached
  3. $HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \\ -input myInputDirs \\ -output myOutputDir ... Large files and archives in Hadoop Streaming .
    hadoop.apache.org/docs/r0.18.3/​streaming.html - Cached
  4. Hadoop Streaming is a ... invokes the non-shipped perl interpreter Shipped files go to the working directory so filter.pl is found by perl Input files are ...
    wiki.apache.org/hadoop/HadoopStreaming - Cached
  5. Browse other questions tagged hadoop zip hadoop-streaming or ask your own ... Pass directories not files to hadoop-streaming? 0. ... Hadoop streaming with zip input ...
    stackoverflow.com/.../unzip-files-using-​hadoop-streaming - Cached
  6. Input Files. Set yourself up in a ... hadoop jar /home/hadoop/hadoop/contrib/streaming/hadoop-0.19.2-streaming.jar -inputreader \\ \"StreamXmlRecordReader,begin=xml,end ...
    cs.smith.edu/.../Hadoop_Tutorial_2.1_--_​Streaming_XML_Files - Cached
  7. Peeyush offline got this stack trace when he tried to run wordcount. Looks like a DFS issue - maybe HADOOP-4351. If dfs folks think so, please mark this bug as a ...
    issues.apache.org/jira/browse/HADOOP-​4362 - Cached
  8. Input files: This is where the ... Hadoop Streaming allows you to use arbitrary programs for the Mapper and Reducer phases of a MapReduce job.
    developer.yahoo.com/hadoop/tutorial/​module4.html - Cached
  9. ... file argument for hadoop streaming. ... and local files \"/tmp/ boto.zip\" and \"/tmp/boto.zipp ... reducer $KCLUSTER_SRC/testreducer.py -input input/foo ...
    www.mail-archive.com/core-​user@hadoop.apache.org/msg... - Cached
  10. Now we are going to up the ante by using Hadoop Streaming as a ... e.g. don’t zip up the files with a ... taps as the input and output of the streaming ...
    eigenjoy.com/.../how-to-use-cascading-​with-hadoop-streaming - Cached