You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:44:41 UTC

[41/50] brooklyn-docs git commit: Minor changes to get CumulusRDFApplication working

Minor changes to get CumulusRDFApplication working


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

Branch: refs/heads/0.6.0
Commit: cd627cf68bfa87d978807c3e6e1f1bb7f1df1c5d
Parents: 6799902
Author: Martin Harris <gi...@nakomis.com>
Authored: Thu Nov 14 10:50:52 2013 +0000
Committer: Martin Harris <gi...@nakomis.com>
Committed: Thu Nov 14 10:50:52 2013 +0000

----------------------------------------------------------------------
 docs/use/examples/nosql-cassandra/cassandra.include.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/cd627cf6/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 148ae35..8fd04ae 100644
--- a/docs/use/examples/nosql-cassandra/cassandra.include.md
+++ b/docs/use/examples/nosql-cassandra/cassandra.include.md
@@ -272,8 +272,8 @@ If you want to try this with a real example application using the Cassandra clus
 [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 \
-  --location "aws-ec2:us-east-1,aws-ec2:us-east-1"
+% ${BROOKLYN_HOME}/bin/brooklyn launch --app brooklyn.demo.CumulusRDFApplication \
+  --location "aws-ec2:us-east-1"
 {% endhighlight %}