diff options
author | Patrick Simianer <p@simianer.de> | 2014-06-14 19:03:21 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-06-14 19:03:21 +0200 |
commit | 5ddc763ab9953eebdaf78af4eb72288d7955b310 (patch) | |
tree | fffaf3d22173feae684b7c02ce86c67cf77c7fec /hadoop/streaming/secondary_sort/input | |
parent | 26c490f404731d053a6205719b6246502c07b449 (diff) |
cleanup
Diffstat (limited to 'hadoop/streaming/secondary_sort/input')
-rw-r--r-- | hadoop/streaming/secondary_sort/input | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hadoop/streaming/secondary_sort/input b/hadoop/streaming/secondary_sort/input new file mode 100644 index 0000000..5aa7ec9 --- /dev/null +++ b/hadoop/streaming/secondary_sort/input @@ -0,0 +1,8 @@ +0-*-1 a:1 a:2 a:3 +0-*-2 a:1 a:2 a:3 +0-*-10 a:1 a:2 a:3 +1-*-2 a:1 a:2 a:3 +2-*-0 a:1 a:2 a:3 +2-*-2 a:1 a:2 a:3 +3-*-3 a:1 a:2 a:3 +10-*-0 a:1 a:2 a:3 |