_
From: Nikola Hrusov
Sent: Tuesday, August 11, 2020 13:32
To: KristoffSC
Cc: user@flink.apache.org
Subject: Re: How to use FsBackBackend without getting deprecation warning
Hello,
That does seem to remove the warning, but I am not sure that's the way I would
like to go about it.
Just c
Hello,
That does seem to remove the warning, but I am not sure that's the way I
would like to go about it.
Just casting it seems like hiding the issue. But I agree with you, it is
not the most clean in that case.
Regards
,
Nikola Hrusov
On Mon, Aug 10, 2020 at 9:46 PM KristoffSC
wrote:
> Hi,
Hi,
had the same problem.
Try this:
env.setStateBackend((StateBackend) new
FsStateBackend("hdfs://namenode:40010/flink/checkpoints"));
yeah... not the cleanest way... I guess the API is not that clean after all.
--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.co