GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/2447
STORM-2845 Drop standalone mode of Storm SQL
* remove all related interfaces/classes on standalone mode
* migrate tests to trident mode which are associated to standalone mode
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-2845
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2447.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 #2447
----
commit 28583380608c30276bec55efe5710ed715896b40
Author: Jungtaek Lim <[email protected]>
Date: 2017-12-06T10:52:40Z
STORM-2845 Drop standalone mode of Storm SQL
* remove all related interfaces/classes on standalone mode
* migrate tests to trident mode which are associated to standalone mode
----
---