You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by haohui <gi...@git.apache.org> on 2015/11/11 19:12:07 UTC

[GitHub] storm pull request: STORM-1181. Compile SQLs into Tridient topolog...

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 <wh...@apache.org>
Date:   2015-11-04T23:51:11Z

    STORM-1173. Support string operations in StormSQL.

commit 5925da47293d5c273d983b1235da924742572e2a
Author: Haohui Mai <wh...@apache.org>
Date:   2015-11-11T18:03:07Z

    Allow deserializing Java class with custom classloaders in tests.

commit 6cba5c3e819bbd2a390a0a51d2f7d261d507c267
Author: Haohui Mai <wh...@apache.org>
Date:   2015-11-06T23:50:31Z

    Refactor to support compiling StormSQL to Trident topology.

commit 5dc1f386bde57fe65c60e475a4cd9593d3c0bf1f
Author: Haohui Mai <wh...@apache.org>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: STORM-1181. Compile SQLs into Tridient topolog...

Posted by harshach <gi...@git.apache.org>.
Github user harshach commented on the pull request:

    https://github.com/apache/storm/pull/876#issuecomment-159030551
  
    Thanks @haohui  merged into STORM-1040.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: STORM-1181. Compile SQLs into Tridient topolog...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: STORM-1181. Compile SQLs into Tridient topolog...

Posted by harshach <gi...@git.apache.org>.
Github user harshach commented on the pull request:

    https://github.com/apache/storm/pull/876#issuecomment-156845838
  
    @haohui can you remove the STORM-1173 patch from here as I merged in another PR.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: STORM-1181. Compile SQLs into Tridient topolog...

Posted by harshach <gi...@git.apache.org>.
Github user harshach commented on the pull request:

    https://github.com/apache/storm/pull/876#issuecomment-159026022
  
    +1


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---