YARN-2927. [YARN-1492] InMemorySCMStore properties are inconsistent. (Ray Chiang via kasha)

(cherry picked from commit 120e1decd7)
This commit is contained in:
Karthik Kambatla 2014-12-07 22:28:26 -08:00
parent 308b75571b
commit d02cb9c512
2 changed files with 4 additions and 1 deletions

View File

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

View File

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