I am trying to process xml files using Hadoop's StreamInputFormat. And I am using the newer API(Hadoop-0.20.205.0) for this.But, it seems Job doesn't support StreamInputFormat, as when I am trying to set the property through "job.setInputFormatClass(StreamInputFormat.class)", it is showing - I am trying to process xml files using Hadoop's