runProgram(mr, fs, new Path(cppExamples, "bin/wordcount-part"),
inputPath, outputPath, fixedPartitionOutput);
runNonPipedProgram(mr, fs, new Path(cppExamples, "bin/wordcount-nopipe"));
mr.waitUntilIdle();
} finally {
mr.shutdown();
dfs.shutdown();
}
}
final static String[] twoSplitOutput = new String[] {