summaryrefslogtreecommitdiff
path: root/hadoop/wordcount/pipes/jobconf.xml
diff options
context:
space:
mode:
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>
+