|
@@ -213,7 +213,7 @@ public class TeraSort extends Configured implements Tool {
|
|
|
splitPoints = readPartitions(fs, partFile, conf);
|
|
|
trie = buildTrie(splitPoints, 0, splitPoints.length, new Text(), 2);
|
|
|
} catch (IOException ie) {
|
|
|
- throw new IllegalArgumentException("can't read paritions file", ie);
|
|
|
+ throw new IllegalArgumentException("can't read partitions file", ie);
|
|
|
}
|
|
|
}
|
|
|
|