Author: dinhtta
Date: Wed Oct 21 14:59:51 2015
New Revision: 1709859
URL: http://svn.apache.org/viewvc?rev=1709859&view=rev
Log:
Minor typos on the Mesos guide
Modified:
incubator/singa/site/trunk/content/markdown/docs/mesos.md
Modified: incubator/singa/site/trunk/content/markdown/docs/mesos.md
URL:
http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/docs/mesos.md?rev=1709859&r1=1709858&r2=1709859&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/docs/mesos.md (original)
+++ incubator/singa/site/trunk/content/markdown/docs/mesos.md Wed Oct 21
14:59:51 2015
@@ -1,12 +1,12 @@
# Distributed Training on Mesos
----
-
This guide explains how to start SINGA distributed training on a Mesos
cluster. It assumes that both Mesos and HDFS are already running, and every
node has SINGA installed.
We assume the architecture depicted below, in which a cluster nodes are Docker
container. Refer to [Docker guide](docker.html) for details of how to start
individual nodes and set up network connection between them (make sure
[weave](http://weave.works/guides/weave-docker-ubuntu-simple.html) is running
at each node, and the cluster's headnode is running in container `node0`)

+---
+
## Start HDFS and Mesos
Go inside each container, using:
````