119120121122123124125126
resultPath = getTempDirPath("result"); } @Override protected Plan getTestJob() { TPCHQuery4 tpch4 = new TPCHQuery4(); return tpch4.getPlan("4", ordersPath, lineitemsPath, resultPath); }