Repository: hadoop Updated Branches: refs/heads/branch-2 45407acae -> c4d3b28c2
YARN-6117. SharedCacheManager does not start up. Contributed by Chris Trezzo. (cherry picked from commit dc6ec9704829f180ce0e182c436fe1a435744c88) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c4d3b28c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c4d3b28c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c4d3b28c Branch: refs/heads/branch-2 Commit: c4d3b28c2dfb7d3e742cbcd584c786e1c435b404 Parents: 45407ac Author: Sangjin Lee <[email protected]> Authored: Mon Jan 23 21:07:25 2017 -0800 Committer: Sangjin Lee <[email protected]> Committed: Wed Jan 25 15:36:07 2017 -0800 ---------------------------------------------------------------------- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml | 1 + .../hadoop-yarn-common/src/main/resources/webapps/sharedcache/.keep | 0 2 files changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c4d3b28c/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml index 64aa275..c7ca779 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml @@ -214,6 +214,7 @@ <exclude>src/main/resources/webapps/jobhistory/.keep</exclude> <exclude>src/main/resources/webapps/yarn/.keep</exclude> <exclude>src/main/resources/webapps/applicationhistory/.keep</exclude> + <exclude>src/main/resources/webapps/sharedcache/.keep</exclude> <exclude>src/main/resources/webapps/cluster/.keep</exclude> <exclude>src/main/resources/webapps/test/.keep</exclude> <exclude>src/main/resources/webapps/proxy/.keep</exclude> http://git-wip-us.apache.org/repos/asf/hadoop/blob/c4d3b28c/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/sharedcache/.keep ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/sharedcache/.keep b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/sharedcache/.keep new file mode 100644 index 0000000..e69de29 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
