Hyunsik Choi created TAJO-1613:
----------------------------------
Summary: Rename StorageManager to Tablespace
Key: TAJO-1613
URL: https://issues.apache.org/jira/browse/TAJO-1613
Project: Tajo
Issue Type: Sub-task
Components: storage
Reporter: Hyunsik Choi
Assignee: Hyunsik Choi
Fix For: 0.11.0
So far, we used StorageManager to indicate a manager of all storage types as
well as a handler of each storage type. TAJO-1603 separates StorageManager to
TableSpaceManager and StorageManager and its descendants.
This patch renames StorageManager to TableSpace. As a result, we will have the
following relationships:
* TableSpaceManager plays a manager role for all storage types.
* TableSpace handles a specific storage type and a specific path on the
storage type.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)