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

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

Github user jihoonson commented on the issue:

    https://github.com/apache/tajo/pull/1034
  
    I disabled the example http tablespace for http scheme by default because 
it is not proper for real appliactions, and thus users need to implement their 
own tablespace for the real applications.
    To use this example tablespace, just add the following lines to 
```storage-site.json```.
    
    ```
    "http": {
          "handler": "org.apache.tajo.storage.http.ExampleHttpFileTablespace",
          "default-format": "json"
        }
    ```


> Implement an example HTTP tablespace
> ------------------------------------
>
>                 Key: TAJO-2148
>                 URL: https://issues.apache.org/jira/browse/TAJO-2148
>             Project: Tajo
>          Issue Type: New Feature
>          Components: Storage
>            Reporter: Jihoon Son
>            Assignee: Jihoon Son
>             Fix For: 0.12.0
>
>
> See discussion at 
> http://mail-archives.apache.org/mod_mbox/tajo-dev/201605.mbox/browser.
> This tikcet is to implement a simple example http tablespace.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to