You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/02 17:52:00 UTC

[jira] [Work logged] (BEAM-6271) initial support for portable api in samza runner

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

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

                Author: ASF GitHub Bot
            Created on: 02/Jan/19 17:51
            Start Date: 02/Jan/19 17:51
    Worklog Time Spent: 10m 
      Work Description: xinyuiscool commented on pull request #7321: [BEAM-6271] SamzaRunner: initial support for portable api in samza runner
URL: https://github.com/apache/beam/pull/7321#discussion_r244796257
 
 

 ##########
 File path: runners/samza/src/main/java/org/apache/beam/runners/samza/SamzaRunner.java
 ##########
 @@ -58,6 +86,107 @@ public SamzaRunner(SamzaPipelineOptions options) {
     this.options = options;
   }
 
+  private void closeFnServer(GrpcFnServer<?> fnServer) {
 
 Review comment:
   static?
 
----------------------------------------------------------------
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:
users@infra.apache.org


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

    Worklog Id:     (was: 180329)
    Time Spent: 1h 20m  (was: 1h 10m)

> initial support for portable api in samza runner
> ------------------------------------------------
>
>                 Key: BEAM-6271
>                 URL: https://issues.apache.org/jira/browse/BEAM-6271
>             Project: Beam
>          Issue Type: Task
>          Components: runner-samza
>            Reporter: Hai Lu
>            Assignee: Hai Lu
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Support portable api in Samza runner.
> This ticket tracks the initial effort to support portable api in Samza runner, including job server inside samza runner, config translation for portable pipeline, transform translation for portable pipeline, refactor of existing codes to merge logic of portable api and java api as much as possible, etc.



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