mirror of https://github.com/apache/druid.git
Fixed info message (#3481)
This commit is contained in:
parent
27bd5cb13a
commit
67920c114e
|
@ -146,7 +146,7 @@ public class DetermineHashedPartitionsJob implements Jobby
|
||||||
intervals
|
intervals
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
log.info("Determined Intervals for Job [%s]" + config.getSegmentGranularIntervals());
|
log.info("Determined Intervals for Job [%s].", config.getSegmentGranularIntervals());
|
||||||
}
|
}
|
||||||
Map<DateTime, List<HadoopyShardSpec>> shardSpecs = Maps.newTreeMap(DateTimeComparator.getInstance());
|
Map<DateTime, List<HadoopyShardSpec>> shardSpecs = Maps.newTreeMap(DateTimeComparator.getInstance());
|
||||||
int shardCount = 0;
|
int shardCount = 0;
|
||||||
|
@ -416,6 +416,3 @@ public class DetermineHashedPartitionsJob implements Jobby
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue