Skip to content

Instantly share code, notes, and snippets.

@nathanmarz
Created February 24, 2011 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanmarz/841676 to your computer and use it in GitHub Desktop.
Save nathanmarz/841676 to your computer and use it in GitHub Desktop.
ElephantDBTap source = new ElephantDBTap("/data/output/my-edb-domain");
Pipe p = new Pipe("pipe");
p = new Each(p, new Fields("key", "value"), new ProcessKeyValuePairs(), Fields.RESULTS);
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment