You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by da...@apache.org on 2020/12/14 21:26:02 UTC

[flink-playgrounds] branch release-1.10 updated: Added a guide for Windows users. (#12)

This is an automated email from the ASF dual-hosted git repository.

danderson pushed a commit to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink-playgrounds.git


The following commit(s) were added to refs/heads/release-1.10 by this push:
     new 09e9ac3  Added a guide for Windows users. (#12)
09e9ac3 is described below

commit 09e9ac3deefecd692e78d88e36a37e72894c22ee
Author: t-eimizu <t-...@aim.ac>
AuthorDate: Tue Dec 15 06:25:52 2020 +0900

    Added a guide for Windows users. (#12)
    
    Co-authored-by: David Anderson <da...@alpinegizmo.com>
---
 operations-playground/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/operations-playground/README.md b/operations-playground/README.md
index de02fb8..37b8319 100644
--- a/operations-playground/README.md
+++ b/operations-playground/README.md
@@ -36,6 +36,11 @@ docker-compose up -d
 
 You can check if the playground was successfully started by accessing the WebUI of the Flink cluster at [http://localhost:8081](http://localhost:8081).
 
+#### for Windows Users
+
+If you get the error "Unhandled exception: Filesharing has been cancelled", you should configure file sharing in Docker Desktop before starting.
+In Settings > Resources > File Sharing, add the operations-playground/conf directory.
+
 ### Stopping the Playground
 
 To stop the playground, run the following command