diff options
author | Patrick Simianer <p@simianer.de> | 2011-08-29 22:02:45 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2011-09-23 19:13:58 +0200 |
commit | aa5f96417ff81408b15b54aab35a3c16b845adf8 (patch) | |
tree | cb9715696bf11d095215a97e299e22fed940ec02 /dtrain/test/wc_pipes/jobconf.xml | |
parent | 7a562c98d69abfe9ec921f37828f827f44d5dc82 (diff) |
big update: working iterating, pretty output, test scripts and more
Diffstat (limited to 'dtrain/test/wc_pipes/jobconf.xml')
-rw-r--r-- | dtrain/test/wc_pipes/jobconf.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dtrain/test/wc_pipes/jobconf.xml b/dtrain/test/wc_pipes/jobconf.xml new file mode 100644 index 00000000..facdbce6 --- /dev/null +++ b/dtrain/test/wc_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> + |