You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/01/05 14:45:58 UTC

[jira] [Closed] (FLINK-5323) CheckpointNotifier should be removed from docs

     [ https://issues.apache.org/jira/browse/FLINK-5323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-5323.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0
                   1.2.0

1.2: bb46fffe310f9cd6f667293df14d98e90011d591
1.3: 4415dfbd5753196c09940b59ad39de9f4e9402b9

> 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
>             Fix For: 1.2.0, 1.3.0
>
>
> 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 <ab...@tetrationanalytics.com> 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)