Bump Apache Storm version to 1.0.2: current latest version #38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Apache Storm 1.0.0+ provides various new features and great performance improvement.
In case of not aware of the change, here is release notes for Apache Storm 1.x version line:
http://storm.apache.org/2016/04/12/storm100-released.html
http://storm.apache.org/2016/05/06/storm101-released.html
http://storm.apache.org/2016/08/10/storm102-released.html
Apache Storm community and ecosystem are moving toward to 1.x version line. Since Squall seems to be amazing sql processing engine built on top of Storm, I'd like to make squall to take benefits for performance improvement with recent version of Storm.
(Storm 1.0.0 includes SQL feature but it's still in incubation step and experimental things. It needs more time and expert contributors to be reached to mature.)
Storm 1.0.2 is the recent version which fixes various critical bugs so this version can be treated as stable for 1.0.x version line.
I tested this patch with quick start: local mode. Please let me know if you want to let me test other stuff like cluster mode or so. If we can see benchmark result between before the patch and after the patch it should be great, but I'm not sure how to do that with Squall.
This change is