Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions bigtop-deploy/juju/hadoop-processing/bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
services:
namenode:
charm: "cs:xenial/hadoop-namenode-6"
charm: "cs:xenial/hadoop-namenode-8"
num_units: 1
annotations:
gui-x: "500"
gui-y: "800"
to:
- "0"
resourcemanager:
charm: "cs:xenial/hadoop-resourcemanager-6"
charm: "cs:xenial/hadoop-resourcemanager-8"
num_units: 1
annotations:
gui-x: "500"
gui-y: "0"
to:
- "0"
slave:
charm: "cs:xenial/hadoop-slave-6"
charm: "cs:xenial/hadoop-slave-8"
num_units: 3
annotations:
gui-x: "0"
Expand All @@ -26,7 +26,7 @@ services:
- "2"
- "3"
plugin:
charm: "cs:xenial/hadoop-plugin-6"
charm: "cs:xenial/hadoop-plugin-8"
annotations:
gui-x: "1000"
gui-y: "400"
Expand All @@ -52,7 +52,7 @@ services:
gui-x: "250"
gui-y: "400"
rsyslog:
charm: "cs:~bigdata-dev/xenial/rsyslog-6"
charm: "cs:~bigdata-dev/xenial/rsyslog-7"
num_units: 1
annotations:
gui-x: "1000"
Expand Down
12 changes: 6 additions & 6 deletions bigtop-deploy/juju/hadoop-spark/bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
services:
namenode:
charm: "cs:xenial/hadoop-namenode-6"
charm: "cs:xenial/hadoop-namenode-8"
num_units: 1
annotations:
gui-x: "500"
gui-y: "800"
to:
- "0"
resourcemanager:
charm: "cs:xenial/hadoop-resourcemanager-6"
charm: "cs:xenial/hadoop-resourcemanager-8"
num_units: 1
annotations:
gui-x: "500"
gui-y: "0"
to:
- "0"
slave:
charm: "cs:xenial/hadoop-slave-6"
charm: "cs:xenial/hadoop-slave-8"
num_units: 3
annotations:
gui-x: "0"
Expand All @@ -26,7 +26,7 @@ services:
- "2"
- "3"
plugin:
charm: "cs:xenial/hadoop-plugin-6"
charm: "cs:xenial/hadoop-plugin-8"
annotations:
gui-x: "1000"
gui-y: "400"
Expand All @@ -39,7 +39,7 @@ services:
to:
- "4"
spark:
charm: "cs:xenial/spark-15"
charm: "cs:xenial/spark-17"
num_units: 1
options:
spark_execution_mode: "yarn-client"
Expand Down Expand Up @@ -72,7 +72,7 @@ services:
gui-x: "250"
gui-y: "400"
rsyslog:
charm: "cs:~bigdata-dev/xenial/rsyslog-6"
charm: "cs:~bigdata-dev/xenial/rsyslog-7"
num_units: 1
annotations:
gui-x: "1000"
Expand Down
4 changes: 2 additions & 2 deletions bigtop-deploy/juju/spark-processing/bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
spark:
charm: "cs:xenial/spark-15"
charm: "cs:xenial/spark-17"
num_units: 2
annotations:
gui-x: "500"
Expand Down Expand Up @@ -32,7 +32,7 @@ services:
gui-x: "250"
gui-y: "400"
rsyslog:
charm: "cs:~bigdata-dev/xenial/rsyslog-6"
charm: "cs:~bigdata-dev/xenial/rsyslog-7"
num_units: 1
annotations:
gui-x: "1000"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: hadoop-slave
summary: Combined slave node (DataNode + NodeManager) from Apache Bigtop.
maintainer: Juju Big Data <bigdata@lists.ubuntu.com>
description: >
Hadoop is a software platform that lets one easily write and
run applications that process vast amounts of data.
Expand Down