MAPREDUCE-6968. Staging directory erasure coding config property has a typo. Contributed by Jason Lowe
This commit is contained in:
parent
1267ff22ce
commit
9df05005ac
@ -1039,7 +1039,7 @@ public interface MRJobConfig {
|
||||
boolean DEFAULT_FINISH_JOB_WHEN_REDUCERS_DONE = true;
|
||||
|
||||
String MR_AM_STAGING_DIR_ERASURECODING_ENABLED =
|
||||
MR_AM_STAGING_DIR + "erasurecoding.enabled";
|
||||
MR_AM_STAGING_DIR + ".erasurecoding.enabled";
|
||||
|
||||
boolean DEFAULT_MR_AM_STAGING_ERASURECODING_ENABLED = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user