MAPREDUCE-4449. Incorrect MR_HISTORY_STORAGE property name in JHAdminConfig (Ahmed Radwan via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1362495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f2b1eadc1
commit
177f6feaa1
|
@ -715,6 +715,9 @@ Release 0.23.3 - UNRELEASED
|
|||
MAPREDUCE-4437. Race in MR ApplicationMaster can cause reducers to never be
|
||||
scheduled (Jason Lowe via bobby)
|
||||
|
||||
MAPREDUCE-4449. Incorrect MR_HISTORY_STORAGE property name in JHAdminConfig
|
||||
(Ahmed Radwan via bobby)
|
||||
|
||||
Release 0.23.2 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -133,5 +133,5 @@ public class JHAdminConfig {
|
|||
* The HistoryStorage class to use to cache history data.
|
||||
*/
|
||||
public static final String MR_HISTORY_STORAGE =
|
||||
MR_HISTORY_PREFIX + ".store.class";
|
||||
MR_HISTORY_PREFIX + "store.class";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue