You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by fuhuaiyong <gi...@git.apache.org> on 2018/05/16 07:41:26 UTC

[GitHub] storm pull request #2678: STORM-3076:Fix the bug of examples in external can...

GitHub user fuhuaiyong opened a pull request:

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

    STORM-3076:Fix the bug of examples in external can not be compiled

    In the  external package,the modules include storm-hbase,storm-hdfs and storm-kafka , can not be compiled successfully, due to the lack of specific implements of ILocalCluster in the storm-core-0.9.5

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

    $ git pull https://github.com/fuhuaiyong/storm 0.9.3-branch

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

    https://github.com/apache/storm/pull/2678.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 #2678
    
----
commit f95372211ba6f9db74c00c8332d0275571b80429
Author: fuhuaiyong <fu...@...>
Date:   2018-05-16T07:21:08Z

    fix the bug of examples in external can not be compiled
    
    In the  external package,the modules include storm-hbase,storm-hdfs and storm-kafka , can not be compiled successfully, due to the lack of specific implements of ILocalCluster in the storm-core-0.9.5 。

commit e2b10356ed7be771960c7db16341d3cf805e0f98
Author: fuhuaiyong <fu...@...>
Date:   2018-05-16T07:25:12Z

    fix the bug of examples in external can not be compiled
    
    In the  external package,the modules include storm-hbase,storm-hdfs and storm-kafka , can not be compiled successfully, due to the lack of specific implements of ILocalCluster in the storm-core-0.9.5 。

commit d1e02ef6ab18800b803f53fded1a4f8261dfdf4f
Author: fuhuaiyong <fu...@...>
Date:   2018-05-16T07:25:49Z

    fix the bug of examples in external can not be compiled
    
    In the  external package,the modules include storm-hbase,storm-hdfs and storm-kafka , can not be compiled successfully, due to the lack of specific implements of ILocalCluster in the storm-core-0.9.5 。

commit f551ea9a4045544c9b276af18c2319e1d35c1c4b
Author: fuhuaiyong <fu...@...>
Date:   2018-05-16T07:28:10Z

    nothing
    
    mothing

commit 708acd2f9d6eb710bf06ace5d3b5e92442d215f2
Author: fuhuaiyong <fu...@...>
Date:   2018-05-16T07:29:46Z

    STORM-3076: Fix the bug of examples in external can not be compiled
    
    In the  external package,the modules include storm-hbase,storm-hdfs and storm-kafka , can not be compiled successfully, due to the lack of specific implements of ILocalCluster in the storm-core-0.9.5

commit 2586c4a619fa5dfe5be310d63edfe3b8dff7164c
Author: fuhuaiyong <fu...@...>
Date:   2018-05-16T07:30:24Z

    nothing
    
    nothing

commit fe6c2837049b20bdf98688749499270908546edd
Author: fuhuaiyong <fu...@...>
Date:   2018-05-16T07:31:15Z

    STORM-3076: Fix the bug of examples in external can not be compiled
    
    In the  external package,the modules include storm-hbase,storm-hdfs and storm-kafka , can not be compiled successfully, due to the lack of specific implements of ILocalCluster in the storm-core-0.9.5

commit 5add5ee26da172794000555c7a7b214461499b6e
Author: fuhuaiyong <fu...@...>
Date:   2018-05-16T07:31:54Z

    nothing
    
    nothing

commit 44e3298a56121a9756432831ed042401a53c28b6
Author: fuhuaiyong <fu...@...>
Date:   2018-05-16T07:33:24Z

    STORM-3076:Fix the bug of  examples in external can not be compiled
    
    In the  external package,the modules include storm-hbase,storm-hdfs and storm-kafka , can not be compiled successfully, due to the lack of specific implements of ILocalCluster in the storm-core-0.9.5

----


---

[GitHub] storm pull request #2678: STORM-3076:Fix the bug of examples in external can...

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

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


---

[GitHub] storm issue #2678: STORM-3076:Fix the bug of examples in external can not be...

Posted by fuhuaiyong <gi...@git.apache.org>.
Github user fuhuaiyong commented on the issue:

    https://github.com/apache/storm/pull/2678
  
    what is wrong


---