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

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

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

 ##########
 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"))
 
 Review comment:
   @ihji thanks for the contribution. The PR title was a bit misleading :) 
   
   I wonder if we should clearer delineate the simple, portable from the cross 
language example WRT their dependencies. There is no need to build a java 
container or have the expansion service for the former and users will likely 
care about that. @mxm WDYT?
 
----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 203083)
    Time Spent: 2h 50m  (was: 2h 40m)

> 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
>             Fix For: 2.11.0
>
>          Time Spent: 2h 50m
>  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