mirror of https://github.com/apache/druid.git
remove extra println
This commit is contained in:
parent
34362e880c
commit
f9523274ac
|
@ -765,8 +765,6 @@ public class DeterminePartitionsJob implements Jobby
|
|||
log.info(" %s", HadoopDruidIndexerConfig.jsonMapper.writeValueAsString(shardSpec));
|
||||
}
|
||||
|
||||
System.out.println(HadoopDruidIndexerConfig.jsonMapper.writeValueAsString(chosenShardSpecs));
|
||||
|
||||
try {
|
||||
HadoopDruidIndexerConfig.jsonMapper
|
||||
.writerWithType(
|
||||
|
|
Loading…
Reference in New Issue