alpinegizmo opened a new pull request #16218:
URL: https://github.com/apache/flink/pull/16218


   ## What is the purpose of the change
   
   Since Flink 1.12 it has been necessary to manually create (on the Docker 
host) the checkpoint and savepoint directories used by the Flink Operations 
Playground. While this was documented in the README file in the playground 
repository, the step-by-step instructions in the documentation were not updated 
to include this crucial step.
   
   Also, with jekyll we had this bit of cleverness to create the instructions 
   
    ```bash
   git clone --branch release-{{ site.version_title }} 
https://github.com/apache/flink-playgrounds.git
   ```
   
   This no longer works, and I don't believe it is worth trying to reproduce. 
I'm proposing we simply have them work from master, which is always the latest 
stable version of the playground.
   
   ## Brief change log
   
   - added the missing step
   - point to the master version of the playground, rather than a specific 
release branch
   
   ## Verifying this change
   
   This change is a small update to the docs.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to