HDFS-14438. Fix typo in OfflineEditsVisitorFactory. Contributed by bianqi.
This commit is contained in:
parent
d331a2a0c2
commit
e424392a62
|
@ -66,7 +66,7 @@ public class OfflineEditsVisitorFactory {
|
|||
} else if(StringUtils.equalsIgnoreCase("stats", processor)) {
|
||||
vis = new StatisticsEditsVisitor(out);
|
||||
} else {
|
||||
throw new IOException("Unknown proccesor " + processor +
|
||||
throw new IOException("Unknown processor " + processor +
|
||||
" (valid processors: xml, binary, stats)");
|
||||
}
|
||||
out = fout = null;
|
||||
|
|
Loading…
Reference in New Issue