summaryrefslogtreecommitdiff
path: root/hadoop/streaming/no_reducer.rb
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-06-14 19:03:21 +0200
committerPatrick Simianer <p@simianer.de>2014-06-14 19:03:21 +0200
commit5ddc763ab9953eebdaf78af4eb72288d7955b310 (patch)
treefffaf3d22173feae684b7c02ce86c67cf77c7fec /hadoop/streaming/no_reducer.rb
parent26c490f404731d053a6205719b6246502c07b449 (diff)
cleanup
Diffstat (limited to 'hadoop/streaming/no_reducer.rb')
-rwxr-xr-xhadoop/streaming/no_reducer.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/hadoop/streaming/no_reducer.rb b/hadoop/streaming/no_reducer.rb
deleted file mode 100755
index 4410b93..0000000
--- a/hadoop/streaming/no_reducer.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env ruby
-
-
-i = 0
-while l = STDIN.gets
- puts "line #{i} (#{l.strip})"
- i+=1
-end
-