コード例 #1
0
ファイル: TablespaceManager.java プロジェクト: xsnxj/tajo
 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
 }