@Override protected Class getInputFormat() { return HadoopTable.orderDelta(null).getInputFormat(); }
@Override protected String[] getInputPath(String[] args) { String[] input = HadoopTable.orderDelta(args[0]).getInputPath(); System.out.println("input path => " + Utils.asString(input)); return input; }