[GitHub] storm pull request #2682: STORM-3076:Fix the bug which results in the failur...

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

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


---


[GitHub] storm pull request #2682: STORM-3076:Fix the bug which results in the failur...

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

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

STORM-3076:Fix the bug which results in the failure of compiling

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/2682.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 #2682


commit 98b61672a73708e90cd1695e22934bec397fb9f2
Author: fuhuaiyong 
Date:   2018-05-16T08:57:40Z

update pom.xml

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




---