You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2018/01/24 12:50:01 UTC

[GitHub] flink pull request #5333: [FLINK-5886] Python API for streaming applications

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5333#discussion_r163537435
  
    --- Diff: flink-dist/src/main/assemblies/bin.xml ---
    @@ -28,7 +28,7 @@ under the License.
     	<includeBaseDirectory>true</includeBaseDirectory>
     	<baseDirectory>flink-${project.version}</baseDirectory>
     
    -	<!-- Include flink-python.jar in lib/ -->
    +	<!-- Include flink-python.jar & flink-streaming-python.jar in lib/ -->
    --- End diff --
    
    this should be reverted


---