Ottomata has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/279368

Change subject: require_package('hive-hcatalog') on hadoop workers instead of 
fully configuring hive client
......................................................................

require_package('hive-hcatalog') on hadoop workers instead of fully configuring 
hive client

There's no need to force a dependency between hadoop workers and hive client.
All we want is the hive-hcatalog jars on workers.

Change-Id: I24a84831ad74cd561dd95e20800e4e5e579bf0de
---
M modules/role/manifests/analytics_cluster/hadoop/worker.pp
1 file changed, 3 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/68/279368/1

diff --git a/modules/role/manifests/analytics_cluster/hadoop/worker.pp 
b/modules/role/manifests/analytics_cluster/hadoop/worker.pp
index 1a9c953..d805ba4 100644
--- a/modules/role/manifests/analytics_cluster/hadoop/worker.pp
+++ b/modules/role/manifests/analytics_cluster/hadoop/worker.pp
@@ -51,11 +51,9 @@
         }
     }
 
-    # Install hive client on worker nodes to get
-    # hive-hcatalog package.  hive-catalog depends
-    # on hive package, so we might as well
-    # configure hive too.
-    include role::analytics_cluster::hive::client
+    # Install hive client package on worker nodes to get
+    # hive-hcatalog package.
+    require_package('hive-hcatalog')
 
     # Spark Python stopped working in Spark 1.5.0 with Oozie,
     # for complicated reasons.  We need to be able to set

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I24a84831ad74cd561dd95e20800e4e5e579bf0de
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <o...@wikimedia.org>

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

Reply via email to