You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@beam.apache.org by Benjamin Tan <be...@gmail.com> on 2019/09/18 14:38:06 UTC

Where is /opt/apache/beam/boot?

I'm trying to use the process environment_config and I have no idea where is /opt/apache/beam/boot. 

Is there a way to generate this?

Re: Where is /opt/apache/beam/boot?

Posted by Benjamin Tan <be...@gmail.com>.
You are awesome. Thanks! 

On 2019/09/18 15:08:08, Lukasz Cwik <lc...@google.com> wrote: 
> It is embedded inside the docker container that corresponds to which SDK
> your using.
> 
> Python container boot src:
> https://github.com/apache/beam/blob/master/sdks/python/container/boot.go
> Java container boot src:
> https://github.com/apache/beam/blob/master/sdks/java/container/boot.go
> Go container boot src:
> https://github.com/apache/beam/blob/master/sdks/go/container/boot.go
> 
> On Wed, Sep 18, 2019 at 7:38 AM Benjamin Tan <be...@gmail.com>
> wrote:
> 
> > I'm trying to use the process environment_config and I have no idea where
> > is /opt/apache/beam/boot.
> >
> > Is there a way to generate this?
> >
> 

Re: Where is /opt/apache/beam/boot?

Posted by Lukasz Cwik <lc...@google.com>.
It is embedded inside the docker container that corresponds to which SDK
your using.

Python container boot src:
https://github.com/apache/beam/blob/master/sdks/python/container/boot.go
Java container boot src:
https://github.com/apache/beam/blob/master/sdks/java/container/boot.go
Go container boot src:
https://github.com/apache/beam/blob/master/sdks/go/container/boot.go

On Wed, Sep 18, 2019 at 7:38 AM Benjamin Tan <be...@gmail.com>
wrote:

> I'm trying to use the process environment_config and I have no idea where
> is /opt/apache/beam/boot.
>
> Is there a way to generate this?
>