Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1FBC7200B67 for ; Mon, 1 Aug 2016 13:35:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1E577160A5D; Mon, 1 Aug 2016 11:35:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 65A61160A65 for ; Mon, 1 Aug 2016 13:35:21 +0200 (CEST) Received: (qmail 95455 invoked by uid 500); 1 Aug 2016 11:35:20 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 95431 invoked by uid 99); 1 Aug 2016 11:35:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2016 11:35:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 762322C0D5E for ; Mon, 1 Aug 2016 11:35:20 +0000 (UTC) Date: Mon, 1 Aug 2016 11:35:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-4284) DataSet/CEP link to non-existant "Linking with Flink" section MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 01 Aug 2016 11:35:22 -0000 [ https://issues.apache.org/jira/browse/FLINK-4284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401893#comment-15401893 ] ASF GitHub Bot commented on FLINK-4284: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2311 > 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 > Assignee: Chesnay Schepler > Fix For: 1.1.0 > > > 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)