Hi dz902,
I actually can't find that sentence on the website you've linked to. It
does state "The following sections list all available options that can be
used to adjust Flink Table & SQL API programs.". So that list are the
available options that you can use. The options that you're trying are n
Hi,
Per SQL Lite doc (
https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/dev/table/sqlclient/)
I see this:
> SQL Client Configuration
> You can configure the SQL client by setting the options below, or any
valid Flink configuration entry:
So any valid Flink configuration should wor
Hi,
If I remember correctly, set operations supports only a limited set of
configurations.
Most of them are table options that are listed on table configuration [1] plus
some pipeline options.
State backend options are not likely one of them.
[1]
https://nightlies.apache.org/flink/flink-docs
Just tried editing flink-conf.yaml and it seems SQL Client does not respect
that also. Is this an intended behavior?
On Tue, Mar 15, 2022 at 7:14 PM dz902 wrote:
> Hi,
>
> I'm using Flink 1.14 and was unable to set S3 as state backend. I tried
> combination of:
>
> SET state.backend='filesystem'