[ 
https://issues.apache.org/jira/browse/BEAM-3041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16275182#comment-16275182
 ] 

ASF GitHub Bot commented on BEAM-3041:
--------------------------------------

aaltay commented on a change in pull request #4198: [BEAM-3041] Add support for 
--save_main_session flag
URL: https://github.com/apache/beam/pull/4198#discussion_r154473371
 
 

 ##########
 File path: sdks/python/container/boot.go
 ##########
 @@ -95,6 +95,7 @@ func main() {
        // (3) Invoke python
 
        os.Setenv("PIPELINE_OPTIONS", options)
+       os.Setenv("SEMI_PERSISTENT_DIRECTORY", dir)
 
 Review comment:
   Fixed, thank you for catching this.

----------------------------------------------------------------
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


> Add portable Python SDK container setup support
> -----------------------------------------------
>
>                 Key: BEAM-3041
>                 URL: https://issues.apache.org/jira/browse/BEAM-3041
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-harness
>            Reporter: Henning Rohde
>            Assignee: Ahmet Altay
>              Labels: portability
>
> The minimal python container setup should be brought up to par with SDK 
> features:
>  - requirements.txt
>  - main session
>  - extra packages
> The name of the SDK package in boot.go should also not be hardcoded.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to