[ 
https://issues.apache.org/jira/browse/TAJO-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15027915#comment-15027915
 ] 

ASF GitHub Bot commented on TAJO-1855:
--------------------------------------

Github user jihoonson commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/873#discussion_r45935367
  
    --- 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:
    --- End diff --
    
    tablespace is a single word.


> 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)

Reply via email to