Updated Branches: refs/heads/trunk bd97893f7 -> dc22f4f46
AMBARI-3091. Container logs are missing in Job History UI. (Dmytro Shkvyra via odiachenko) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/dc22f4f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/dc22f4f4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/dc22f4f4 Branch: refs/heads/trunk Commit: dc22f4f465f641d22d81ae699d8f187f06b2f56b Parents: bd97893 Author: Oleksandr Diachenko <[email protected]> Authored: Wed Sep 4 16:14:55 2013 +0300 Committer: Oleksandr Diachenko <[email protected]> Committed: Wed Sep 4 16:14:55 2013 +0300 ---------------------------------------------------------------------- .../src/main/puppet/modules/hdp-hadoop/manifests/namenode.pp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/dc22f4f4/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/namenode.pp ---------------------------------------------------------------------- diff --git a/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/namenode.pp b/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/namenode.pp index 4ae78ae..0d65510 100644 --- a/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/namenode.pp +++ b/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/namenode.pp @@ -190,6 +190,7 @@ define hdp-hadoop::namenode::create_app_directories($service_state) hdp-hadoop::hdfs::directory{ $yarn_nm_app_log_dir: service_state => $service_state, owner => $yarn_user, + group => $hdp::params::user_group, mode => '1777', recursive_chmod => true }
