Github user kwmonroe commented on a diff in the pull request:
https://github.com/apache/bigtop/pull/344#discussion_r171912690
--- Diff: bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml ---
@@ -192,6 +192,9 @@ hadoop_hive::common_config::hbase_zookeeper_quorum:
"%{hiera('hadoop_hbase::comm
hadoop_hive::common_config::kerberos_realm:
"%{hiera('kerberos::site::realm')}"
hadoop_hive::common_config::metastore_uris:
"thrift://%{hiera('bigtop::hadoop_head_node')}:9083"
+hadoop_hive::common_config::hive_zookeeper_quorum:
"%{hiera('hadoop_hive::common_config::hive_zookeeper_quorum')}"
--- End diff --
Doh! @jamesbeedy you ninja'd me :) Thx for removing `cluster.yaml`
updates.
---