Matanya has uploaded a new change for review.
https://gerrit.wikimedia.org/r/107821
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(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/21/107821/1
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: newchange
Gerrit-Change-Id: I5a46975e35c3d551ecec1a0ba8206a6df377e889
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits