SQL Client (Streaming + Checkpoint)

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

SQL Client (Streaming + Checkpoint)

vijikarthi
It looks like the SQL client does not configure enable checkpoint while submitting the streaming job query. Did anyone notice this behavior? FYI, I am using 1.6.x branch.

Regards
Vijay
Reply | Threaded
Open this post in threaded view
|

Re: SQL Client (Streaming + Checkpoint)

Yun Tang
Hi Vijay

Unfortunately, current sql-client does not support to configure to enable checkpoint. Current execution properties for sql-client support both batch and streaming environment while batch environment dose not support checkpoint. I prefer current sql-client as a tool for prototyping, not production-ready yet.

Best
Yun Tang

From: Vijay Srinivasaraghavan <[hidden email]>
Sent: Tuesday, January 29, 2019 0:53
To: User
Subject: SQL Client (Streaming + Checkpoint)
 
It looks like the SQL client does not configure enable checkpoint while submitting the streaming job query. Did anyone notice this behavior? FYI, I am using 1.6.x branch.

Regards
Vijay
Reply | Threaded
Open this post in threaded view
|

Re: SQL Client (Streaming + Checkpoint)

Timo Walther
Hi Vijay,

in general Yun is right, the SQL Client is still in an early prototyping phase. Some configuration features are missing.

You can track the progress of this feature here: https://issues.apache.org/jira/browse/FLINK-10265

It should be possible to use the global Flink configuration for now as a workaround:


Regards,
Timo

Am 28.01.19 um 18:41 schrieb Yun Tang:
Hi Vijay

Unfortunately, current sql-client does not support to configure to enable checkpoint. Current execution properties for sql-client support both batch and streaming environment while batch environment dose not support checkpoint. I prefer current sql-client as a tool for prototyping, not production-ready yet.

Best
Yun Tang

From: Vijay Srinivasaraghavan [hidden email]
Sent: Tuesday, January 29, 2019 0:53
To: User
Subject: SQL Client (Streaming + Checkpoint)
 
It looks like the SQL client does not configure enable checkpoint while submitting the streaming job query. Did anyone notice this behavior? FYI, I am using 1.6.x branch.

Regards
Vijay