mirror of https://github.com/apache/druid.git
fix druidsetup properties path bug
This commit is contained in:
parent
3a9d892b05
commit
47f2d3b0aa
|
@ -296,6 +296,7 @@ public class DruidSetup
|
|||
createPath(curator, zkPaths.getMasterPath(), out);
|
||||
createPath(curator, zkPaths.getLoadQueuePath(), out);
|
||||
createPath(curator, zkPaths.getServedSegmentsPath(), out);
|
||||
createPath(curator, zkPaths.getPropertiesPath(), out);
|
||||
}
|
||||
|
||||
private static void createPath(CuratorFramework curator, String thePath, PrintStream out)
|
||||
|
|
Loading…
Reference in New Issue