summaryrefslogtreecommitdiff
path: root/hadoop/wordcount/pipes/jobconf.xml
blob: facdbce6eab538dd08b5c66d25ab66953037be5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>