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