GitHub user haohui opened a pull request:

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

    STORM-1181. Compile SQLs into Tridient topology and execute them in 
LocalCluster

    This PR expands the capability of StormSQL to compile SQLs into Trident 
topology and execute them in LocalCluster.
    
    This PR has not implemented the support of running the compiled Trident 
topology on worker nodes yet, as it requires the generated classes to be 
presented in the class path of the worker's JVM.
    


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

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

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

    https://github.com/apache/storm/pull/876.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 #876
    
----
commit 8948a3344feb470d8a6e04312d8a847a6c808be5
Author: Haohui Mai <[email protected]>
Date:   2015-11-04T23:51:11Z

    STORM-1173. Support string operations in StormSQL.

commit 5925da47293d5c273d983b1235da924742572e2a
Author: Haohui Mai <[email protected]>
Date:   2015-11-11T18:03:07Z

    Allow deserializing Java class with custom classloaders in tests.

commit 6cba5c3e819bbd2a390a0a51d2f7d261d507c267
Author: Haohui Mai <[email protected]>
Date:   2015-11-06T23:50:31Z

    Refactor to support compiling StormSQL to Trident topology.

commit 5dc1f386bde57fe65c60e475a4cd9593d3c0bf1f
Author: Haohui Mai <[email protected]>
Date:   2015-11-11T18:07:54Z

    STORM-1181. Compile SQLs into Tridient topology and execute them in 
LocalCluster.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to