[
https://issues.apache.org/jira/browse/TAJO-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14592784#comment-14592784
]
ASF GitHub Bot commented on TAJO-1616:
--------------------------------------
Github user jihoonson commented on a diff in the pull request:
https://github.com/apache/tajo/pull/602#discussion_r32792401
--- Diff: tajo-docs/src/main/sphinx/storage_plugin.rst ---
@@ -0,0 +1,47 @@
+*************************************
+Storage Plugin
+*************************************
+
+Overview
+========
+
+Tajo supports various storage systems, such as HDFS, Amazon S3, Openstack
Swift, and HBase. Also, we have a plan to support RDBMS storages like Oracle,
MySQL, PostgreSQL. Tajo already embeds HDFS, S3, Openstack, and HBase, and also
Tajo allows users to register custom storages and data formats to Tajo cluster
instances. This section describes how you register custom storages and data
types.
+
+Register custom storage
+=======================
+
+First of all, your storage implementation should be packed as a jar file.
Then, please copy the jar file into ``tajo/lib`` directory. Next, you should
copy ``conf/storage-site.json.template`` into ``conf/storage-site.json`` and
modify the file like the below.
--- End diff --
Maybe ```tajo/extlib``` rather than ```tajo/lib```?
> Implement TablespaceManager to load Tablespaces
> -----------------------------------------------
>
> Key: TAJO-1616
> URL: https://issues.apache.org/jira/browse/TAJO-1616
> Project: Tajo
> Issue Type: Sub-task
> Components: storage
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.11.0
>
>
> TablespaceManager should load Tablespace according to storage-default.json
> and storage-site.json.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)