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?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---