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

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

                Author: ASF GitHub Bot
            Created on: 12/Oct/18 23:35
            Start Date: 12/Oct/18 23:35
    Worklog Time Spent: 10m 
      Work Description: boyuanzz commented on a change in pull request #6665: 
[BEAM-5636] Java support for custom dataflow worker jar
URL: https://github.com/apache/beam/pull/6665#discussion_r224938513
 
 

 ##########
 File path: sdks/java/container/boot.go
 ##########
 @@ -103,7 +103,17 @@ func main() {
                filepath.Join(jarsDir, "slf4j-jdk14.jar"),
                filepath.Join(jarsDir, "beam-sdks-java-harness.jar"),
        }
+
+  var has_worker_experiment = strings.Contains(options, 
"use_staged_dataflow_worker_jar")
 
 Review comment:
   Fixed, thanks~

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

> Java support for custom dataflow worker jar
> -------------------------------------------
>
>                 Key: BEAM-5636
>                 URL: https://issues.apache.org/jira/browse/BEAM-5636
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-java-core
>            Reporter: Henning Rohde
>            Assignee: Boyuan Zhang
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> One of the slightly subtle aspects is that we would need to ignore one of the 
> staged jars for portable Java jobs. That requires a change to the Java boot 
> code: 
> https://github.com/apache/beam/blob/66d7c865b7267f388ee60752891a9141fad43774/sdks/java/container/boot.go#L107



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

Reply via email to