source: proiecte/HadoopJUnit/hadoop-0.20.1/src/examples/pipes/conf/word.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: 666 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>/examples/bin/wordcount-simple#wordcount-simple</value>
12  <description> Executable path is given as "path#executable-name"
13                sothat the executable will have a symlink in working directory.
14                This can be used for gdb debugging etc.
15  </description>
16</property>
17
18<property>
19  <name>hadoop.pipes.java.recordreader</name>
20  <value>true</value>
21</property>
22
23<property>
24  <name>hadoop.pipes.java.recordwriter</name>
25  <value>true</value>
26</property>
27
28</configuration>
Note: See TracBrowser for help on using the repository browser.