Updated Branches: refs/heads/master e7b5feb34 -> 18a2462e8
CRUNCH-78: Add example input for the secondary sort script Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/18a2462e Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/18a2462e Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/18a2462e Branch: refs/heads/master Commit: 18a2462e84d6621bcf5f6173b4d2a0b66e3889d8 Parents: 167c9c2 Author: Josh Wills <[email protected]> Authored: Tue Oct 2 21:40:39 2012 -0700 Committer: Josh Wills <[email protected]> Committed: Tue Oct 2 21:40:39 2012 -0700 ---------------------------------------------------------------------- .../src/main/resources/secondary_sort_input.txt | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/18a2462e/crunch-examples/src/main/resources/secondary_sort_input.txt ---------------------------------------------------------------------- diff --git a/crunch-examples/src/main/resources/secondary_sort_input.txt b/crunch-examples/src/main/resources/secondary_sort_input.txt new file mode 100644 index 0000000..273a2f2 --- /dev/null +++ b/crunch-examples/src/main/resources/secondary_sort_input.txt @@ -0,0 +1,8 @@ +one,1,1 +one,2,-3 +two,4,5 +two,2,6 +two,1,7,9 +three,0,-1 +one,-5,10 +one,-10,garbage
