}
LOG.info("TPC-E parameters are: flat_in = '" + flatFilesPath + "', total_customers = " + total_customers +
", scale_factor = " + scale_factor + ", initial_days = " + initial_days);
this.generator = new TPCEGenerator(flatFilesPath, total_customers, scale_factor, initial_days);
}