Re: Move savepoint to another s3 bucket

2022-03-09 Thread Lukáš Drbal
browse/FLINK-25952 > > Best, > > Dawid > On 08/03/2022 16:37, Lukáš Drbal wrote: > > Hello everyone, > > I'm trying to move savepoint to another s3 account but restore always > failed with some weird 404 error. > > We are using lyft k8s operator [1] and flink 1.

Move savepoint to another s3 bucket

2022-03-08 Thread Lukáš Drbal
Hello everyone, I'm trying to move savepoint to another s3 account but restore always failed with some weird 404 error. We are using lyft k8s operator [1] and flink 1.13.6 (in stacktrace you can see version 1.13.6-396a8d44-szn which is just internal build from flink commit

Re: [DISCUSS] Drop Gelly

2022-01-04 Thread Lukáš Drbal
Hi everyone, We (team in seznam.cz) are actually using the Gelly library for batch anomaly detection in our graphs. It will be very nice to somehow keep this functionality, maybe in a separate repository. Is there any replacement? Best, Lukas On Mon, Jan 3, 2022 at 2:20 PM Martijn Visser

Re: Native kubernetes execution and History server

2021-03-25 Thread Lukáš Drbal
[1] https://issues.apache.org/jira/browse/FLINK-19358 > > Best, > Guowei > > > On Thu, Mar 25, 2021 at 5:31 PM Lukáš Drbal wrote: > >> Hello, >> >> sure. Here is log from first run which succeed - >> https://pastebin.com/tV75ZS5S >> and here is

Re: Native kubernetes execution and History server

2021-03-25 Thread Lukáš Drbal
g Yang offline, it seems that there might be > a jobmanager failover. So would you like to share full jobmanager log? > Best, > Guowei > > > On Wed, Mar 24, 2021 at 10:04 PM Lukáš Drbal > wrote: > >> Hi, >> >> I would like to use native kubernetes execu

Native kubernetes execution and History server

2021-03-24 Thread Lukáš Drbal
Hi, I would like to use native kubernetes execution [1] for one batch job and let scheduling on kubernetes. Flink version: 1.12.2. Kubernetes job: apiVersion: batch/v1beta1 kind: CronJob metadata: name: scheduled-job spec: schedule: "*/1 * * * *" jobTemplate: spec: template: