Re: ARM flink docker image

2024-03-14 Thread Sharil Shafie
The docker image is build for both linux/amd64 or linux/arm64/v8 platform. The image you'll pull is based on the platform or the flag you set. Regards. On Fri, 15 Mar 2024, 2:01 am Yang LI, wrote: > Dear Flink Community, > > Do you know if we have somewhere a tested ARM based flink docker image

Re: StreamTable Environment initialized failed -- "Could not find any factories that implement 'org.apache.flink.table.delegation.ExecutorFactory' in the classpath"

2023-05-15 Thread Sharil Shafie
Hi, May be you could try table planner loader instead. org.apache.flink flink-table-planner-loader 1.16.0 provided Regards. On Mon, 15 May 2023, 18:54 krislee, wrote: > Hi ALL, > > OS: CentOS 7.9 > > Flink version: 1.16.0 > > > It looks like I'm hitting a notorious ex

Re: Flink Kubernetes Operator: Table Not Inserted When Using Parallel Job

2023-05-10 Thread Sharil Shafie
Update: I haven't tried your first suggestion but I managed to get it working by setting up the source idle timeout. Thanks for your help. Regards. On Thu, May 11, 2023 at 12:34 PM Sharil Shafie wrote: > Hi, > > I believe only one partition based on the log output below. I did

Re: Flink Kubernetes Operator: Table Not Inserted When Using Parallel Job

2023-05-10 Thread Sharil Shafie
; [1] > https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/event-time/generating_watermarks/#dealing-with-idle-sources > [2] > https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/config/#table-exec-source-idle-timeout > > Best, > Weihua > > >