GitHub user fuhuaiyong opened a pull request:
https://github.com/apache/storm/pull/2679
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 patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2679.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 #2679
----
commit 6193f9032197f79bf3baac2c1694d20ee6052750
Author: fuhuaiyong <fuhuaiyong123@...>
Date: 2018-05-16T08:21:10Z
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
----
---