Exemple #1
0
 private TablespaceManager() {
   initForDefaultConfig(); // loading storage-default.json
   initSiteConfig(); // storage-site.json will override the configs of storage-default.json
   addWarehouseAsSpace(); // adding a warehouse directory for a default tablespace
   addLocalFsTablespace(); // adding a tablespace using local file system by default
 }