AMBARI-19265 Zeppelin fails to install when hive-site.xml  does not exist in 
spark conf directory (r-kamath)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/170d3bef
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/170d3bef
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/170d3bef

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 170d3bef601da41952e466d49147e8772d5fa303
Parents: b9271c3
Author: Renjith Kamath <renjith.kam...@gmail.com>
Authored: Thu Dec 22 12:43:25 2016 +0530
Committer: Renjith Kamath <renjith.kam...@gmail.com>
Committed: Thu Dec 22 12:44:05 2016 +0530

----------------------------------------------------------------------
 .../common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py  | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/170d3bef/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
 
b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
index 0b79d37..39941f7 100644
--- 
a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
+++ 
b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
@@ -55,9 +55,6 @@ class Master(Script):
               mode=0755
               )
 
-    # update the configs specified by user
-    self.configure(env)
-
     if params.spark_version:
       Execute('echo spark_version:' + str(params.spark_version) + ' detected 
for spark_home: '
               + params.spark_home + ' >> ' + params.zeppelin_log_file, 
user=params.zeppelin_user)

Reply via email to