|
@@ -27,7 +27,7 @@ import java.io.IOException;
|
|
import java.util.*;
|
|
import java.util.*;
|
|
|
|
|
|
/**
|
|
/**
|
|
- * The MultipleOutputs class simplifies writting to additional outputs other
|
|
|
|
|
|
+ * The MultipleOutputs class simplifies writing to additional outputs other
|
|
* than the job default output via the <code>OutputCollector</code> passed to
|
|
* than the job default output via the <code>OutputCollector</code> passed to
|
|
* the <code>map()</code> and <code>reduce()</code> methods of the
|
|
* the <code>map()</code> and <code>reduce()</code> methods of the
|
|
* <code>Mapper</code> and <code>Reducer</code> implementations.
|
|
* <code>Mapper</code> and <code>Reducer</code> implementations.
|
|
@@ -36,7 +36,7 @@ import java.util.*;
|
|
* <code>OutputFormat</code>, with its own key class and with its own value
|
|
* <code>OutputFormat</code>, with its own key class and with its own value
|
|
* class.
|
|
* class.
|
|
* <p>
|
|
* <p>
|
|
- * A named output can be a single file or a multi file. The later is refered as
|
|
|
|
|
|
+ * A named output can be a single file or a multi file. The later is referred as
|
|
* a multi named output.
|
|
* a multi named output.
|
|
* <p>
|
|
* <p>
|
|
* A multi named output is an unbound set of files all sharing the same
|
|
* A multi named output is an unbound set of files all sharing the same
|