8586878889909192939495
FileOutputFormat.setOutputPath(job, new Path(args[1])); long numItems = Long.parseLong(args[2]); EugType eugType = null; ExhaustiveUniqueGrouper eug = null; /*Determine the EUG type*/ switch(args[3].charAt(0)) { /*Pair split*/