GitHub user revans2 opened a pull request:
https://github.com/apache/storm/pull/2675
STORM-3061: Upgrade lots of dependencies
This upgrades lots of dependencies, including thrift. The thrift changes
are based off of an earlier patch done by @arunmahadevan
Please skip over the generated files and look mostly at the other files.
I have only tested that the unit tests pass and that a single node cluster
comes up and runs, with similar performance.
I did make a few minor changes in some places to be able to remove
dependencies that are not used/needed any more (hbase-server from storm-hbase
just to get some string functions).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/revans2/incubator-storm STORM-3061
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2675.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 #2675
----
commit b2428e9d672dc0c8b94a6f7acc7e87ca239070f1
Author: Robert (Bobby) Evans <evans@...>
Date: 2018-05-08T17:30:40Z
STORM-3061: Upgrade lots of dependencies
----
---