You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by esamson <gi...@git.apache.org> on 2018/10/18 11:29:30 UTC

[GitHub] storm pull request #2884: Clarify spout non-serializable field exception mes...

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 <ed...@...>
Date:   2018-10-18T11:27:38Z

    Clarify spout non-serializable field exception message
    
    ISpout has an `open` method instead of a `prepare` method.

----


---

[GitHub] storm pull request #2884: Clarify spout non-serializable field exception mes...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/storm/pull/2884


---