From 26c490f404731d053a6205719b6246502c07b449 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 14 Jun 2014 16:46:27 +0200 Subject: init --- hadoop/wordcount/pipes/jobconf.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 hadoop/wordcount/pipes/jobconf.xml (limited to 'hadoop/wordcount/pipes/jobconf.xml') 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 @@ + + + + hadoop.pipes.executable + path/to/dp_hadoop_pipes_test + + + hadoop.pipes.java.recordreader + true + + + hadoop.pipes.java.recordwriter + true + + + -- cgit v1.2.3