You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Caleb Welton (JIRA)" <ji...@apache.org> on 2016/01/21 23:37:40 UTC

[jira] [Commented] (HAWQ-308) S3 Integration

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

Caleb Welton commented on HAWQ-308:
-----------------------------------

For integration with external table protocols one initial step that could be helpful would be to enable "CREATE PROTOCOL" support.

Currently:
{noformat}
CREATE PROTOCOL s3ext (                                     
    readfunc  = read_from_s3,
    writefunc = write_to_s3
);
ERROR:  Cannot support create protocol statement yet
{noformat}

> S3 Integration
> --------------
>
>                 Key: HAWQ-308
>                 URL: https://issues.apache.org/jira/browse/HAWQ-308
>             Project: Apache HAWQ
>          Issue Type: New Feature
>          Components: Storage
>            Reporter: Lei Chang
>             Fix For: 2.1.0
>
>
> There are two methods to support S3.
> 1. Support S3 as a native file system, so storing data on S3 is just like storing data on HDFS.
> 2. Support S3 as an external storage. 



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