summaryrefslogtreecommitdiff
path: root/hadoop/wordcount/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hadoop/wordcount/run.sh')
-rwxr-xr-xhadoop/wordcount/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hadoop/wordcount/run.sh b/hadoop/wordcount/run.sh
new file mode 100755
index 0000000..c8f9832
--- /dev/null
+++ b/hadoop/wordcount/run.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+hadoop jar wordcount.jar org.myorg.WordCount in/marec.lc.en out/marec.lc.en-wc
+