Chesnay Schepler created FLINK-4284: ---------------------------------------
Summary: DataSet/CEP link to non-existant "Linking with Flink" section Key: FLINK-4284 URL: https://issues.apache.org/jira/browse/FLINK-4284 Project: Flink Issue Type: Bug Components: Documentation Affects Versions: 1.1.0 Reporter: Chesnay Schepler Relevant section for DataSet (apis/batch/index.md; L 57-60): {code} The following program is a complete, working example of WordCount. You can copy & paste the code to run it locally. You only have to include the correct Flink's library into your project (see Section [Linking with Flink](#linking-with-flink)) and specify the imports. Then you are ready to go! {code} Relevant section for CEP(apis/streaming/libs/cep.md; L 45-48: {code} ## Getting Started If you want to jump right in, you have to [set up a Flink program]({{ site.baseurl }}/apis/batch/index.html#linking-with-flink). Next, you have to add the FlinkCEP dependency to the `pom.xml` of your project. {code} The CEP doc probably shouldn't refer to the DataSet documentation at all. -- This message was sent by Atlassian JIRA (v6.3.4#6332)