We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be very useful for scalding + summingbird jobs to have cascading taps to read and write storehaus stores:
Writing a custom Tap is not too much work. You can see an example here:
https://github.com/Cascading/maple/blob/develop/src/jvm/com/twitter/maple/tap/MemorySourceTap.java https://github.com/Cascading/maple/blob/develop/src/jvm/com/twitter/maple/tap/MemorySinkTap.java
The text was updated successfully, but these errors were encountered:
+1
I've been staring at some cascading code of late. I'd like to pick this up. Will send out a sketch sometime soon.
Sorry, something went wrong.
No branches or pull requests
Would be very useful for scalding + summingbird jobs to have cascading taps to read and write storehaus stores:
Writing a custom Tap is not too much work. You can see an example here:
https://github.com/Cascading/maple/blob/develop/src/jvm/com/twitter/maple/tap/MemorySourceTap.java
https://github.com/Cascading/maple/blob/develop/src/jvm/com/twitter/maple/tap/MemorySinkTap.java
The text was updated successfully, but these errors were encountered: