I get the same problem while I am using streaming for sequence file. My solution is use 'org.apache.hadoop.streaming.AutoInputFormat' as input format and add '-D stream.map.input=rawbytes'.
huangs, thuhuang...@gmail.com 在 2012-5-1,下午4:02, Ajay Srivastava 写道: > Hi, > > If there are two inputs to a hadoop job one is text and another is binary > (Sequence file), is there a way to set InputFormatClass to these two > different streams ? > job.setInputFormatClass will set to one type of input. Does that mean a > hadoop job can not take input in two different formats? > > > > Thanks. > Ajay Srivastava