[ 
https://issues.apache.org/jira/browse/FLINK-5323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748407#comment-15748407
 ] 

ASF GitHub Bot commented on FLINK-5323:
---------------------------------------

GitHub user abhishsi opened a pull request:

    https://github.com/apache/flink/pull/3006

    [FLINK-5323] CheckpointNotifier should be removed from docs

    Thanks for contributing to Apache Flink. Before you open your pull request, 
please take the following check list into consideration.
    If your changes take all of the items into account, feel free to open your 
pull request. For more information and/or questions please refer to the [How To 
Contribute guide](http://flink.apache.org/how-to-contribute.html).
    In addition to going through the list, please provide a meaningful 
description of your changes.
    
    - [ ] General
      - The pull request references the related JIRA issue ("[FLINK-XXX] Jira 
title text")
      - The pull request addresses only one issue
      - Each commit in the PR has a meaningful commit message (including the 
JIRA id)
    
    - [ ] Documentation
      - Documentation has been added for new functionality
      - Old documentation affected by the pull request has been updated
      - JavaDoc for public methods has been added
    
    - [ ] Tests & Build
      - Functionality added by the pull request is covered by tests
      - `mvn clean verify` has been executed successfully locally or a Travis 
build has passed
    
    The documentation was stale

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/abhishsi/flink master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3006.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 #3006
    
----
commit 4fb31251e681d7975bc1de3b1e02f1500f05e09c
Author: Abhishek R. Singh <[email protected]>
Date:   2016-12-14T14:05:11Z

    [FLINK-5323] CheckpointNotifier should be removed from docs
    
    The documentation was stale

----


> CheckpointNotifier should be removed from docs
> ----------------------------------------------
>
>                 Key: FLINK-5323
>                 URL: https://issues.apache.org/jira/browse/FLINK-5323
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.1.3
>            Reporter: Abhishek Singh
>            Priority: Trivial
>
> I was following the official documentation: 
> https://ci.apache.org/projects/flink/flink-docs-release-1.1/apis/streaming/state.html
> Looks like this is the right one to be using: import 
> org.apache.flink.runtime.state.CheckpointListener;
> -Abhishek-
> On Dec 9, 2016, at 4:30 PM, Abhishek R. Singh 
> <[email protected]> wrote:
> I can’t seem to find CheckpointNotifier. Appreciate help !
> CheckpointNotifier is not a member of package 
> org.apache.flink.streaming.api.checkpoint
> From my pom.xml:
>         <dependency>
>                 <groupId>org.apache.flink</groupId>
>                 <artifactId>flink-scala_2.11</artifactId>
>                 <version>1.1.3</version>
>         </dependency>
>         <dependency>
>                 <groupId>org.apache.flink</groupId>
>                 <artifactId>flink-streaming-scala_2.11</artifactId>
>                 <version>1.1.3</version>
>         </dependency>
>         <dependency>
>                 <groupId>org.apache.flink</groupId>
>                 <artifactId>flink-clients_2.11</artifactId>
>                 <version>1.1.3</version>
>         </dependency>
>         <dependency>
>                 <groupId>org.apache.flink</groupId>
>                 <artifactId>flink-statebackend-rocksdb_2.11</artifactId>
>                 <version>1.1.3</version>
>         </dependency>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to