in source/benchmark-sample/tpcds-gen/src/main/java/org/notmysock/tpcds/GenTable.java [26:30]
public static void main(String[] args) throws Exception {
Configuration conf = new Configuration();
int res = ToolRunner.run(conf, new GenTable(), args);
System.exit(res);
}