Fixed typo in whirrhadoop example
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/31117370 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/31117370 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/31117370 Branch: refs/heads/0.6.0 Commit: 3111737090a7dd2c0721587f3c75f95eea5dd5c9 Parents: ce7bb1e Author: Martin Harris <[email protected]> Authored: Fri Nov 1 14:47:43 2013 +0000 Committer: Martin Harris <[email protected]> Committed: Fri Nov 1 14:47:43 2013 +0000 ---------------------------------------------------------------------- docs/use/examples/whirrhadoop/whirrhadoop.include.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/31117370/docs/use/examples/whirrhadoop/whirrhadoop.include.md ---------------------------------------------------------------------- diff --git a/docs/use/examples/whirrhadoop/whirrhadoop.include.md b/docs/use/examples/whirrhadoop/whirrhadoop.include.md index 69c8cb8..502f73d 100644 --- a/docs/use/examples/whirrhadoop/whirrhadoop.include.md +++ b/docs/use/examples/whirrhadoop/whirrhadoop.include.md @@ -54,7 +54,7 @@ so you will need to set your AWS credentials as described [here]({{site.url}}/us [](whirrhadoop.png) Once it is running, navigate to the Brooklyn web console to see the ``NAME_NODE_URL`` sensor. -(And not that using [``attributeWhenReady``]({{ site.url }}/use/guide/defining-applications/advanced-concepts.html#dependent), +(And note that using [``attributeWhenReady``]({{ site.url }}/use/guide/defining-applications/advanced-concepts.html#dependent), you can easily configure a larger application to use its own dedicated Hadoop cluster.) @@ -115,4 +115,4 @@ One example, combining the [Global Web Fabric example]({{ site.url }}/use/exampl with the Whirr Hadoop entity, is included in this example project. A Hadoop-based chatroom web app, performing map-reduce (and a few necessary contortions to work with private subnets) is in ``WebFabricWithHadoopExample``. - \ No newline at end of file +
