Repository: bigtop Updated Branches: refs/heads/master a6db1c377 -> a7e79920d
BIGTOP-2682: bump juju charms for recent fixes (closes #178) Signed-off-by: Kevin W Monroe <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/a7e79920 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/a7e79920 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/a7e79920 Branch: refs/heads/master Commit: a7e79920d30064be61cc5e78ef98cdda1e3a787c Parents: a6db1c3 Author: Kevin W Monroe <[email protected]> Authored: Sat Feb 4 04:25:59 2017 +0000 Committer: Kevin W Monroe <[email protected]> Committed: Tue Feb 14 15:54:10 2017 -0600 ---------------------------------------------------------------------- bigtop-deploy/juju/hadoop-processing/bundle.yaml | 10 +++++----- bigtop-deploy/juju/hadoop-spark/bundle.yaml | 12 ++++++------ bigtop-deploy/juju/spark-processing/bundle.yaml | 4 ++-- .../src/charm/hadoop/layer-hadoop-slave/metadata.yaml | 1 + 4 files changed, 14 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/a7e79920/bigtop-deploy/juju/hadoop-processing/bundle.yaml ---------------------------------------------------------------------- diff --git a/bigtop-deploy/juju/hadoop-processing/bundle.yaml b/bigtop-deploy/juju/hadoop-processing/bundle.yaml index 7893d8c..6c162f2 100644 --- a/bigtop-deploy/juju/hadoop-processing/bundle.yaml +++ b/bigtop-deploy/juju/hadoop-processing/bundle.yaml @@ -1,6 +1,6 @@ services: namenode: - charm: "cs:xenial/hadoop-namenode-6" + charm: "cs:xenial/hadoop-namenode-8" num_units: 1 annotations: gui-x: "500" @@ -8,7 +8,7 @@ services: to: - "0" resourcemanager: - charm: "cs:xenial/hadoop-resourcemanager-6" + charm: "cs:xenial/hadoop-resourcemanager-8" num_units: 1 annotations: gui-x: "500" @@ -16,7 +16,7 @@ services: to: - "0" slave: - charm: "cs:xenial/hadoop-slave-6" + charm: "cs:xenial/hadoop-slave-8" num_units: 3 annotations: gui-x: "0" @@ -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" @@ -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" http://git-wip-us.apache.org/repos/asf/bigtop/blob/a7e79920/bigtop-deploy/juju/hadoop-spark/bundle.yaml ---------------------------------------------------------------------- diff --git a/bigtop-deploy/juju/hadoop-spark/bundle.yaml b/bigtop-deploy/juju/hadoop-spark/bundle.yaml index 67b9bb7..2bb4e85 100644 --- a/bigtop-deploy/juju/hadoop-spark/bundle.yaml +++ b/bigtop-deploy/juju/hadoop-spark/bundle.yaml @@ -1,6 +1,6 @@ services: namenode: - charm: "cs:xenial/hadoop-namenode-6" + charm: "cs:xenial/hadoop-namenode-8" num_units: 1 annotations: gui-x: "500" @@ -8,7 +8,7 @@ services: to: - "0" resourcemanager: - charm: "cs:xenial/hadoop-resourcemanager-6" + charm: "cs:xenial/hadoop-resourcemanager-8" num_units: 1 annotations: gui-x: "500" @@ -16,7 +16,7 @@ services: to: - "0" slave: - charm: "cs:xenial/hadoop-slave-6" + charm: "cs:xenial/hadoop-slave-8" num_units: 3 annotations: gui-x: "0" @@ -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" @@ -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" @@ -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" http://git-wip-us.apache.org/repos/asf/bigtop/blob/a7e79920/bigtop-deploy/juju/spark-processing/bundle.yaml ---------------------------------------------------------------------- diff --git a/bigtop-deploy/juju/spark-processing/bundle.yaml b/bigtop-deploy/juju/spark-processing/bundle.yaml index c309b45..6ccb639 100644 --- a/bigtop-deploy/juju/spark-processing/bundle.yaml +++ b/bigtop-deploy/juju/spark-processing/bundle.yaml @@ -1,6 +1,6 @@ services: spark: - charm: "cs:xenial/spark-15" + charm: "cs:xenial/spark-17" num_units: 2 annotations: gui-x: "500" @@ -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" http://git-wip-us.apache.org/repos/asf/bigtop/blob/a7e79920/bigtop-packages/src/charm/hadoop/layer-hadoop-slave/metadata.yaml ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/charm/hadoop/layer-hadoop-slave/metadata.yaml b/bigtop-packages/src/charm/hadoop/layer-hadoop-slave/metadata.yaml index e5bbc3c..9e4601e 100644 --- a/bigtop-packages/src/charm/hadoop/layer-hadoop-slave/metadata.yaml +++ b/bigtop-packages/src/charm/hadoop/layer-hadoop-slave/metadata.yaml @@ -1,5 +1,6 @@ name: hadoop-slave summary: Combined slave node (DataNode + NodeManager) from Apache Bigtop. +maintainer: Juju Big Data <[email protected]> description: > Hadoop is a software platform that lets one easily write and run applications that process vast amounts of data.
