Skip to content

Commit

Permalink
[hotfix][dist] Use proper flink-python jar match pattern in pyflink.b…
Browse files Browse the repository at this point in the history
…at for Windows (FLINK-12409)
  • Loading branch information
1u0 authored and pnowojski committed Jun 13, 2019
1 parent 186a2dd commit 7020f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-dist/src/main/flink-bin/bin/pyflink.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ setlocal EnableDelayedExpansion
SET bin=%~dp0
SET FLINK_HOME=%bin%..

"%FLINK_HOME%\bin\flink" run -v "%FLINK_HOME%"\opt\flink-python*.jar %*
"%FLINK_HOME%\bin\flink" run -v "%FLINK_HOME%"\opt\flink-python_*.jar %*

0 comments on commit 7020f62

Please sign in to comment.