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

Feature/shard fm #416

Merged
merged 4 commits into from
Jan 19, 2014
Merged

Feature/shard fm #416

merged 4 commits into from
Jan 19, 2014

Conversation

ianoc
Copy link
Collaborator

@ianoc ianoc commented Jan 16, 2014

Allows the ability to shard before a flat map operation

val (fmp, m) = recurse(producer)
(fmp.map { flowP =>
val fmpSharded = if (shards <= 1)
Copy link
Collaborator

Choose a reason for hiding this comment

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

1 shard might actually be sensible, right? Let's force everything through one mapper/reducer?

Should we use shards < 1

Also?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yep, will make that change

Also?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Also.

Copy link
Collaborator

Choose a reason for hiding this comment

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

:) Actually, I have no idea what I was typing when I got distracted. :/

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ha, awesome. Updated :)

johnynek added a commit that referenced this pull request Jan 19, 2014
@johnynek johnynek merged commit 76dd2fd into develop Jan 19, 2014
@johnynek johnynek deleted the feature/shard-FM branch January 19, 2014 23:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants