132133134135136137138139140
IOException, SliderException { Path clusterDirectory = buildClusterDirPath(clustername); InstancePaths instancePaths = new InstancePaths(clusterDirectory); createClusterDirectories(instancePaths); return clusterDirectory; }
7778798081828384
String clustername) { this.clustername = clustername; this.conf = conf; this.coreFS = coreFileSystem; Path instanceDir = coreFileSystem.buildClusterDirPath(clustername); instancePaths = new InstancePaths(instanceDir); }