Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-4: Word counter with one generator and one aggregator #24

Merged
merged 9 commits into from
Oct 5, 2015

Conversation

TaeHunKim
Copy link
Contributor

This closes #4.

As a sub-issue of #1, I implement simple Word Counter REEF app with one generator and one aggregator.
The generator and the aggregator communicate using NCS.

@DifferentSC The base branch of this PR is not the master branch.
But it is my first REEF application and I think this app contains some mistakes although I try to learn and follow the REEF coding style. So I'll appreciate if you review this code when you have time on your hands. Thank you!
(FIY, I already copied checkstyle.xml in REEF project to this app and check my code using it.)


import java.net.SocketAddress;

public class WordCountLinkListener implements LinkListener<Message<String>> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing comment here

@DifferentSC
Copy link
Contributor

I've done a pass here. Let me know when you address the comments.

@TaeHunKim
Copy link
Contributor Author

Thank you for comments! I'll address them on Monday.

@TaeHunKim
Copy link
Contributor Author

I addressed all @DifferentSC's comments, except one. I think we can discuss the comment face to face. Thank you!

@DifferentSC
Copy link
Contributor

Thank you for your code. Let's move on to the next step and register needed issues.

@DifferentSC DifferentSC closed this Oct 5, 2015
@DifferentSC DifferentSC reopened this Oct 5, 2015
DifferentSC added a commit that referenced this pull request Oct 5, 2015
ISSUE-4: Word counter with one generator and one aggregator
@DifferentSC DifferentSC merged commit ad2a47a into ISSUE-1 Oct 5, 2015
@DifferentSC DifferentSC deleted the ISSUE-4 branch October 5, 2015 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants