[
https://issues.apache.org/jira/browse/TAJO-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15027889#comment-15027889
]
ASF GitHub Bot commented on TAJO-1855:
--------------------------------------
Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/873#discussion_r45934293
--- Diff: tajo-docs/src/main/sphinx/configuration/storage-site-json.rst ---
@@ -0,0 +1,57 @@
+**************************
+The storage-site.json File
+**************************
+
+This file is for configuring :doc:`table
spaces</table_management/tablespaces>`.
+The syntax of ``storage-site.json`` is like this basically:
+
+.. code:: json
+
+ {
+ "spaces": {
+ <space config 1>, <space config 2>, ...
+ },
+ "storages": {
+ <storage config 1>, <storage config 2>, ...
+ }
+ }
+
+------
+Spaces
+------
+
+This is a section for registering table spaces. Some space config example
is here:
+
+.. code:: json
+
+ "spaces": {
+ "hbase_cluster1": {
+ "uri": "hbase://quorum1:port,quorum2:port/",
+ "config": { ... }
--- End diff --
It should be ``configs`` instead of ``config``.
> Add document for tablespace configuration to the Configuration chapter.
> -----------------------------------------------------------------------
>
> Key: TAJO-1855
> URL: https://issues.apache.org/jira/browse/TAJO-1855
> Project: Tajo
> Issue Type: Sub-task
> Components: Documentation
> Reporter: Jihoon Son
> Assignee: Jongyoung Park
> Fix For: 0.11.1
>
>
> See the title.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)