true,
conf)) {
StringTuple key = record.getFirst();
DoubleWritable value = record.getSecond();
// Sum of weights in a Label
if (key.stringAt(0).equals(BayesConstants.LABEL_THETA_NORMALIZER)) {
datastore.setThetaNormalizer(key.stringAt(1), value.get());
if (++count % 50000 == 0) {
log.info("Read {} theta norms", count);
}
}