Ottomata has submitted this change and it was merged.

Change subject: Install spark on analytics client nodes
......................................................................


Install spark on analytics client nodes

Change-Id: Ided725b15588dc54ede327b4b99f91c036723cd4
---
M manifests/role/analytics.pp
A manifests/role/analytics/spark.pp
M modules/cdh
3 files changed, 7 insertions(+), 1 deletion(-)

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



diff --git a/manifests/role/analytics.pp b/manifests/role/analytics.pp
index fde9c3c..1f04675 100644
--- a/manifests/role/analytics.pp
+++ b/manifests/role/analytics.pp
@@ -27,7 +27,8 @@
         role::analytics::oozie::client,
         role::analytics::pig,
         role::analytics::sqoop,
-        role::analytics::mahout
+        role::analytics::mahout,
+        role::analytics::spark
 
     # This packages conflicts with the hadoop-fuse-dfs
     # script in that two libjvm.so files get added
diff --git a/manifests/role/analytics/spark.pp 
b/manifests/role/analytics/spark.pp
new file mode 100644
index 0000000..d6c750e
--- /dev/null
+++ b/manifests/role/analytics/spark.pp
@@ -0,0 +1,5 @@
+# == Class role::analytics::spark
+#
+class role::analytics::spark {
+    include cdh::spark
+}
diff --git a/modules/cdh b/modules/cdh
index 6e5d310..ad886ee 160000
--- a/modules/cdh
+++ b/modules/cdh
-Subproject commit 6e5d3103894cd1a64ffa323a28fdc40611a576a1
+Subproject commit ad886ee8c71ea651e412907fd6d1da1067e3695b

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ided725b15588dc54ede327b4b99f91c036723cd4
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[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