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