[jira] [Commented] (FLINK-29573) Flink does not work for windows if installing on other drive except for C drive

2022-11-17 Thread Xintong Song (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635256#comment-17635256
 ] 

Xintong Song commented on FLINK-29573:
--

We are not supporting running Flink on Windows any more.

See the community discussion:
https://lists.apache.org/thread/lgc7lggn5ll2kf6s4spdd98trjhmlbks

> Flink does not work for windows if installing on other drive except for C 
> drive
> ---
>
> Key: FLINK-29573
> URL: https://issues.apache.org/jira/browse/FLINK-29573
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Configuration
>Affects Versions: 1.14.4
>Reporter: kris wang
>Priority: Major
>
> {{ flink_service.bat }}{-}{{-}}> \{{flink_inner.bat }}{-}{{-}}> 
> \{{start-cluster.sh }}{{-}}{-}>\{{{}config.sh}}
> The {{config.sh}} which is under the _*D:\x\flink-1.14.4\bin*_ (Flink’s 
> directory)
> has _**_ {{runBashJavaUtilsCmd()}} --> the current derived value of 
> {{class_path}} after mangling the Path is
> *D;C:\x\flink-1.14.4\bin\bash-java-utils.jar;D:\x\flink-1.14.4\lib\flink-dist_2.12-1.14.4.jar*
> Here, {{runBashJavaUtilsCmd()}} internally sets {{class_path}} by calling a 
> function called {{manglePathList}} 
> {{manglePathList}} is causing this behavior where
> _:\x\flink-1.13.5/bin/bash-java-utils.jar_ is getting converted to 
> _C:\x\flink-1.14.4\bin\bash-java-utils.jar_ 
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-29573) Flink does not work for windows if installing on other drive except for C drive

2022-11-03 Thread Yingjie Cao (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17628157#comment-17628157
 ] 

Yingjie Cao commented on FLINK-29573:
-

[~kriswang] Thanks for reporting this issue, do you know if this issue also 
exists in newer flink version?

> Flink does not work for windows if installing on other drive except for C 
> drive
> ---
>
> Key: FLINK-29573
> URL: https://issues.apache.org/jira/browse/FLINK-29573
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Configuration
>Affects Versions: 1.14.4
>Reporter: kris wang
>Priority: Major
>
> {{ flink_service.bat }}{-}{{-}}> \{{flink_inner.bat }}{-}{{-}}> 
> \{{start-cluster.sh }}{{-}}{-}>\{{{}config.sh}}
> The {{config.sh}} which is under the _*D:\x\flink-1.14.4\bin*_ (Flink’s 
> directory)
> has _**_ {{runBashJavaUtilsCmd()}} --> the current derived value of 
> {{class_path}} after mangling the Path is
> *D;C:\x\flink-1.14.4\bin\bash-java-utils.jar;D:\x\flink-1.14.4\lib\flink-dist_2.12-1.14.4.jar*
> Here, {{runBashJavaUtilsCmd()}} internally sets {{class_path}} by calling a 
> function called {{manglePathList}} 
> {{manglePathList}} is causing this behavior where
> _:\x\flink-1.13.5/bin/bash-java-utils.jar_ is getting converted to 
> _C:\x\flink-1.14.4\bin\bash-java-utils.jar_ 
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)