Author: uce
Date: Thu Jan 29 09:49:00 2015
New Revision: 1655562
URL: http://svn.apache.org/r1655562
Log:
Add redirect in docs folder and update docs 0.7-incubating layout
Modified:
flink/site/docs/0.8/setup_quickstart.html
flink/site/docs/index.html
Modified: flink/site/docs/0.8/setup_quickstart.html
URL:
http://svn.apache.org/viewvc/flink/site/docs/0.8/setup_quickstart.html?rev=1655562&r1=1655561&r2=1655562&view=diff
==============================================================================
--- flink/site/docs/0.8/setup_quickstart.html (original)
+++ flink/site/docs/0.8/setup_quickstart.html Thu Jan 29 09:49:00 2015
@@ -282,7 +282,7 @@ For Flink to run efficiently, a few conf
<p>You can easily deploy Flink on your existing <strong>YARN cluster</strong>.
</p>
<ol>
- <li>Download the <strong>Flink YARN package</strong> with the YARN client:
<a
href="http://www.apache.org/dyn/closer.cgi/incubator/flink/flink-0.7.0-incubating/flink-0.7.0-incubating-bin-hadoop2-yarn.tgz">Flink
for YARN</a></li>
+ <li>Download the <strong>Flink YARN package</strong> with the YARN client:
<a
href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.0/flink-0.8.0-bin-hadoop2-yarn.tgz">Flink
for YARN</a></li>
<li>Make sure your <strong>HADOOP_HOME</strong> (or <em>YARN_CONF_DIR</em>
or <em>HADOOP_CONF_DIR</em>) <strong>environment variable</strong> is set to
read your YARN and HDFS configuration.</li>
<li>Run the <strong>YARN client</strong> with:
<code>./bin/yarn-session.sh</code>. You can run the client with options
<code>-n 10 -tm 8192</code> to allocate 10 TaskManagers with 8GB of memory
each.</li>
</ol>
Modified: flink/site/docs/index.html
URL:
http://svn.apache.org/viewvc/flink/site/docs/index.html?rev=1655562&r1=1655561&r2=1655562&view=diff
==============================================================================
--- flink/site/docs/index.html (original)
+++ flink/site/docs/index.html Thu Jan 29 09:49:00 2015
@@ -7,7 +7,7 @@
<meta http-equiv="refresh" content="0; url=/docs/0.7-incubating/" />
<script type="text/javascript">
- window.location.href = "/docs/0.7-incubating/"
+ window.location.href = "/docs/0.8/"
</script>
<title>Apache Flink: Documentation</title>