Fix cassandra tutorial's mention of cumulusrdf
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/7384a0ae Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/7384a0ae Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/7384a0ae Branch: refs/heads/0.6.0 Commit: 7384a0ae98bfa35dfec456c594910406e89566eb Parents: 303e25d Author: Aled Sage <[email protected]> Authored: Mon Oct 21 12:48:19 2013 +0100 Committer: Aled Sage <[email protected]> Committed: Mon Oct 21 13:59:37 2013 +0100 ---------------------------------------------------------------------- docs/use/examples/nosql-cassandra/cassandra.include.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/7384a0ae/docs/use/examples/nosql-cassandra/cassandra.include.md ---------------------------------------------------------------------- diff --git a/docs/use/examples/nosql-cassandra/cassandra.include.md b/docs/use/examples/nosql-cassandra/cassandra.include.md index a28ac55..148ae35 100644 --- a/docs/use/examples/nosql-cassandra/cassandra.include.md +++ b/docs/use/examples/nosql-cassandra/cassandra.include.md @@ -268,12 +268,11 @@ the brooklyn web-console (select the entity, go the policies tab, select the pol ## Putting it all together: CumulusRDF -Let's put all this together to run an example application: -[CumulusRDF](https://code.google.com/p/cumulusrdf) -with a wide-area high-availability Cassandra cluster. +If you want to try this with a real example application using the Cassandra cluster, take a look at +[CumulusRDF](https://code.google.com/p/cumulusrdf). There is an example Brooklyn application at: {% highlight bash %} -% ${BROOKLYN_HOME}/bin/brooklyn launch --app brooklyn.demo.CumulusRDFApplication \ +% ${BROOKLYN_HOME}/bin/brooklyn launch --app brooklyn.demo.CumulusRdfApplication \ --location "aws-ec2:us-east-1,aws-ec2:us-east-1" {% endhighlight %}
