Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/1674#discussion_r53794490
--- 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 --
that would result in all arguments passed being treated as a single
argument.
if additional paths are
* relative, Flink will receive a relative path and use internal tools to
make them absolute.
* absolute, the user has to use "" himself.
---
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.
---