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