expectedOutputPath.toString(), outPath.toString(), "3" };
assertEquals(0, intersectValidate.run(tezConf, intersectValidateArgs, tezSession));
} finally {
if (tezSession != null) {
tezSession.stop();
}
}
}
private void generateOrderedWordCountInput(Path inputDir) throws IOException {