summaryrefslogtreecommitdiff
path: root/hadoop/wordcount/pipes/jobconf.xml
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-06-14 16:46:27 +0200
committerPatrick Simianer <p@simianer.de>2014-06-14 16:46:27 +0200
commit26c490f404731d053a6205719b6246502c07b449 (patch)
tree3aa721098f1251dfbf2249ecd2736434c13b1d48 /hadoop/wordcount/pipes/jobconf.xml
init
Diffstat (limited to 'hadoop/wordcount/pipes/jobconf.xml')
-rw-r--r--hadoop/wordcount/pipes/jobconf.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/hadoop/wordcount/pipes/jobconf.xml b/hadoop/wordcount/pipes/jobconf.xml
new file mode 100644
index 0000000..facdbce
--- /dev/null
+++ b/hadoop/wordcount/pipes/jobconf.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<configuration>
+ <property>
+ <name>hadoop.pipes.executable</name>
+ <value>path/to/dp_hadoop_pipes_test</value>
+ </property>
+ <property>
+ <name>hadoop.pipes.java.recordreader</name>
+ <value>true</value>
+ </property>
+ <property>
+ <name>hadoop.pipes.java.recordwriter</name>
+ <value>true</value>
+ </property>
+</configuration>
+