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

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

                Author: ASF GitHub Bot
            Created on: 19/Apr/18 04:17
            Start Date: 19/Apr/18 04:17
    Worklog Time Spent: 10m 
      Work Description: bsidhom commented on a change in pull request #5150:  
[BEAM-4071] Add Portable Runner Job API shim
URL: https://github.com/apache/beam/pull/5150#discussion_r182629974
 
 

 ##########
 File path: 
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/ArtifactServiceStager.java
 ##########
 @@ -222,13 +230,26 @@ public StagingResult call() {
     }
   }
 
+  /** A file along with a staging name. */
+  @AutoValue
+  public abstract static class StagedFile {
 
 Review comment:
   <!--thread_id:cc_182611630_t; 
commit:a16a978c74d440d81ca78b3c44be72eae312ef74; resolved:0-->
   <!--section:context-quote-->
   > **tgroh** wrote:
   > We create this before staging, right? The name implies after
   
   <!--section:body-->
   See https://github.com/apache/beam/pull/5150#discussion_r182507804. I'm open 
to suggestions, but otherwise I'll leave it as is.

----------------------------------------------------------------
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: 92384)
    Time Spent: 12h 50m  (was: 12h 40m)

> Portable Runner Job API shim
> ----------------------------
>
>                 Key: BEAM-4071
>                 URL: https://issues.apache.org/jira/browse/BEAM-4071
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-core
>            Reporter: Ben Sidhom
>            Assignee: Ben Sidhom
>            Priority: Minor
>          Time Spent: 12h 50m
>  Remaining Estimate: 0h
>
> There needs to be a way to execute Java-SDK pipelines against a portable job 
> server. The job server itself is expected to be started up out-of-band. The 
> "PortableRunner" should take an option indicating the Job API endpoint and 
> defer other runner configurations to the backend itself.



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

Reply via email to