コード例 #1
0
ファイル: ChainReducer.java プロジェクト: ukulililixl/core
 /**
  * Configures the ChainReducer, the Reducer and all the Mappers in the chain.
  *
  * <p>If this method is overriden <code>super.configure(...)</code> should be invoked at the
  * beginning of the overwriter method.
  */
 public void configure(JobConf job) {
   chain.configure(job);
 }