You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by kw...@apache.org on 2017/09/05 16:19:55 UTC

[3/3] bigtop git commit: BIGTOP-2875: giraph charm: update metadata/readme

BIGTOP-2875: giraph charm: update metadata/readme

Closes #269

Signed-off-by: Kevin W Monroe <ke...@canonical.com>


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

Branch: refs/heads/master
Commit: d21a37a2c0a56393a30d994ec76f15a96799223e
Parents: ad226a0
Author: Kevin W Monroe <ke...@canonical.com>
Authored: Tue Sep 5 11:17:05 2017 -0500
Committer: Kevin W Monroe <ke...@canonical.com>
Committed: Tue Sep 5 11:18:55 2017 -0500

----------------------------------------------------------------------
 .../src/charm/giraph/layer-giraph/README.md     |   22 +-
 .../src/charm/giraph/layer-giraph/icon.svg      | 1441 +++---------------
 .../src/charm/giraph/layer-giraph/metadata.yaml |    3 +
 .../giraph/layer-giraph/reactive/giraph.py      |    7 +-
 4 files changed, 210 insertions(+), 1263 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/d21a37a2/bigtop-packages/src/charm/giraph/layer-giraph/README.md
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/charm/giraph/layer-giraph/README.md b/bigtop-packages/src/charm/giraph/layer-giraph/README.md
index 661bcf8..91734a0 100644
--- a/bigtop-packages/src/charm/giraph/layer-giraph/README.md
+++ b/bigtop-packages/src/charm/giraph/layer-giraph/README.md
@@ -19,20 +19,20 @@
 
 Apache Giraph is an iterative graph processing system built for high scalability. For example, it is currently used at Facebook to analyze the social graph formed by users and their connections. Giraph originated as the open-source counterpart to Pregel, the graph processing architecture developed at Google and described in a 2010 [paper](http://dl.acm.org/citation.cfm?id=1807184). Both systems are inspired by the [Bulk Synchronous Parallel model](http://en.wikipedia.org/wiki/Bulk_synchronous_parallel) of distributed computation introduced by Leslie Valiant. Giraph adds several features beyond the basic Pregel model, including master computation, sharded aggregators, edge-oriented input, out-of-core computation, and more. With a steady development cycle and a growing community of users worldwide, Giraph is a natural choice for unleashing the potential of structured datasets at a massive scale.
 
+This charm deploys version 1.1.0 of the Giraph component from [Apache Bigtop][].
+
+[Apache Bigtop]: http://bigtop.apache.org/
+
 # Deploying
 
-A working Juju installation is assumed to be present. If Juju is not yet set up, please follow the [getting-started][] instructions prior to deploying this
-charm.
+This charm requires Juju 2.0 or greater. If Juju is not yet set up, please
+follow the [getting-started][] instructions prior to deploying this charm.
 
 This charm is intended to be used with one of the [apache bigtop bundles][].
 For example:
 
     juju deploy hadoop-processing
 
-> **Note**: The above assumes Juju 2.0 or greater. If using an earlier version
-of Juju, use [juju-quickstart][] with the following syntax: `juju quickstart
-hadoop-processing`.
-
 This will deploy an Apache Bigtop Hadoop cluster. More information about this deployment can be found in the [bundle readme](https://jujucharms.com/hadoop-processing/).
 
 Now add Giraph and relate it to the cluster endpoint:
@@ -46,7 +46,6 @@ Charms can be deployed in environments with limited network access. To deploy in
 
 [getting-started]: https://jujucharms.com/docs/stable/getting-started
 [apache bigtop bundles]: https://jujucharms.com/u/bigdata-charmers/#bundles
-[juju-quickstart]: https://launchpad.net/juju-quickstart
 [Configuring Models]: https://jujucharms.com/docs/stable/models-config
 
 # Verifying
@@ -69,23 +68,14 @@ This charm provides a `smoke-test` action that can be used to verify the applica
 
     juju run-action giraph/0 smoke-test
 
-> **Note**: The above assumes Juju 2.0 or greater. If using an earlier version
-of Juju, the syntax is `juju action do giraph/0 smoke-test`.
-
 Watch the progress of the smoke test actions with:
 
     watch -n 2 juju show-action-status
 
-> **Note**: The above assumes Juju 2.0 or greater. If using an earlier version
-of Juju, the syntax is `juju action status`.
-
 Eventually, the action should settle to `status: completed`.  If it reports `status: failed`, the application is not working as expected. Get more information about a specific smoke test with:
 
     juju show-action-output <action-id>
 
-> **Note**: The above assumes Juju 2.0 or greater. If using an earlier version
-of Juju, the syntax is `juju action fetch <action-id>`.
-
 # Contact Information
 
 - <p....@di.uoa.gr>