Skip to content

Commit

Permalink
Bump doc version to 0.7-incubating
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoscha committed Sep 22, 2014
1 parent 7084fa2 commit 15060ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/run_example_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The Flink webclient allows to submit Flink programs using a graphical user inter
1. <a href="http://localhost:8080/launch.html">Open webclient on localhost:8080</a> <br>
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 %} </br>
3. Select it in the left box to see how the operators in the plan are connected to each other. <br>
4. Enter the arguments in the lower left box:
Expand Down

0 comments on commit 15060ef

Please sign in to comment.