add extra logging

This commit is contained in:
fjy 2014-08-21 13:17:29 -07:00
parent c216eb7340
commit e5d1c390fa
1 changed files with 2 additions and 1 deletions

View File

@ -819,7 +819,6 @@ public class IndexMaker
final List<IntBuffer> rowNumConversions
) throws IOException
{
final String section = String.format("make %s", dimension);
progress.startSection(section);
@ -1181,6 +1180,8 @@ public class IndexMaker
spatialIndex = ImmutableRTree.newImmutableFromMutable(tree);
}
log.info("Completed dimension[%s] with cardinality[%,d]. Starting write.", dimension, dictionary.size());
writeColumn(
v9Smoosher,
new DictionaryEncodedColumnPartSerde(