Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Feature/online map only #269

Merged
merged 5 commits into from
Oct 7, 2013
Merged

Feature/online map only #269

merged 5 commits into from
Oct 7, 2013

Conversation

ianoc
Copy link
Collaborator

@ianoc ianoc commented Oct 7, 2013

Add tests for Storm for map only jobs.

Add hook to stop an intermediate FM from emitting if it has no downstream dependants

@@ -33,7 +33,8 @@ import Constants._
class IntermediateFlatMapBolt[T](
@transient flatMapOp: FlatMapOperation[T, _],
metrics: FlatMapStormMetrics,
anchor: AnchorTuples) extends BaseBolt(metrics.metrics) {
anchor: AnchorTuples,
canEmit: Boolean) extends BaseBolt(metrics.metrics) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to "shouldEmit"

johnynek added a commit that referenced this pull request Oct 7, 2013
@johnynek johnynek merged commit e99517b into develop Oct 7, 2013
@johnynek johnynek deleted the feature/online_map_only branch October 7, 2013 23:24
snoble pushed a commit to snoble/summingbird that referenced this pull request Sep 8, 2017
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants