Faidon Liambotis has submitted this change and it was merged.

Change subject: hive: puppet 3 compatibility fix: fully qualify variables
......................................................................


hive: puppet 3 compatibility fix: fully qualify variables

Change-Id: I5a46975e35c3d551ecec1a0ba8206a6df377e889
---
M manifests/role/analytics/hive.pp
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Ottomata: Looks good to me, approved
  Faidon Liambotis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/analytics/hive.pp b/manifests/role/analytics/hive.pp
index 13eb6c5..f5cf338 100644
--- a/manifests/role/analytics/hive.pp
+++ b/manifests/role/analytics/hive.pp
@@ -71,7 +71,7 @@
     class { '::cdh4::hive':
         metastore_host  => 'analytics1027.eqiad.wmnet',
         jdbc_password   => $passwords::analytics::hive_jdbc_password,
-        zookeeper_hosts => $role::analytics::zookeeper::hosts_array,
+        zookeeper_hosts => $role::analytics::zookeeper::config::hosts_array,
     }
 }
 
@@ -81,6 +81,6 @@
 class role::analytics::hive::labs {
     class { '::cdh4::hive':
         metastore_host  => $role::analytics::hadoop::labs::namenode_hosts[0],
-        zookeeper_hosts => $role::analytics::zookeeper::hosts_array,
+        zookeeper_hosts => $role::analytics::zookeeper::config::hosts_array,
     }
-}
\ No newline at end of file
+}

-- 
To view, visit https://gerrit.wikimedia.org/r/107821
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5a46975e35c3d551ecec1a0ba8206a6df377e889
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <mata...@foss.co.il>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Faidon Liambotis <fai...@wikimedia.org>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to