AMBARI-20439 Zeppelin: service def not using the correct value from hive.server2.support.dynamic.service.discovery for Hive interpreter config (r-kamath)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/96009189 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/96009189 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/96009189 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 96009189cbc5b21d4279c9d7d59a110315b688fd Parents: 167e111 Author: Renjith Kamath <renjith.kam...@gmail.com> Authored: Thu Mar 16 15:07:01 2017 +0530 Committer: Renjith Kamath <renjith.kam...@gmail.com> Committed: Thu Mar 16 15:08:15 2017 +0530 ---------------------------------------------------------------------- .../common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/96009189/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py index 8f06a17..0a0acdb 100644 --- a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py +++ b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py @@ -145,6 +145,8 @@ if 'hive_server_interactive_hosts' in master_configs and len(master_configs['hiv hive_server_interactive_hosts = str(master_configs['hive_server_interactive_hosts'][0]) hive_interactive_zookeeper_namespace = config['configurations']['hive-interactive-site']['hive.server2.zookeeper.namespace'] hive_server_port = str(config['configurations']['hive-site']['hive.server2.thrift.http.port']) + hive_zookeeper_quorum = config['configurations']['hive-site']['hive.zookeeper.quorum'] + hive_server2_support_dynamic_service_discovery = config['configurations']['hive-site']['hive.server2.support.dynamic.service.discovery'] # detect hbase details if installed zookeeper_znode_parent = None