diff --git a/docs/_config.yml b/docs/_config.yml index 95841caf0cb101c051c1d8bce7351addbf310076..6652886d957d3a9df833527f8a5b45a7a9950215 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -5,15 +5,15 @@ # {{ site.CONFIG_KEY }} #------------------------------------------------------------------------------ -FLINK_VERSION_STABLE: 0.6-incubating # this variable can point to a SNAPSHOT version in the git source. -FLINK_VERSION_HADOOP_2_STABLE: 0.6-hadoop2-incubating -FLINK_VERSION_SHORT: 0.6 +FLINK_VERSION_STABLE: 0.7-incubating # this variable can point to a SNAPSHOT version in the git source. +FLINK_VERSION_HADOOP_2_STABLE: 0.7-hadoop2-incubating +FLINK_VERSION_SHORT: 0.7 FLINK_ISSUES_URL: https://issues.apache.org/jira/browse/FLINK FLINK_GITHUB_URL: https://github.com/apache/incubator-flink -FLINK_DOWNLOAD_URL_HADOOP_1_STABLE: http://www.apache.org/dyn/closer.cgi/incubator/flink/flink-0.6-incubating-bin-hadoop1.tgz -FLINK_DOWNLOAD_URL_HADOOP_2_STABLE: http://www.apache.org/dyn/closer.cgi/incubator/flink/flink-0.6-incubating-bin-hadoop2.tgz -FLINK_DOWNLOAD_URL_YARN_STABLE: http://www.apache.org/dyn/closer.cgi/incubator/flink/flink-0.6-incubating-bin-hadoop2-yarn.tgz +FLINK_DOWNLOAD_URL_HADOOP_1_STABLE: http://www.apache.org/dyn/closer.cgi/incubator/flink/flink-0.7-incubating-bin-hadoop1.tgz +FLINK_DOWNLOAD_URL_HADOOP_2_STABLE: http://www.apache.org/dyn/closer.cgi/incubator/flink/flink-0.7-incubating-bin-hadoop2.tgz +FLINK_DOWNLOAD_URL_YARN_STABLE: http://www.apache.org/dyn/closer.cgi/incubator/flink/flink-0.7-incubating-bin-hadoop2-yarn.tgz #------------------------------------------------------------------------------ # BUILD CONFIG diff --git a/docs/run_example_quickstart.md b/docs/run_example_quickstart.md index 88d6137e222cae79c8b35d39257b260d2e57f47c..7fabaabb7cae62a5c0e06d6e2dc428d3ac36f5c5 100644 --- a/docs/run_example_quickstart.md +++ b/docs/run_example_quickstart.md @@ -76,7 +76,7 @@ The Flink webclient allows to submit Flink programs using a graphical user inter 1. Open webclient on localhost:8080
2. Upload the file. {% highlight bash %} - examples/flink-java-examples-0.6-incubating-KMeans.jar + examples/flink-java-examples-{{ site.FLINK_VERSION_STABLE }}-KMeans.jar {% endhighlight %}
3. Select it in the left box to see how the operators in the plan are connected to each other.
4. Enter the arguments in the lower left box: