We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{{{ 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); } } }}}