source: proiecte/HadoopJUnit/hadoop-0.20.1/src/examples/pipes/conf/word-part.xml @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 432 bytes
Line 
1<?xml version="1.0"?>
2<configuration>
3
4<property>
5  <name>mapred.reduce.tasks</name>
6  <value>2</value>
7</property>
8
9<property>
10  <name>hadoop.pipes.executable</name>
11  <value>hdfs:/examples/bin/wordcount-part</value>
12</property>
13
14<property>
15  <name>hadoop.pipes.java.recordreader</name>
16  <value>true</value>
17</property>
18
19<property>
20  <name>hadoop.pipes.java.recordwriter</name>
21  <value>true</value>
22</property>
23
24</configuration>
Note: See TracBrowser for help on using the repository browser.