You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by go...@apache.org on 2019/05/24 22:24:32 UTC

[beam] branch master updated: [BEAM-7422] Create new java worker in flink python test

This is an automated email from the ASF dual-hosted git repository.

goenka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 73c6c26  [BEAM-7422] Create new java worker in flink python test
     new dc26d2e  Merge pull request #8682 from angoenka/fix_expansion_task
73c6c26 is described below

commit 73c6c266b93722e62b235bc470293f4ec42902ef
Author: Ankur Goenka <an...@gmail.com>
AuthorDate: Fri May 24 14:11:13 2019 -0700

    [BEAM-7422] Create new java worker in flink python test
---
 sdks/python/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdks/python/build.gradle b/sdks/python/build.gradle
index 9815a40..2afddca 100644
--- a/sdks/python/build.gradle
+++ b/sdks/python/build.gradle
@@ -312,6 +312,7 @@ def flinkCompatibilityMatrix = {
   tasks.create(name: name) {
     dependsOn 'setupVirtualenv'
     dependsOn ':runners:flink:1.5:job-server:shadowJar'
+    dependsOn ':sdks:java:container:docker'
     if (workerType.toLowerCase() == 'docker')
       dependsOn ':sdks:python:container:docker'
     else if (workerType.toLowerCase() == 'process')