You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2014/08/25 16:21:48 UTC

git commit: [Documentation] Fix minor issue with documentation rendering

Repository: incubator-flink
Updated Branches:
  refs/heads/release-0.6.1 2ae23d9fa -> 10b556c9e


[Documentation] Fix minor issue with documentation rendering


Project: http://git-wip-us.apache.org/repos/asf/incubator-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-flink/commit/10b556c9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-flink/tree/10b556c9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-flink/diff/10b556c9

Branch: refs/heads/release-0.6.1
Commit: 10b556c9e29817ac63e4fe8bf3832ed68e6a55bc
Parents: 2ae23d9
Author: Robert Metzger <rm...@apache.org>
Authored: Mon Aug 25 16:21:25 2014 +0200
Committer: Robert Metzger <rm...@apache.org>
Committed: Mon Aug 25 16:21:25 2014 +0200

----------------------------------------------------------------------
 docs/run_example_quickstart.md | 12 ++++++------
 docs/setup_quickstart.md       |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/10b556c9/docs/run_example_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/run_example_quickstart.md b/docs/run_example_quickstart.md
index c54fed4..6b3e79f 100644
--- a/docs/run_example_quickstart.md
+++ b/docs/run_example_quickstart.md
@@ -11,14 +11,14 @@ On the way, you will see the compiler, the status interface and the result of th
 Flink contains a data generator for K-Means.
 
 ```bash
-# pick a mirror from: {{ site.FLINK_DOWNLOAD_URL_HADOOP_1_STABLE }}
-# for example
+ # pick a mirror from: {{ site.FLINK_DOWNLOAD_URL_HADOOP_1_STABLE }}
+ # for example
 wget http://mirror.lwnetwork.org.uk/APACHE/incubator/flink/flink-0.6-incubating-bin-hadoop1.tgz
 tar xzf flink-*.tgz 
 cd flink-*
 mkdir kmeans
 cd kmeans
-# Run data generator
+ # Run data generator
 java -cp  ../examples/flink-java-examples-{{ site.FLINK_VERSION_STABLE }}-KMeans.jar org.apache.flink.example.java.clustering.util.KMeansDataGenerator 500 10 0.08
 cp /tmp/points .
 cp /tmp/centers .
@@ -54,11 +54,11 @@ The following overview presents the impact of the different standard deviations
 # Run Clustering
 We are using the generated input data to run the clustering using a Flink job.
 ```bash
-# go to the Flink-root directory
+ # go to the Flink-root directory
 cd flink
-# start Flink (use ./bin/start-cluster.sh if you're on a cluster)
+ # start Flink (use ./bin/start-cluster.sh if you're on a cluster)
 ./bin/start-local.sh
-# Start Flink web client
+ # Start Flink web client
 ./bin/start-webclient.sh
 ```
 

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/10b556c9/docs/setup_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/setup_quickstart.md b/docs/setup_quickstart.md
index aa5ac23..de4b17d 100644
--- a/docs/setup_quickstart.md
+++ b/docs/setup_quickstart.md
@@ -89,8 +89,8 @@ The following __example__ illustrates the setup with three nodes (with IP addres
   <p class="lead text-center">
     /path/to/<strong>flink/<br>conf/slaves</strong>
   <pre>
-    10.0.0.2
-    10.0.0.3</pre>
+10.0.0.2
+10.0.0.3</pre>
   </p>
 </div>
 </div>