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

Creating a sink tap that stores the Tuples in a provided List. #34

Merged
merged 1 commit into from
Mar 26, 2013

Conversation

dkincaid
Copy link
Contributor

I created a sink Tap that stores the Tuples from a flow in a Java List object that is provided to the Tap in the constructor.

@azymnis
Copy link
Contributor

azymnis commented Mar 25, 2013

Thanks for doing this. Since this is very close to this:

https://github.com/twitter/scalding/blob/develop/scalding-core/src/main/scala/com/twitter/scalding/MemoryTap.scala

would you mind renaming this to JMemorySinkTap to distinguish the two more easily? One of these days I will merge that one in maple.

@dkincaid
Copy link
Contributor Author

Since MemorySourceTap is Java I guess my preference would be to leave it MemorySinkTap and make the Scala one SMemoryTap maybe. That being said the decision is really up to you guys. I can live with it either way.

azymnis added a commit that referenced this pull request Mar 26, 2013
Creating a sink tap that stores the Tuples in a provided List.
@azymnis azymnis merged commit 463d1e1 into Cascading:develop Mar 26, 2013
@azymnis
Copy link
Contributor

azymnis commented Mar 26, 2013

Alright, I'm merging this in.

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