Hadoop の StreamInputFormat を使用して xml ファイルを処理しようとしています。そして、私はこれに新しい API (Hadoop-0.20.205.0) を使用しています。示しています -
"The method setInputFormatClass(Class<? extends InputFormat>) in the type Job is not pplicable for the arguments (Class<StreamInputFormat>)"
「hadoop-streaming-0.20.205.0.jar」を明示的にダウンロードし、「org.apache.hadoop.streaming」パッケージをインポートしましたが、まだうまくいきません。