[ 
https://issues.apache.org/jira/browse/BEAM-6638?focusedWorklogId=199226&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-199226
 ]

ASF GitHub Bot logged work on BEAM-6638:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Feb/19 13:30
            Start Date: 15/Feb/19 13:30
    Worklog Time Spent: 10m 
      Work Description: robertwb commented on pull request #7792: [BEAM-6638] 
Python ExternalTransform output mismatched
URL: https://github.com/apache/beam/pull/7792#discussion_r257233022
 
 

 ##########
 File path: sdks/python/build.gradle
 ##########
 @@ -197,13 +197,13 @@ task directRunnerIT(dependsOn: 'installGcpTest') {
 //    ./gradlew :beam-sdks-python:portableWordCount 
-PjobEndpoint=localhost:8099
 //
 task portableWordCount {
-  dependsOn portableWordCountTask('portableWordCountExample', 
project.hasProperty("streaming"))
+  dependsOn portableWordCountTask('portableWordCountExample', 
project.hasProperty("streaming"), project.hasProperty("crossLanguage"))
 }
 
-def portableWordCountTask(name, streaming) {
+def portableWordCountTask(name, streaming, crossLanguage) {
   tasks.create(name) {
     dependsOn = ['installGcpTest']
-    mustRunAfter = [':beam-runners-flink_2.11-job-server-container:docker', 
':beam-sdks-python-container:docker']
+    mustRunAfter = [':beam-runners-flink_2.11-job-server-container:docker', 
':beam-sdks-python-container:docker', ':beam-sdks-java-container:docker', 
':beam-runners-core-construction-java:jarTestExpansionService']
 
 Review comment:
   Conditionally add these cross-language dependencie?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 199226)
    Time Spent: 1h 40m  (was: 1.5h)

> Python ExternalTransform output mismatched
> ------------------------------------------
>
>                 Key: BEAM-6638
>                 URL: https://issues.apache.org/jira/browse/BEAM-6638
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Heejong Lee
>            Assignee: Heejong Lee
>            Priority: Major
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Java PipelineValidator prints out the error that an expanded external 
> transform points to unknown output PCollection.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to