diff options
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 |