Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-5323

CheckpointNotifier should be removed from docs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1.3
    • 1.2.0, 1.3.0
    • Documentation
    • None

    Description

      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 <abhishsi@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>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              abhishekrs Abhishek Singh
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: