By default, the idle TaskManager will be released after 30s(configured via
"resourcemanager.taskmanager-timeout").
If it could not be removed, you need to check the JobManager logs for the
root cause. Maybe it does not have enough permission or sth else.
Best,
Yang
Burcu Gul POLAT EGRI 于2022年3月2
Team,
Is it possible for two independent flink-statefun applications can communicate
via Http Rest API ?
In other words does flink-statefun support HTTP REST as Ingress ?
We are using python sdk for statefun application.
Regards,
Himanshu
i have a flink job that uses redis as a sink. i optionally do some wiping
and metadata writing from the job submitting flink program before it
actually executes/submits the job to the job manager. when i don't do this
redis preparation, the redis sink works completely fine. that is, the
redis co
Hi Georg,
which Flink version are you using? The missing property is for the
avro-confluent format, and if I recall correctly, how these are passed
has changed in recent versions, so it'd be good to double check you are
using the documentation for the version you are running on.
Best
Ingo
Hi Georg,
the Flink implementations seem to be based off of SQL Server[1], which
has similar (though better documented) behavior for integer-like data types.
[1]
https://docs.microsoft.com/en-us/sql/t-sql/functions/avg-transact-sql?view=sql-server-ver15
Best
Ingo
On 24.03.22 16:08, Georg
This is interesting. Thanks for the clarification!
On Mon, Mar 28, 2022 at 4:09 PM Qingsheng Ren wrote:
>
> Hi,
>
> The optimization you mentioned is only applicable for the product provided by
> Alibaba Cloud. In open-source Apache Flink there isn’t a unique caching
> abstraction for all looku
Hi Mahima,
have you checked whether the problematic dependency (seems to be avro) is
contained in Flink's /lib folder in your case? I would suggest to check on
JobManagers and TaskManagers, since you say it's in the business logic.
Have you tried the suggestions mentioned in the docs? Those would
Hi,
The optimization you mentioned is only applicable for the product provided by
Alibaba Cloud. In open-source Apache Flink there isn’t a unique caching
abstraction for all lookup tables, and each connector has there own cache
implementation. For example JDBC uses Guava cache and FileSystem u
Hi,
File system table sink doesn’t provide APIs for changing the prefix or suffix
of the generated filename. Maybe you can consider trying DataStream connector
and set OutputFileConfig manually to specify prefix and suffix of generating
filenames.
Best,
Qingsheng
> On Mar 28, 2022, at 13:10
Hi Frank,
I'm not really familiar with the internal workings of the Spotify's
operator, but here are few general notes:
- You only need the JM process for the REST API to become available (TMs
can join in asynchronously). I'd personally aim for < 1m for this step, if
it takes longer it could sign
10 matches
Mail list logo