You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2016/12/03 00:41:58 UTC

[jira] [Resolved] (STORM-2170) [Storm SQL] Add built-in socket datasource to runtime

     [ https://issues.apache.org/jira/browse/STORM-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jungtaek Lim resolved STORM-2170.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.0
                   2.0.0

Merged into master and 1.x-branch.

> [Storm SQL] Add built-in socket datasource to runtime
> -----------------------------------------------------
>
>                 Key: STORM-2170
>                 URL: https://issues.apache.org/jira/browse/STORM-2170
>             Project: Apache Storm
>          Issue Type: New Feature
>          Components: storm-sql
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>             Fix For: 2.0.0, 1.1.0
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Currently Storm SQL requires Kafka to input source, and also require Kafka or Redis to output source. This is OK for production, but users might want to test their SQL statements before associating their table to actual data sources in development phase, even we support 'explain'.
> Supporting socket as data source will greatly help users to test, especially with 'netcat' available on OSX, and also expected to be available from Linux distros.
> For OSX, "nc -k -l 12345" starts tcp server listening on port 12345, and "nc localhost 12345" connects to localhost:12345 by tcp.



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