You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/26 20:48:37 UTC

[GitHub] [flink-playgrounds] victorunique opened a new pull request #21: [FLINK-20598] [training] Update playgrounds for Flink 1.12

victorunique opened a new pull request #21:
URL: https://github.com/apache/flink-playgrounds/pull/21


   This PR contains the updates for all three modules of the flink-playgrounds:
   
   - [FLINK-20599](https://issues.apache.org/jira/browse/FLINK-20599) operations playground
   - [FLINK-20603](https://issues.apache.org/jira/browse/FLINK-20603) pyflink-walkthrough
   - [FLINK-20604](https://issues.apache.org/jira/browse/FLINK-20604) table-walkthrough


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [flink-playgrounds] alpinegizmo commented on a change in pull request #21: [FLINK-20598] [training] Update playgrounds for Flink 1.12

Posted by GitBox <gi...@apache.org>.
alpinegizmo commented on a change in pull request #21:
URL: https://github.com/apache/flink-playgrounds/pull/21#discussion_r565163439



##########
File path: operations-playground/README.md
##########
@@ -26,6 +26,15 @@ Build the Docker image by running
 docker-compose build
 ```
 
+### Preparing Checkpoints&Savepoints paths
+
+Create the checkpoints and savepoints directories on host machine. ('state.checkpoints.dir' and 'state.savepoints.dir' in the flink-conf.yaml)

Review comment:
       ```suggestion
   ### Preparing the Checkpoint and Savepoint Directories
   
   Create the checkpoint and savepoint directories on the Docker host machine (these volumes are mounted by the jobmanager and taskmanager, as specified in docker-compose.yaml):
   ```




----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [flink-playgrounds] alpinegizmo merged pull request #21: [FLINK-20598] [training] Update playgrounds for Flink 1.12

Posted by GitBox <gi...@apache.org>.
alpinegizmo merged pull request #21:
URL: https://github.com/apache/flink-playgrounds/pull/21


   


----------------------------------------------------------------
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:
users@infra.apache.org