MAPREDUCE-6999. Fix typo onf in DynamicInputChunk.java. Contributed by fang zhenyi.
This commit is contained in:
parent
cde56b9cef
commit
cc3f3eca40
@ -68,7 +68,7 @@ private void openForWrite() throws IOException {
|
|||||||
* Method to write records into a chunk.
|
* Method to write records into a chunk.
|
||||||
* @param key Key from the listing file.
|
* @param key Key from the listing file.
|
||||||
* @param value Corresponding value from the listing file.
|
* @param value Corresponding value from the listing file.
|
||||||
* @throws IOException Exception onf failure to write to the file.
|
* @throws IOException Exception on failure to write to the file.
|
||||||
*/
|
*/
|
||||||
public void write(Text key, CopyListingFileStatus value) throws IOException {
|
public void write(Text key, CopyListingFileStatus value) throws IOException {
|
||||||
writer.append(key, value);
|
writer.append(key, value);
|
||||||
|
Loading…
Reference in New Issue
Block a user