Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ protected V generateActualValue(K key, V value) {


/**
* Generate the outfile name based on a given anme and the input file name. If
* Generate the outfile name based on a given name and the input file name. If
* the {@link JobContext#MAP_INPUT_FILE} does not exists (i.e. this is not for a map only job),
* the given name is returned unchanged. If the config value for
* "num.of.trailing.legs.to.use" is not set, or set 0 or negative, the given
Expand All @@ -187,7 +187,7 @@ protected V generateActualValue(K key, V value) {
* the job config
* @param name
* the output file name
* @return the outfile name based on a given anme and the input file name.
* @return the outfile name based on a given name and the input file name.
*/
protected String getInputFileBasedOutputFileName(JobConf job, String name) {
String infilepath = job.get(MRJobConfig.MAP_INPUT_FILE);
Expand Down