MAPREDUCE-6968. Staging directory erasure coding config property has a typo. Contributed by Jason Lowe

This commit is contained in:
Jason Lowe 2017-09-26 14:52:27 -05:00
parent 1267ff22ce
commit 9df05005ac
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}