[GitHub] storm pull request #2680: STORM-3076:Fix the bug which can not be compiled

2018-05-16 Thread fuhuaiyong
Github user fuhuaiyong closed the pull request at:

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


---


[GitHub] storm pull request #2680: STORM-3076:Fix the bug which can not be compiled

2018-05-16 Thread fuhuaiyong
GitHub user fuhuaiyong opened a pull request:

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

STORM-3076:Fix the bug which 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 patch-1

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

https://github.com/apache/storm/pull/2680.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 #2680


commit c1107c3354a4d114399bf696b6a1e923cbc677f0
Author: fuhuaiyong 
Date:   2018-05-16T08:31:26Z

STORM-3076:Fix the bug which 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




---