You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Vladimir Protsenko <pr...@gmail.com> on 2015/03/05 12:40:45 UTC

Map task in Trident.

There is a map function in clojure so you could map one collection to
another.

The most resembling operation is *each*, however when f applied to input
tuple we get tuple with two fields* f(["field-a"]) =
[ "field-a"  "field-b"]*.

How could I realize the same operation on trident stream?