Formatting.

This commit is contained in:
Brian O'Neill 2013-05-01 15:17:15 -04:00
parent bf01399a2a
commit b8c8ed8d68
1 changed files with 33 additions and 35 deletions

View File

@ -33,7 +33,6 @@ public class CassandraDataSegmentPusher implements DataSegmentPusher
private String keyspace = null;
private String table = null;
public CassandraDataSegmentPusher(
CassandraDataSegmentPusherConfig config,
ObjectMapper jsonMapper)
@ -75,11 +74,10 @@ public class CassandraDataSegmentPusher implements DataSegmentPusher
segment = segment.withSize(indexSize)
.withLoadSpec(
ImmutableMap.<String, Object>of("type", "c*", "key", key)
ImmutableMap.<String, Object> of("type", "c*", "key", key)
)
.withBinaryVersion(IndexIO.getVersionFromDir(indexFilesDir));
log.info("Deleting zipped index File[%s]", compressedIndexFile);
compressedIndexFile.delete();
log.info("Deleting descriptor file[%s]", descriptorFile);