summaryrefslogtreecommitdiff
path: root/hadoop/streaming/mapper_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'hadoop/streaming/mapper_test.py')
-rw-r--r--hadoop/streaming/mapper_test.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/hadoop/streaming/mapper_test.py b/hadoop/streaming/mapper_test.py
deleted file mode 100644
index d358bda..0000000
--- a/hadoop/streaming/mapper_test.py
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env python2
-
-import sys
-
-
-if __name__ == "__main__":
- for line in sys.stdin:
- print line.upper()
-