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

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

                Author: ASF GitHub Bot
            Created on: 22/May/19 14:41
            Start Date: 22/May/19 14:41
    Worklog Time Spent: 10m 
      Work Description: robertwb commented on pull request #8639: [BEAM-7084] 
Allow custom environments for external transforms
URL: https://github.com/apache/beam/pull/8639#discussion_r286523560
 
 

 ##########
 File path: sdks/python/apache_beam/runners/portability/flink_runner_test.py
 ##########
 @@ -116,7 +116,8 @@ def _subprocess_command(cls, job_port, expansion_port):
       tmp_dir = mkdtemp(prefix='flinktest')
 
       cls._create_conf_dir()
-      cls.expansion_port = expansion_port
+      # TODO Move expansion address into PipelineOptions
 
 Review comment:
   Not sure this makes sense as a pipeline option, there may be different 
services to use for different transforms. 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 246767)
    Time Spent: 1h 40m  (was: 1.5h)

> Support custom environment types when expanding external transforms
> -------------------------------------------------------------------
>
>                 Key: BEAM-7084
>                 URL: https://issues.apache.org/jira/browse/BEAM-7084
>             Project: Beam
>          Issue Type: Bug
>          Components: beam-model, sdk-java-core
>            Reporter: Maximilian Michels
>            Assignee: Maximilian Michels
>            Priority: Major
>              Labels: portability
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The {{ExpansionService}} registers a default Docker JAVA SDK environment. 
> Users should be able to specify other types of environment, i.e. 
> Process/External/Embedded.
> We can add an {{environment_type}} field to the {{ExpansionRequest}} Proto 
> message. 
> CC [~robertwb]



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

Reply via email to