fix druidsetup properties path bug

This commit is contained in:
fjy 2013-05-22 10:25:11 -07:00
parent 3a9d892b05
commit 47f2d3b0aa
1 changed files with 1 additions and 0 deletions

View File

@ -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)