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

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

                Author: ASF GitHub Bot
            Created on: 20/Mar/18 17:59
            Start Date: 20/Mar/18 17:59
    Worklog Time Spent: 10m 
      Work Description: tgroh commented on a change in pull request #4898: 
[BEAM-3565] Clean up ExecutableStage
URL: https://github.com/apache/beam/pull/4898#discussion_r175867418
 
 

 ##########
 File path: 
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/ExecutableStage.java
 ##########
 @@ -81,53 +81,53 @@
    * follows:
    *
    * <ul>
-   *   <li>The {@link PTransform#getSubtransformsList()} contains no 
subtransforms. This ensures
+   *   <li>The {@link PTransform#getSubtransformsList()} is empty. This ensures
    *       that executable stages are treated as primitive transforms.
    *   <li>The only {@link PCollection} in the {@link 
PTransform#getInputsMap()} is the result of
    *       {@link #getInputPCollection()}.
    *   <li>The output {@link PCollection PCollections} in the values of {@link
    *       PTransform#getOutputsMap()} are the {@link PCollectionNode 
PCollections} returned by
    *       {@link #getOutputPCollections()}.
-   *   <li>The {@link FunctionSpec} contains an {@link ExecutableStagePayload} 
which has its input
-   *       and output PCollections set to the same values as the outer 
PTransform itself. It further
-   *       contains the environment set of transforms for this stage.
+   *   <li>The {@link PTransform#getSpec()} contains an {@link 
ExecutableStagePayload} which has its
+   *       input and output PCollections set to the same values as the outer 
PTransform itself. It
+   *       further contains the environment set of transforms for this stage.
 
 Review comment:
   "The {@link PTransform#getSpec()} contains an {@link ExecutableStagePayload} 
with inputs and outputs equal to the PTransform's inputs and outputs, and 
transforms equal to the result of {@link #getTransforms}"

----------------------------------------------------------------
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: 82372)
    Time Spent: 14h 10m  (was: 14h)

> Add utilities for producing a collection of PTransforms that can execute in a 
> single SDK Harness
> ------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-3565
>                 URL: https://issues.apache.org/jira/browse/BEAM-3565
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-core
>            Reporter: Thomas Groh
>            Assignee: Thomas Groh
>            Priority: Major
>              Labels: portability
>             Fix For: 2.4.0
>
>          Time Spent: 14h 10m
>  Remaining Estimate: 0h
>
> An SDK Harness executes some ("fused") collection of PTransforms. The java 
> runner libraries should provide some way to take a Pipeline that executes in 
> both a runner and an environment and construct a collection of transforms 
> which can execute within a single environment.



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

Reply via email to