mirror of https://github.com/apache/druid.git
specify default service name for coordinator
This commit is contained in:
parent
f956fdad2e
commit
42a61290a8
|
@ -51,7 +51,7 @@ public class TieredBrokerConfig
|
|||
|
||||
@JsonProperty
|
||||
@NotNull
|
||||
private String coordinatorServiceName = null;
|
||||
private String coordinatorServiceName = "druid/coordinator";
|
||||
|
||||
@JsonProperty
|
||||
@NotNull
|
||||
|
|
Loading…
Reference in New Issue