This is an automated email from the ASF dual-hosted git repository.

avijayan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7e29cd2  [AMBARI-24653] YARN Timeline server v2 related system tests 
fail. (#2367)
7e29cd2 is described below

commit 7e29cd223e4efdf0f4e1c78bc74d8533b7103c76
Author: avijayanhwx <avija...@hortonworks.com>
AuthorDate: Mon Sep 24 14:01:57 2018 -0700

    [AMBARI-24653] YARN Timeline server v2 related system tests fail. (#2367)
    
    * [AMBARI-24653] YARN Timeline server v2 related system tests fail.
    
    * [AMBARI-24653] YARN Timeline server v2 related system tests fail.
---
 ambari-server/src/main/resources/scripts/Ambaripreupload.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ambari-server/src/main/resources/scripts/Ambaripreupload.py 
b/ambari-server/src/main/resources/scripts/Ambaripreupload.py
index ff4f0d7..1986a50 100644
--- a/ambari-server/src/main/resources/scripts/Ambaripreupload.py
+++ b/ambari-server/src/main/resources/scripts/Ambaripreupload.py
@@ -265,6 +265,7 @@ with Environment() as env:
     params.HdfsResource(format('{hdfs_path_prefix}/mapred'), owner='mapred', 
type='directory', action=['create_on_execute'])
     params.HdfsResource(format('{hdfs_path_prefix}/mapred/system'), 
owner='hdfs', type='directory', action=['create_on_execute'])
     params.HdfsResource(format('{hdfs_path_prefix}/mr-history/done'), 
change_permissions_for_parents=True, owner='mapred', group='hadoop', 
type='directory', action=['create_on_execute'], mode=0777)
+    params.HdfsResource(format('{hdfs_path_prefix}/user/yarn-ats'), 
owner='yarn-ats', type='directory', action=['create_on_execute'], mode=0755)
     params.HdfsResource(format('{hdfs_path_prefix}/atshistory/done'), 
owner='yarn', group='hadoop', type='directory', action=['create_on_execute'], 
mode=0700)
     params.HdfsResource(format('{hdfs_path_prefix}/atshistory/active'), 
owner='yarn', group='hadoop', type='directory', action=['create_on_execute'], 
mode=01777)
     params.HdfsResource(format('{hdfs_path_prefix}/ams/hbase'), owner='ams', 
type='directory', action=['create_on_execute'], mode=0775)

Reply via email to