Repository: bigtop
Updated Branches:
  refs/heads/master 4194db127 -> 06012e189


BIGTOP-3010: juju bundle refresh (feb 2018)

Closes #345


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/06012e18
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/06012e18
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/06012e18

Branch: refs/heads/master
Commit: 06012e189246c1bcc111646e8963ce7b20305771
Parents: 4194db1
Author: Kevin W Monroe <kevin.mon...@canonical.com>
Authored: Wed Oct 18 15:59:05 2017 +0000
Committer: Kevin W Monroe <kevin.mon...@canonical.com>
Committed: Wed Mar 7 11:01:32 2018 -0600

----------------------------------------------------------------------
 bigtop-deploy/juju/hadoop-hbase/bundle-local.yaml     |  2 +-
 bigtop-deploy/juju/hadoop-hbase/bundle.yaml           | 14 +++++++-------
 bigtop-deploy/juju/hadoop-kafka/README.md             |  2 +-
 bigtop-deploy/juju/hadoop-kafka/bundle-local.yaml     |  2 +-
 bigtop-deploy/juju/hadoop-kafka/bundle.yaml           | 14 +++++++-------
 .../juju/hadoop-processing/bundle-local.yaml          |  2 +-
 bigtop-deploy/juju/hadoop-processing/bundle.yaml      | 10 +++++-----
 bigtop-deploy/juju/hadoop-spark/README.md             |  2 +-
 bigtop-deploy/juju/hadoop-spark/bundle-local.yaml     |  2 +-
 bigtop-deploy/juju/hadoop-spark/bundle.yaml           | 12 ++++++------
 bigtop-deploy/juju/spark-processing/README.md         |  2 +-
 bigtop-deploy/juju/spark-processing/bundle.yaml       |  4 ++--
 bigtop-packages/src/charm/kafka/layer-kafka/README.md |  2 +-
 .../src/charm/kafka/layer-kafka/config.yaml           |  9 ++++-----
 .../src/charm/kafka/layer-kafka/metadata.yaml         |  2 +-
 .../src/charm/mahout/layer-mahout/README.md           |  2 +-
 .../src/charm/mahout/layer-mahout/metadata.yaml       |  2 +-
 bigtop-packages/src/charm/spark/layer-spark/README.md |  2 +-
 .../src/charm/spark/layer-spark/metadata.yaml         |  2 +-
 .../src/charm/zeppelin/layer-zeppelin/README.md       |  2 +-
 .../src/charm/zeppelin/layer-zeppelin/metadata.yaml   |  2 +-
 21 files changed, 46 insertions(+), 47 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-deploy/juju/hadoop-hbase/bundle-local.yaml
----------------------------------------------------------------------
diff --git a/bigtop-deploy/juju/hadoop-hbase/bundle-local.yaml 
b/bigtop-deploy/juju/hadoop-hbase/bundle-local.yaml
index 17523e1..fda1ef6 100644
--- a/bigtop-deploy/juju/hadoop-hbase/bundle-local.yaml
+++ b/bigtop-deploy/juju/hadoop-hbase/bundle-local.yaml
@@ -40,7 +40,7 @@ services:
       gui-x: "1000"
       gui-y: "400"
   client:
-    charm: "cs:xenial/hadoop-client-8"
+    charm: "cs:xenial/hadoop-client-9"
     constraints: "mem=3G"
     num_units: 1
     annotations:

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-deploy/juju/hadoop-hbase/bundle.yaml
----------------------------------------------------------------------
diff --git a/bigtop-deploy/juju/hadoop-hbase/bundle.yaml 
b/bigtop-deploy/juju/hadoop-hbase/bundle.yaml
index 9f00e95..fbc2015 100644
--- a/bigtop-deploy/juju/hadoop-hbase/bundle.yaml
+++ b/bigtop-deploy/juju/hadoop-hbase/bundle.yaml
@@ -6,7 +6,7 @@ description: >
   your cloud.
 services:
   namenode:
-    charm: "cs:xenial/hadoop-namenode-31"
+    charm: "cs:xenial/hadoop-namenode-35"
     constraints: "mem=7G root-disk=32G"
     num_units: 1
     annotations:
@@ -15,7 +15,7 @@ services:
     to:
       - "0"
   resourcemanager:
-    charm: "cs:xenial/hadoop-resourcemanager-33"
+    charm: "cs:xenial/hadoop-resourcemanager-37"
     constraints: "mem=7G root-disk=32G"
     num_units: 1
     annotations:
@@ -24,7 +24,7 @@ services:
     to:
       - "0"
   slave:
-    charm: "cs:xenial/hadoop-slave-32"
+    charm: "cs:xenial/hadoop-slave-36"
     constraints: "mem=7G root-disk=32G"
     num_units: 3
     annotations:
@@ -35,12 +35,12 @@ services:
       - "2"
       - "3"
   plugin:
-    charm: "cs:xenial/hadoop-plugin-31"
+    charm: "cs:xenial/hadoop-plugin-35"
     annotations:
       gui-x: "1000"
       gui-y: "400"
   client:
-    charm: "cs:xenial/hadoop-client-8"
+    charm: "cs:xenial/hadoop-client-9"
     constraints: "mem=3G"
     num_units: 1
     annotations:
@@ -49,7 +49,7 @@ services:
     to:
       - "4"
   hbase:
-    charm: "cs:xenial/hbase-32"
+    charm: "cs:xenial/hbase-36"
     constraints: "mem=7G root-disk=32G"
     num_units: 3
     annotations:
@@ -60,7 +60,7 @@ services:
       - "2"
       - "3"
   zookeeper:
-    charm: "cs:xenial/zookeeper-37"
+    charm: "cs:xenial/zookeeper-42"
     constraints: "mem=3G root-disk=32G"
     num_units: 3
     annotations:

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-deploy/juju/hadoop-kafka/README.md
----------------------------------------------------------------------
diff --git a/bigtop-deploy/juju/hadoop-kafka/README.md 
b/bigtop-deploy/juju/hadoop-kafka/README.md
index e87f1b7..971d445 100644
--- a/bigtop-deploy/juju/hadoop-kafka/README.md
+++ b/bigtop-deploy/juju/hadoop-kafka/README.md
@@ -49,7 +49,7 @@ follows:
     * Colocated on the NameNode unit
   * Slave (DataNode and NodeManager) v2.7.3
     * 3 separate units
-  * Kafka v0.10.1
+  * Kafka v0.10.1.1
   * Flume-Kafka
     * Colocated on the Kafka unit
   * Zookeeper v3.4.6

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-deploy/juju/hadoop-kafka/bundle-local.yaml
----------------------------------------------------------------------
diff --git a/bigtop-deploy/juju/hadoop-kafka/bundle-local.yaml 
b/bigtop-deploy/juju/hadoop-kafka/bundle-local.yaml
index e1cdc31..30fcf79 100644
--- a/bigtop-deploy/juju/hadoop-kafka/bundle-local.yaml
+++ b/bigtop-deploy/juju/hadoop-kafka/bundle-local.yaml
@@ -39,7 +39,7 @@ services:
       gui-x: "1000"
       gui-y: "400"
   client:
-    charm: "cs:xenial/hadoop-client-8"
+    charm: "cs:xenial/hadoop-client-9"
     constraints: "mem=3G"
     num_units: 1
     annotations:

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-deploy/juju/hadoop-kafka/bundle.yaml
----------------------------------------------------------------------
diff --git a/bigtop-deploy/juju/hadoop-kafka/bundle.yaml 
b/bigtop-deploy/juju/hadoop-kafka/bundle.yaml
index 8d62f65..c86dc4b 100644
--- a/bigtop-deploy/juju/hadoop-kafka/bundle.yaml
+++ b/bigtop-deploy/juju/hadoop-kafka/bundle.yaml
@@ -5,7 +5,7 @@ description: >
   for future analysis with MapReduce. It will run on 9 machines in your cloud.
 services:
   namenode:
-    charm: "cs:xenial/hadoop-namenode-31"
+    charm: "cs:xenial/hadoop-namenode-35"
     constraints: "mem=7G root-disk=32G"
     num_units: 1
     annotations:
@@ -14,7 +14,7 @@ services:
     to:
       - "0"
   resourcemanager:
-    charm: "cs:xenial/hadoop-resourcemanager-33"
+    charm: "cs:xenial/hadoop-resourcemanager-37"
     constraints: "mem=7G root-disk=32G"
     num_units: 1
     annotations:
@@ -23,7 +23,7 @@ services:
     to:
       - "0"
   slave:
-    charm: "cs:xenial/hadoop-slave-32"
+    charm: "cs:xenial/hadoop-slave-36"
     constraints: "mem=7G root-disk=32G"
     num_units: 3
     annotations:
@@ -34,12 +34,12 @@ services:
       - "2"
       - "3"
   plugin:
-    charm: "cs:xenial/hadoop-plugin-31"
+    charm: "cs:xenial/hadoop-plugin-35"
     annotations:
       gui-x: "1000"
       gui-y: "400"
   client:
-    charm: "cs:xenial/hadoop-client-8"
+    charm: "cs:xenial/hadoop-client-9"
     constraints: "mem=3G"
     num_units: 1
     annotations:
@@ -57,7 +57,7 @@ services:
     to:
       - "4"
   zookeeper:
-    charm: "cs:xenial/zookeeper-37"
+    charm: "cs:xenial/zookeeper-42"
     constraints: "mem=3G root-disk=32G"
     num_units: 3
     annotations:
@@ -68,7 +68,7 @@ services:
       - "6"
       - "7"
   kafka:
-    charm: "cs:xenial/kafka-35"
+    charm: "cs:xenial/kafka-40"
     constraints: "mem=3G"
     num_units: 1
     annotations:

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-deploy/juju/hadoop-processing/bundle-local.yaml
----------------------------------------------------------------------
diff --git a/bigtop-deploy/juju/hadoop-processing/bundle-local.yaml 
b/bigtop-deploy/juju/hadoop-processing/bundle-local.yaml
index 439a92a..7498876 100644
--- a/bigtop-deploy/juju/hadoop-processing/bundle-local.yaml
+++ b/bigtop-deploy/juju/hadoop-processing/bundle-local.yaml
@@ -39,7 +39,7 @@ services:
       gui-x: "1000"
       gui-y: "400"
   client:
-    charm: "cs:xenial/hadoop-client-8"
+    charm: "cs:xenial/hadoop-client-9"
     constraints: "mem=3G"
     num_units: 1
     annotations:

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/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 e86fad0..23ca061 100644
--- a/bigtop-deploy/juju/hadoop-processing/bundle.yaml
+++ b/bigtop-deploy/juju/hadoop-processing/bundle.yaml
@@ -5,7 +5,7 @@ description: >
   will run on 5 machines in your cloud.
 services:
   namenode:
-    charm: "cs:xenial/hadoop-namenode-31"
+    charm: "cs:xenial/hadoop-namenode-35"
     constraints: "mem=7G root-disk=32G"
     num_units: 1
     annotations:
@@ -14,7 +14,7 @@ services:
     to:
       - "0"
   resourcemanager:
-    charm: "cs:xenial/hadoop-resourcemanager-33"
+    charm: "cs:xenial/hadoop-resourcemanager-37"
     constraints: "mem=7G root-disk=32G"
     num_units: 1
     annotations:
@@ -23,7 +23,7 @@ services:
     to:
       - "0"
   slave:
-    charm: "cs:xenial/hadoop-slave-32"
+    charm: "cs:xenial/hadoop-slave-36"
     constraints: "mem=7G root-disk=32G"
     num_units: 3
     annotations:
@@ -34,12 +34,12 @@ services:
       - "2"
       - "3"
   plugin:
-    charm: "cs:xenial/hadoop-plugin-31"
+    charm: "cs:xenial/hadoop-plugin-35"
     annotations:
       gui-x: "1000"
       gui-y: "400"
   client:
-    charm: "cs:xenial/hadoop-client-8"
+    charm: "cs:xenial/hadoop-client-9"
     constraints: "mem=3G"
     num_units: 1
     annotations:

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-deploy/juju/hadoop-spark/README.md
----------------------------------------------------------------------
diff --git a/bigtop-deploy/juju/hadoop-spark/README.md 
b/bigtop-deploy/juju/hadoop-spark/README.md
index 7849c09..14cbb86 100644
--- a/bigtop-deploy/juju/hadoop-spark/README.md
+++ b/bigtop-deploy/juju/hadoop-spark/README.md
@@ -47,7 +47,7 @@ follows:
     * Colocated on the NameNode unit
   * Slave (DataNode and NodeManager) v2.7.3
     * 3 separate units
-  * Spark (Driver in yarn-client mode) v2.1.0
+  * Spark (Driver in yarn-client mode) v2.1.1
   * Client (Hadoop endpoint)
     * Colocated on the Spark unit
   * Plugin (Facilitates communication with the Hadoop cluster)

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-deploy/juju/hadoop-spark/bundle-local.yaml
----------------------------------------------------------------------
diff --git a/bigtop-deploy/juju/hadoop-spark/bundle-local.yaml 
b/bigtop-deploy/juju/hadoop-spark/bundle-local.yaml
index d777b37..a469c42 100644
--- a/bigtop-deploy/juju/hadoop-spark/bundle-local.yaml
+++ b/bigtop-deploy/juju/hadoop-spark/bundle-local.yaml
@@ -39,7 +39,7 @@ services:
       gui-x: "1000"
       gui-y: "400"
   client:
-    charm: "cs:xenial/hadoop-client-8"
+    charm: "cs:xenial/hadoop-client-9"
     constraints: "mem=7G root-disk=32G"
     num_units: 1
     annotations:

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/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 05786a0..ed8a1a6 100644
--- a/bigtop-deploy/juju/hadoop-spark/bundle.yaml
+++ b/bigtop-deploy/juju/hadoop-spark/bundle.yaml
@@ -5,7 +5,7 @@ description: >
   data with Spark. It will run on 5 machines in your cloud.
 services:
   namenode:
-    charm: "cs:xenial/hadoop-namenode-31"
+    charm: "cs:xenial/hadoop-namenode-35"
     constraints: "mem=7G root-disk=32G"
     num_units: 1
     annotations:
@@ -14,7 +14,7 @@ services:
     to:
       - "0"
   resourcemanager:
-    charm: "cs:xenial/hadoop-resourcemanager-33"
+    charm: "cs:xenial/hadoop-resourcemanager-37"
     constraints: "mem=7G root-disk=32G"
     num_units: 1
     annotations:
@@ -23,7 +23,7 @@ services:
     to:
       - "0"
   slave:
-    charm: "cs:xenial/hadoop-slave-32"
+    charm: "cs:xenial/hadoop-slave-36"
     constraints: "mem=7G root-disk=32G"
     num_units: 3
     annotations:
@@ -34,12 +34,12 @@ services:
       - "2"
       - "3"
   plugin:
-    charm: "cs:xenial/hadoop-plugin-31"
+    charm: "cs:xenial/hadoop-plugin-35"
     annotations:
       gui-x: "1000"
       gui-y: "400"
   client:
-    charm: "cs:xenial/hadoop-client-8"
+    charm: "cs:xenial/hadoop-client-9"
     constraints: "mem=7G root-disk=32G"
     num_units: 1
     annotations:
@@ -48,7 +48,7 @@ services:
     to:
       - "4"
   spark:
-    charm: "cs:xenial/spark-56"
+    charm: "cs:xenial/spark-60"
     constraints: "mem=7G root-disk=32G"
     num_units: 1
     options:

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-deploy/juju/spark-processing/README.md
----------------------------------------------------------------------
diff --git a/bigtop-deploy/juju/spark-processing/README.md 
b/bigtop-deploy/juju/spark-processing/README.md
index b785f69..a479f6f 100644
--- a/bigtop-deploy/juju/spark-processing/README.md
+++ b/bigtop-deploy/juju/spark-processing/README.md
@@ -31,7 +31,7 @@ applications are included to monitor cluster health and 
syslog activity.
 The applications that comprise this bundle are spread across 6 units as
 follows:
 
-  * Spark (Master and Worker) v2.1.0
+  * Spark (Master and Worker) v2.1.1
     * 2 separate units
   * Zookeeper v3.4.6
     * 3 separate units

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/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 5e7dd04..8d0c5b4 100644
--- a/bigtop-deploy/juju/spark-processing/bundle.yaml
+++ b/bigtop-deploy/juju/spark-processing/bundle.yaml
@@ -5,7 +5,7 @@ description: >
   from the spark-shell. It will run on 6 machines in your cloud.
 services:
   spark:
-    charm: "cs:xenial/spark-56"
+    charm: "cs:xenial/spark-60"
     constraints: "mem=7G root-disk=32G"
     num_units: 2
     options:
@@ -18,7 +18,7 @@ services:
       - "0"
       - "1"
   zookeeper:
-    charm: "cs:xenial/zookeeper-37"
+    charm: "cs:xenial/zookeeper-42"
     constraints: "mem=3G root-disk=32G"
     num_units: 3
     annotations:

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-packages/src/charm/kafka/layer-kafka/README.md
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/charm/kafka/layer-kafka/README.md 
b/bigtop-packages/src/charm/kafka/layer-kafka/README.md
index 9d7f605..35a7540 100644
--- a/bigtop-packages/src/charm/kafka/layer-kafka/README.md
+++ b/bigtop-packages/src/charm/kafka/layer-kafka/README.md
@@ -21,7 +21,7 @@ Software Foundation written in Scala. The project aims to 
provide a unified,
 high-throughput, low-latency platform for handling real-time data feeds. Learn
 more at [kafka.apache.org][].
 
-This charm deploys version 0.10.1 of the Kafka component from
+This charm deploys version 0.10.1.1 of the Kafka component from
 [Apache Bigtop][].
 
 [kafka.apache.org]: http://kafka.apache.org/

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-packages/src/charm/kafka/layer-kafka/config.yaml
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/charm/kafka/layer-kafka/config.yaml 
b/bigtop-packages/src/charm/kafka/layer-kafka/config.yaml
index 337180a..b8146d9 100644
--- a/bigtop-packages/src/charm/kafka/layer-kafka/config.yaml
+++ b/bigtop-packages/src/charm/kafka/layer-kafka/config.yaml
@@ -1,12 +1,11 @@
 options:
   bigtop_version:
     type: string
-    default: '1.2.1'
+    default: 'master'
     description: |
-        Apache Bigtop release version. The default, '1.2.1' will use the
-        current GA release for all hiera data, puppet recipes,
-        and installable packages. Set this to 'master' to use the latest
-        upstream bits.
+        Apache Bigtop release version. The default, 'master' will use the
+        upsteam bits for all hiera data, puppet recipes, and installable
+        packages.
   network_interface:
     default: ""
     type: string

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-packages/src/charm/kafka/layer-kafka/metadata.yaml
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/charm/kafka/layer-kafka/metadata.yaml 
b/bigtop-packages/src/charm/kafka/layer-kafka/metadata.yaml
index ffd64f4..d581b35 100644
--- a/bigtop-packages/src/charm/kafka/layer-kafka/metadata.yaml
+++ b/bigtop-packages/src/charm/kafka/layer-kafka/metadata.yaml
@@ -4,7 +4,7 @@ maintainer: Juju Big Data <bigd...@lists.ubuntu.com>
 description: >
   Kafka is a high-performance, scalable, distributed messaging system.
 
-  This charm provides version 0.10.1 of the Kafka application from Apache
+  This charm provides version 0.10.1.1 of the Kafka application from Apache
   Bigtop.
 tags: []
 provides:

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-packages/src/charm/mahout/layer-mahout/README.md
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/charm/mahout/layer-mahout/README.md 
b/bigtop-packages/src/charm/mahout/layer-mahout/README.md
index 2b64b20..213ce7a 100644
--- a/bigtop-packages/src/charm/mahout/layer-mahout/README.md
+++ b/bigtop-packages/src/charm/mahout/layer-mahout/README.md
@@ -20,7 +20,7 @@ The Apache Mahout project's goal is to build an environment 
for quickly
 creating scalable, performant machine learning applications. Learn more at
 [mahout.apache.org][].
 
-This charm deploys version 0.12.2 of the Mahout component from
+This charm deploys version 0.13.0 of the Mahout component from
 [Apache Bigtop][].
 
 [mahout.apache.org]: http://mahout.apache.org/

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-packages/src/charm/mahout/layer-mahout/metadata.yaml
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/charm/mahout/layer-mahout/metadata.yaml 
b/bigtop-packages/src/charm/mahout/layer-mahout/metadata.yaml
index bf8ee0b..0f8f630 100644
--- a/bigtop-packages/src/charm/mahout/layer-mahout/metadata.yaml
+++ b/bigtop-packages/src/charm/mahout/layer-mahout/metadata.yaml
@@ -5,7 +5,7 @@ description: >
   The Apache Mahout project's goal is to build an environment for quickly
   creating scalable, performant machine learning applications.
 
-  This charm provides version 0.12.2 of the Mahout application from Apache
+  This charm provides version 0.13.0 of the Mahout application from Apache
   Bigtop.
 tags: []
 subordinate: true

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-packages/src/charm/spark/layer-spark/README.md
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/charm/spark/layer-spark/README.md 
b/bigtop-packages/src/charm/spark/layer-spark/README.md
index 3f65bfc..ce19dbc 100644
--- a/bigtop-packages/src/charm/spark/layer-spark/README.md
+++ b/bigtop-packages/src/charm/spark/layer-spark/README.md
@@ -19,7 +19,7 @@
 Apache Spark is a fast and general purpose engine for large-scale data
 processing. Learn more at [spark.apache.org][].
 
-This charm deploys version 2.1.0 of the Spark component from [Apache Bigtop][].
+This charm deploys version 2.1.1 of the Spark component from [Apache Bigtop][].
 
 [spark.apache.org]: http://spark.apache.org/
 [Apache Bigtop]: http://bigtop.apache.org/

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-packages/src/charm/spark/layer-spark/metadata.yaml
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/charm/spark/layer-spark/metadata.yaml 
b/bigtop-packages/src/charm/spark/layer-spark/metadata.yaml
index de6b217..83c670c 100644
--- a/bigtop-packages/src/charm/spark/layer-spark/metadata.yaml
+++ b/bigtop-packages/src/charm/spark/layer-spark/metadata.yaml
@@ -4,7 +4,7 @@ maintainer: Juju Big Data <bigd...@lists.ubuntu.com>
 description: >
   Apache Spark is a fast and general engine for large-scale data processing.
 
-  This charm provides version 2.1.0 of the Spark application from Apache 
Bigtop.
+  This charm provides version 2.1.1 of the Spark application from Apache 
Bigtop.
 tags: ["analytics"]
 resources:
   sample-data:

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-packages/src/charm/zeppelin/layer-zeppelin/README.md
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/charm/zeppelin/layer-zeppelin/README.md 
b/bigtop-packages/src/charm/zeppelin/layer-zeppelin/README.md
index 1003bfe..8d07ed8 100644
--- a/bigtop-packages/src/charm/zeppelin/layer-zeppelin/README.md
+++ b/bigtop-packages/src/charm/zeppelin/layer-zeppelin/README.md
@@ -20,7 +20,7 @@ Apache Zeppelin is a web-based notebook that enables 
interactive data analytics.
 It allows for beautiful data-driven, interactive, and collaborative documents
 with SQL, Scala and more. Learn more at [zeppelin.apache.org][].
 
-This charm deploys version 0.7.0 of the Zeppelin component from
+This charm deploys version 0.7.2 of the Zeppelin component from
 [Apache Bigtop][].
 
 [zeppelin.apache.org]: http://zeppelin.apache.org/

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06012e18/bigtop-packages/src/charm/zeppelin/layer-zeppelin/metadata.yaml
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/charm/zeppelin/layer-zeppelin/metadata.yaml 
b/bigtop-packages/src/charm/zeppelin/layer-zeppelin/metadata.yaml
index f07614d..5ea3845 100644
--- a/bigtop-packages/src/charm/zeppelin/layer-zeppelin/metadata.yaml
+++ b/bigtop-packages/src/charm/zeppelin/layer-zeppelin/metadata.yaml
@@ -6,7 +6,7 @@ description: >
   analytics. You can make beautiful data-driven, interactive, and collaborative
   documents with SQL, Scala and more.
 
-  This charm provides version 0.7.0 of the Zeppelin application from Apache
+  This charm provides version 0.7.2 of the Zeppelin application from Apache
   Bigtop.
 tags: ["analytics"]
 provides:

Reply via email to