[
https://issues.apache.org/jira/browse/FLINK-23729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397748#comment-17397748
]
Jark Wu commented on FLINK-23729:
---------------------------------
Flink only supports run on all UNIX-like environments, e.g. Linux, Mac OS X,
and Cygwin (for Windows). See
https://ci.apache.org/projects/flink/flink-docs-master/docs/deployment/resource-providers/standalone/overview/#preparation
> sql-client.sh fails on Git Bash for Windows, MinGW & MSYS2
> ----------------------------------------------------------
>
> Key: FLINK-23729
> URL: https://issues.apache.org/jira/browse/FLINK-23729
> Project: Flink
> Issue Type: Bug
> Components: Command Line Client
> Affects Versions: 1.12.5
> Reporter: Derek Moore
> Priority: Major
>
> sql-client.sh uses manglePath() and manglePathList() from config.sh. These
> helper functions only recognize "CYGWIN" and not "msys".
> Adding awareness of "msys" allows sql-client.sh to mostly work on Windows.
> The log4j-cli.properties file location is also incorrectly constructed on
> Windows machines, but this doesn't fail sql-client.sh from loading.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)