Beam detached mode?

2023-12-04 Thread Поротиков Станислав Вячеславович via user
Hello!
I there any option in beam to run pipeline in detached mode?
I want to submit job to Flink and exit from pipeline without any errors.

Best regards,
Stanislav Porotikov



Re: Beam detached mode?

2023-12-04 Thread Pavel Solomin
Hello!

Yes. You can run it like this:

flink run --class com.my.BeamFlinkApp --detached ...


Best Regards,
Pavel Solomin

Tel: +351 962 950 692 | Skype: pavel_solomin | Linkedin






On Mon, 4 Dec 2023 at 12:45, Поротиков Станислав Вячеславович via user <
user@beam.apache.org> wrote:

> Hello!
>
> I there any option in beam to run pipeline in detached mode?
>
> I want to submit job to Flink and exit from pipeline without any errors.
>
>
>
> Best regards,
>
> Stanislav Porotikov
>
>
>


RE: Beam detached mode?

2023-12-04 Thread Поротиков Станислав Вячеславович via user
Thank you!
But can we achive it throw the Beam, by providing some settings to Python 
pipeline?

From: Pavel Solomin 
Sent: Monday, December 4, 2023 6:27 PM
To: user@beam.apache.org
Cc: Поротиков Станислав Вячеславович 
Subject: Re: Beam detached mode?

Hello!

Yes. You can run it like this:


flink run --class com.my.BeamFlinkApp --detached ...

Best Regards,
Pavel Solomin

Tel: +351 962 950 692 | Skype: pavel_solomin | 
Linkedin<https://www.linkedin.com/in/pavelsolomin>




On Mon, 4 Dec 2023 at 12:45, Поротиков Станислав Вячеславович via user 
mailto:user@beam.apache.org>> wrote:
Hello!
I there any option in beam to run pipeline in detached mode?
I want to submit job to Flink and exit from pipeline without any errors.

Best regards,
Stanislav Porotikov