YARN-2927. [YARN-1492] InMemorySCMStore properties are inconsistent. (Ray Chiang via kasha)
(cherry picked from commit 120e1decd7
)
This commit is contained in:
parent
308b75571b
commit
d02cb9c512
|
@ -167,6 +167,9 @@ Release 2.7.0 - UNRELEASED
|
|||
YARN-2869. CapacityScheduler should trim sub queue names when parse
|
||||
configuration. (Wangda Tan via jianhe)
|
||||
|
||||
YARN-2927. [YARN-1492] InMemorySCMStore properties are inconsistent.
|
||||
(Ray Chiang via kasha)
|
||||
|
||||
Release 2.6.0 - 2014-11-18
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -1416,7 +1416,7 @@ public class YarnConfiguration extends Configuration {
|
|||
// In-memory SCM store configuration
|
||||
|
||||
public static final String IN_MEMORY_STORE_PREFIX =
|
||||
SHARED_CACHE_PREFIX + "in-memory.";
|
||||
SCM_STORE_PREFIX + "in-memory.";
|
||||
|
||||
/**
|
||||
* A resource in the InMemorySCMStore is considered stale if the time since
|
||||
|
|
Loading…
Reference in New Issue