Skip to content

internal ref

ivanprado edited this page Feb 27, 2012 · 1 revision

{{{ public void setConf(Configuration conf) { try { if(conf != null) { this.conf = conf; setGrouperConf(TupleMRConfig.get(conf)); TupleMRConfigBuilder.initializeComparators(conf, this.grouperConf); binaryComparator.setConf(conf); } } catch(Exception e) { throw new RuntimeException(e); } } }}}

Clone this wiki locally