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

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


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 5ccda35  [AMBARI-24485] HDP-3.0 Hive Interactive server fails to 
start. (#2084)
5ccda35 is described below

commit 5ccda3504f75b614dd912825e2547dd4f8222908
Author: avijayanhwx <[email protected]>
AuthorDate: Thu Aug 16 07:30:22 2018 -0700

    [AMBARI-24485] HDP-3.0 Hive Interactive server fails to start. (#2084)
---
 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 b5ab101..5e9688c 100644
--- a/ambari-server/src/main/resources/scripts/Ambaripreupload.py
+++ b/ambari-server/src/main/resources/scripts/Ambaripreupload.py
@@ -254,6 +254,7 @@ with Environment() as env:
     params.HdfsResource(format('{hdfs_path_prefix}/hive/warehouse'), 
owner='hive', type='directory', action=['create_on_execute'], mode=0777)
     
params.HdfsResource(format('{hdfs_path_prefix}/warehouse/tablespace/external/hive'),
 owner='hive', type='directory', action=['create_on_execute'], mode=01777)
     params.HdfsResource(format('{hdfs_path_prefix}/user/hive'), owner='hive', 
type='directory', action=['create_on_execute'], mode=0755)
+    
params.HdfsResource(format('{hdfs_path_prefix}/user/hive/.yarn/package/LLAP'), 
owner='hive', type='directory', action=['create_on_execute'], mode=0755)
     params.HdfsResource(format('{hdfs_path_prefix}/tmp'), mode=0777, 
action=['create_on_execute'], type='directory', owner='hdfs')
     params.HdfsResource(format('{hdfs_path_prefix}/user/ambari-qa'), 
type='directory', action=['create_on_execute'], mode=0770)
     params.HdfsResource(format('{hdfs_path_prefix}/user/oozie'), 
owner='oozie', type='directory', action=['create_on_execute'], mode=0775)

Reply via email to