需要帮助:在使用AsyncLookupFunction时如果asyncLookup抛出异常,则会遇到了SerializedThrowable 的StackOverflowError

2023-12-20 Thread Manong Karl
简单示例: public class TableA implements LookupTableSource { @Nullable private final LookupCache cache; public TableA(@Nullable LookupCache cache) { this.cache = cache; } @Override public LookupRuntimeProvider getLookupRuntimeProvider(LookupContext context) {

Re: Got NoClassDefFoundError on Flink native K8S cluster

2021-08-22 Thread Manong Karl
e/util/HadoopUtils, have > different Class objects for the type org/apache/hadoop/conf/Configuration > used in the signature at > org.apache.iceberg.flink.FlinkCatalogFactory.clusterHadoopConf(FlinkCatalogFactory.java:152) > > > > > > On 2021/08/21 08:11:33, Manong Karl wrote: > > > Ic

Re: Got NoClassDefFoundError on Flink native K8S cluster

2021-08-21 Thread Manong Karl
Iceberg v0.11 or v0.12 not capable with flink v1.13.x. L. C. Hsieh 于2021年8月21日周六 下午3:52写道: > Hi, I'm testing using Flink to write Iceberg table. I run Flink native K8S > cluster locally and submit a simple Java program that writes out Iceberg > table

Re: Flink k8 HA mode + checkpoint management

2021-08-03 Thread Manong Karl
Can You please share your configs? I'm using native kubernetes without HA and there's no issues. I'm curious how this happens. AFAIK jobid is generated randomly. Harsh Shah 于2021年8月4日周三 上午2:44写道: > Hello, > > I am trying to use Flink HA mode inside kubernetes >

Need help when using kubernetes.jobmanager.annotations

2021-07-27 Thread Manong Karl
Hi Team, I have set the "kubernetes.jobmanager.annotations". But I can't find these in the k8s deployment. As these can be found in the job manager pod. Is it by design or just be missed?