GitHub user esamson opened a pull request:
https://github.com/apache/storm/pull/2884
Clarify spout non-serializable field exception message
ISpout has an `open` method instead of a `prepare` method.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/esamson/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2884.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 #2884
----
commit dd254a81246bd8eff8670540f845a903237f1c3d
Author: Edward Samson <edward@...>
Date: 2018-10-18T11:27:38Z
Clarify spout non-serializable field exception message
ISpout has an `open` method instead of a `prepare` method.
----
---