[
https://issues.apache.org/jira/browse/STORM-1201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15035501#comment-15035501
]
ASF GitHub Bot commented on STORM-1201:
---------------------------------------
GitHub user haohui opened a pull request:
https://github.com/apache/storm/pull/910
STORM-1201. Support distributed deployment in StormSQL.
This PR implements the support of submitting StormSQL topologies to a Storm
cluster. It introduces a new `storm sql` command in the CLI so that users can
compile, submit and run StormSQL topology.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/haohui/storm STORM-1201
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/910.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 #910
----
commit 0e3dba7a40aec50f5e8e3e3da65ff3e549097b1e
Author: Haohui Mai <[email protected]>
Date: 2015-12-01T02:58:29Z
STORM-1357. Support writing to Kafka streams in Storm SQL.
commit c1f271a177b5bc3cbf043aa44b83c1200d475a31
Author: Haohui Mai <[email protected]>
Date: 2015-12-02T09:02:28Z
STORM-1201. Support distributed deployment in StormSQL.
----
> Support distributed deployment in StormSQL
> ------------------------------------------
>
> Key: STORM-1201
> URL: https://issues.apache.org/jira/browse/STORM-1201
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-sql
> Reporter: Haohui Mai
> Assignee: Haohui Mai
>
> StormSQL compiles the SQL statements into Java classes. The Trident topology
> executes these classes in order to execute the SQL statements.
> These classes need to be properly distributed through Nimbus so that the
> topology can be run in distributed mode.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)