Thanks. Fixed. Actually, that one is not linked anywhere, right? Just realized the FAQ page is duplicated on the web site and the Flink documentation. So there is http://ci.apache.org/projects/flink/flink-docs-master/faq.html and http://flink.apache.org/faq.html
I'm guessing somebody wanted a FAQ independent of the documentation version. However, I don't see how we will maintain multiple FAQs. The two have already diverged quite a bit and merging them is not trivial. On Thu, Jun 25, 2015 at 11:40 AM, Maximilian Alber < alber.maximil...@gmail.com> wrote: > Another one: on > http://ci.apache.org/projects/flink/flink-docs-master/faq.html > in the "What is parallelism? How do I set it?" Section the links are > broken. > > Cheers, > Max > > On Wed, Jun 24, 2015 at 9:52 AM, Maximilian Michels <m...@apache.org> > wrote: > >> Hi Max, >> >> Thanks for noticing! Fixed on the master and for the 0.9.1 release. >> >> Cheers, >> Max >> >> On Tue, Jun 23, 2015 at 5:09 PM, Maximilian Alber < >> alber.maximil...@gmail.com> wrote: >> >>> Hi Flinksters, >>> >>> just some minor: >>> >>> http://ci.apache.org/projects/flink/flink-docs-master/setup/yarn_setup.html >>> in the second code sample should be >>> >>> ./bin/flink run -m yarn-cluster -yn 4 -yjm 1024 -ytm 4096 >>> ./examples/flink-java-examples-0.9-SNAPSHOT-WordCount.jar >>> >>> instead of: >>> >>> ./bin/flink -m yarn-cluster -yn 4 -yjm 1024 -ytm 4096 >>> ./examples/flink-java-examples-0.9-SNAPSHOT-WordCount.jar >>> >>> >>> Cheers, >>> Max >>> >> >> >