|
@@ -211,7 +211,7 @@ public class SecondarySort {
|
|
|
Configuration conf = new Configuration();
|
|
|
String[] otherArgs = new GenericOptionsParser(conf, args).getRemainingArgs();
|
|
|
if (otherArgs.length != 2) {
|
|
|
- System.err.println("Usage: secondarysrot <in> <out>");
|
|
|
+ System.err.println("Usage: secondarysort <in> <out>");
|
|
|
System.exit(2);
|
|
|
}
|
|
|
Job job = new Job(conf, "secondary sort");
|