You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
It took me a while to figure out how to use the built-in aggregations. We have code-samples for e.g. counting but:
There is too much noise. I don't want to deal with Shakespeare, splitting words and lines. All I want to see how to use averaging(). As simple example as possible. With minimum noisy.
We do not have any example showing how to use an aggregation which does not use key-based classification. e.g. averaging() (as opposed to counting()`
I am not sure if we need to have this as a code-sample. The current samples tries to create something resembling a real-word use-case. Even a simple junit integration test in the Jet project itself would help me a lot.
From @jerrinot on November 15, 2017 13:37
It took me a while to figure out how to use the built-in aggregations. We have code-samples for e.g.
counting
but:averaging()
. As simple example as possible. With minimum noisy.averaging()
(as opposed to counting()`I am not sure if we need to have this as a code-sample. The current samples tries to create something resembling a real-word use-case. Even a simple junit integration test in the Jet project itself would help me a lot.
Copied from original issue: hazelcast/hazelcast-jet#599
The text was updated successfully, but these errors were encountered: