You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/26 01:39:25 UTC

[jira] [Commented] (STORM-515) Clojure documentation and examples

    [ https://issues.apache.org/jira/browse/STORM-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15212663#comment-15212663 ] 

ASF GitHub Bot commented on STORM-515:
--------------------------------------

GitHub user brymaven opened a pull request:

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

    STORM-515: Clojure documentation and examples

    Add some more examples with Clojure, which show using parameters with config and global grouping.
    Also add tests for all clojure bolts.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/brymaven/storm STORM-515

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/1262.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 #1262
    
----
commit 8c31e4ddf9012eaf13d76e6c16684037b31fe5ef
Author: Bryant <br...@gmail.com>
Date:   2016-03-21T00:15:12Z

    Correct typo on example javadoc

commit 843d6904369ab7db584bcef6e9a62e6be2845b7a
Author: Bryant <br...@gmail.com>
Date:   2016-03-24T20:37:20Z

    Fix indent on clojure testing function

commit 3b7c4a81d7c5111eb6d506bef7cedf9254bf91d0
Author: Bryant <br...@gmail.com>
Date:   2016-03-24T20:42:45Z

    Add Clojure examples for rolling top words and exclamation

----


> Clojure documentation and examples
> ----------------------------------
>
>                 Key: STORM-515
>                 URL: https://issues.apache.org/jira/browse/STORM-515
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: documentation, examples
>    Affects Versions: 0.9.2-incubating
>            Reporter: Dmitri Sotnikov
>              Labels: newbie
>
> Clojure storm-starter example is extremely basic (https://github.com/apache/storm/blob/master/examples/storm-starter/src/clj/storm/starter/clj/word_count.clj) and doesn't demonstrate many use cases.
> Clojure documentation page (http://storm.incubator.apache.org/documentation/Clojure-DSL.html) has unreadable code samples, and glosses over many details in how bolts are setup, how to initialize parametarized bolts, where the requires such as execute come from, and so on.
> It would be nice to see clear documentation with properly documented examples for each of the use cases.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)