Ottomata has submitted this change and it was merged.

Change subject: Update camus job to use new check_jar
......................................................................


Update camus job to use new check_jar

Refinery packaging has changed. CamusPartitionChecker is now in
refinery-camus jar instead of refinery-job jar. This update reflects
that change.

Bug: T142717

Change-Id: Ibd8a82b82572fa2539dd369b838f32a5daf6904d
---
M modules/camus/manifests/job.pp
M modules/role/manifests/analytics_cluster/refinery/camus.pp
2 files changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/modules/camus/manifests/job.pp b/modules/camus/manifests/job.pp
index 797f0be..24be30f 100644
--- a/modules/camus/manifests/job.pp
+++ b/modules/camus/manifests/job.pp
@@ -29,7 +29,7 @@
 # [*check_jar*]
 #   Path to jar with CamusPartitionChecker.  This is ignored if
 #   $check is false.  Default: undef,
-#   (/srv/deployment/analytics/refinery/artifacts/refinery-job.jar)
+#   (/srv/deployment/analytics/refinery/artifacts/refinery-camus.jar)
 #
 # [*libjars*]
 #    Any additional jar files to pass to Hadoop when starting the MapReduce 
job.
diff --git a/modules/role/manifests/analytics_cluster/refinery/camus.pp 
b/modules/role/manifests/analytics_cluster/refinery/camus.pp
index 7425541..d316abf 100644
--- a/modules/role/manifests/analytics_cluster/refinery/camus.pp
+++ b/modules/role/manifests/analytics_cluster/refinery/camus.pp
@@ -15,7 +15,7 @@
     Camus::Job {
         kafka_brokers => suffix($kafka_config['brokers']['array'], ':9092'),
         camus_jar     => 
"${role::analytics_cluster::refinery::path}/artifacts/org/wikimedia/analytics/camus-wmf/camus-wmf-0.1.0-wmf7.jar",
-        check_jar     => 
"${role::analytics_cluster::refinery::path}/artifacts/org/wikimedia/analytics/refinery/refinery-job-0.0.27.jar",
+        check_jar     => 
"${role::analytics_cluster::refinery::path}/artifacts/org/wikimedia/analytics/refinery/refinery-camus-0.0.34.jar",
     }
 
     # Import webrequest_* topics into /wmf/data/raw/webrequest

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibd8a82b82572fa2539dd369b838f32a5daf6904d
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Joal <[email protected]>
Gerrit-Reviewer: Joal <[email protected]>
Gerrit-Reviewer: Nuria <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to