You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/11/03 00:40:27 UTC

[jira] [Commented] (STORM-1149) Support pluggable data sources in CREATE TABLE

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

ASF GitHub Bot commented on STORM-1149:
---------------------------------------

GitHub user haohui opened a pull request:

    https://github.com/apache/storm/pull/844

    STORM-1149. Support pluggable data sources in CREATE TABLE.

    This PR implements the support of external data sources in CREATE TABLE. StormSQL can parse the CREATE TABLE statement, creates the data sources objects and processes the data based on the compiled SQL statement.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/haohui/storm STORM-1149

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/844.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #844
    
----
commit 30bd46476c3a08a0e418991aa1af730c7075a859
Author: Haohui Mai <wh...@apache.org>
Date:   2015-11-02T22:34:20Z

    Implement push-based APIs for StormSQL.

commit 8dfd4a8238b484bade72079c60f235b8068928dd
Author: Haohui Mai <wh...@apache.org>
Date:   2015-11-02T23:35:29Z

    STORM-1149. Support pluggable data sources in CREATE TABLE.

----


> Support pluggable data sources in CREATE TABLE
> ----------------------------------------------
>
>                 Key: STORM-1149
>                 URL: https://issues.apache.org/jira/browse/STORM-1149
>             Project: Apache Storm
>          Issue Type: New Feature
>          Components: storm-sql
>            Reporter: Haohui Mai
>            Assignee: Haohui Mai
>
> This jira proposes to implement supports for external data sources for StormSQL so that StormSQL can process real-world data-set.
> The external data sources will be specified through the {{CREATE TABLE}} statement. 



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