Hi!
We recommend using the community supported Flink Kubernetes Operator:
https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.7/docs/try-flink-kubernetes-operator/quick-start/
Cheers,
Gyula
On Thu, Dec 7, 2023 at 6:33 PM Tauseef Janvekar
wrote:
> Hi Al,
>
> I am using
Hi,
We would like to enable sort of a feature flag functionality for flink jobs.
The idea would be to use broadcast state reading from a configuration topic
and then ALL operators with logic would listen to this state.
This documentation:
https://nightlies.apache.org/flink/flink-docs-release-1.1
Hey Rui,
+1 for changing the default restart strategy to exponential-delay.
This is something all users eventually run into. They end up changing
the restart strategy to exponential-delay. I think the current
defaults are quite balanced. Restarts happen quickly enough unless
there are consecutive
Hi Al,
I am using flink in my local setup and it works just fine - I installed it
using confluent example training course. Here I had to manually execute
start-cluster.sh and othe steps to start task managers.
We installed flink on kubernetes using bitnami helm chart and it works just
fine. But w
Thank you Jaehyeon Kim. A workaround consists on exporting was credentials as
environment variables using https://github.com/linaro-its/aws2-wrap The command
below will set the environment variables AWS_ACCESS_KEY_ID,
AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN, which makes the Flink code work.
Hi all!
I've just deployed an Apache Beam job using FlinkRunner in k8s and
found that the job failed and has the following field:
error: >-
{"type":"org.apache.flink.util.SerializedThrowable","message":"org.apache.flink.client.program.ProgramInvocationException:
The main method caused an
Hi Chen/ Feng,
Thanks for pointing out the mistake I made, after correcting the query I am
able to run the job with two sinks successfully.
Thanks,
Elakiya
On Thu, Dec 7, 2023 at 4:37 AM Chen Yu wrote:
> Hi Chen,
> You should tell flink which table to insert by “INSERT INTO XXX SELECT
> XXX”.
Hi all:
KeyBy process function
EventKeyedBroadcastProcessFunction {
private transient mapstate = null;
public void open(Configuration parameters) throws Exception {
// initial map state
}
public void processElement() {
// can't get onTimer() function s