GitHub user NicoK opened a pull request: https://github.com/apache/flink/pull/2764
[FLINK-5008] Update quickstart documentation This PR updates the outdated quickstart guides regarding IDE setup and the first example. You can merge this pull request into a Git repository by running: $ git pull https://github.com/NicoK/flink FLINK-5008 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2764.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2764 ---- commit 7c4a8426df3596d7a9dc923eb9225f150d078776 Author: Nico Kruber <n...@data-artisans.com> Date: 2016-11-03T15:19:49Z [FLINK-5008] update IDE setup documentation * IntelliJ setup is simpler with the new version 2016.2.5 * Eclipse (and Scala IDE) setups do not work anymore using the current Flink codebase. This is due to the old Eclipse in Scala IDE 3.0.3 and due to Scala version incompatabilities in Scala IDE 4.4.1 as well as the setup using the update site and a manual Eclipse installation. commit 2d29fe4800f0772b0cf817b4979758a7e7f8e7ca Author: Nico Kruber <n...@data-artisans.com> Date: 2016-11-03T16:49:13Z [FLINK-5008] do not require "." to be in the path the example in the " commit aa6d2c60c9e076adee9fc1de23bd7cf246254273 Author: Nico Kruber <n...@data-artisans.com> Date: 2016-11-04T14:26:01Z [FLINK-5008] update the SocketWindowWordCount example This changes the sliding window to a tumbling window which is easier for a first-time example. commit 1ff11c2227a0a21689b6b571dcc83160fd4d9c86 Author: Nico Kruber <n...@data-artisans.com> Date: 2016-11-04T14:28:22Z [FLINK-5008] update the setup_quickstart guide's example The description was based on an old version of the actual example implementation and needed update. The new version includes more explanations and updates the output from the current implementation. commit ea817034932a060b5769e564f91800f3bd57ae7f Author: Nico Kruber <n...@data-artisans.com> Date: 2016-11-04T14:51:28Z [FLINK-5008] also update the README.md regarding the IDE setup (see a841afe5fc) commit c85319ef33cfe20245907adfd9bb52599c922616 Author: Nico Kruber <n...@data-artisans.com> Date: 2016-11-04T15:12:11Z [FLINK-5008] also update the Scala example see 5970eb92db ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---