[
https://issues.apache.org/jira/browse/FLINK-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15159008#comment-15159008
]
ASF GitHub Bot commented on FLINK-3416:
---------------------------------------
Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/1674#discussion_r53791882
--- Diff: flink-dist/src/main/flink-bin/bin/pyflink2.bat ---
@@ -22,4 +22,4 @@ setlocal EnableDelayedExpansion
SET bin=%~dp0
SET FLINK_ROOT_DIR=%bin%..
-%FLINK_ROOT_DIR%\bin\flink run -v %FLINK_ROOT_DIR%\lib\flink-python*.jar 2
%*
\ No newline at end of file
+"%FLINK_ROOT_DIR%\bin\flink" run -v
"%FLINK_ROOT_DIR%"\lib\flink-python*.jar 2 %*
--- End diff --
I was thinking of quotes around `%*`. This is necessary in the shell
scripts.
If you haven't already, could you try something like WordCount with spaces
in the output file name?
> [py] .bat files fail when path contains spaces
> ----------------------------------------------
>
> Key: FLINK-3416
> URL: https://issues.apache.org/jira/browse/FLINK-3416
> Project: Flink
> Issue Type: Bug
> Components: Python API
> Affects Versions: 1.0.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Minor
> Fix For: 1.0.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)