From cf428867507ee022408f502e41aa5ae80d972934 Mon Sep 17 00:00:00 2001 From: Zhijie Shen Date: Fri, 9 May 2014 04:26:36 +0000 Subject: [PATCH] YARN-1701. Improved default paths of the timeline store and the generic history store. Contributed by Tsuyoshi Ozawa. svn merge --ignore-ancestry -c 1593481 ../../trunk/ git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1593484 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-yarn-project/CHANGES.txt | 3 +++ .../hadoop-yarn-common/src/main/resources/yarn-default.xml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index a7fa9439b0e..372cd441f8a 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -86,6 +86,9 @@ Release 2.4.1 - UNRELEASED YARN-1696. Added documentation for ResourceManager fail-over. (Karthik Kambatla, Masatake Iwasaki, Tsuyoshi OZAWA via vinodkv) + YARN-1701. Improved default paths of the timeline store and the generic + history store. (Tsuyoshi Ozawa via zjshen) + OPTIMIZATIONS BUG FIXES diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml index 0b455e7123b..ef50aeaf6d2 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml @@ -1161,7 +1161,7 @@ Store file name for leveldb timeline store. yarn.timeline-service.leveldb-timeline-store.path - ${yarn.log.dir}/timeline + ${hadoop.tmp.dir}/yarn/timeline @@ -1210,7 +1210,7 @@ org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore as the value for yarn.timeline-service.generic-application-history.store-class yarn.timeline-service.generic-application-history.fs-history-store.uri - ${hadoop.log.dir}/yarn/system/history + ${hadoop.tmp.dir}/yarn/timeline/generic-history