You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Derek Moore (Jira)" <ji...@apache.org> on 2021/08/11 15:24:00 UTC

[jira] [Created] (FLINK-23729) sql-client.sh fails on Git Bash for Windows, MinGW & MSYS2

Derek Moore created FLINK-23729:
-----------------------------------

             Summary: 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


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)