[VOTE] FLIP-69: Flink SQL DDL Enhancement

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

Re: Flunk savepoin(checkpoint) load api or debug

Congxian Qiu
Hi

You can create a test class, add a test method in the test class, and add your logic in the test method. you can ref to CheckpointMetadataLoadingTest#testLoadAndValidateSavepoint.


Best,
Congxian


qq <[hidden email]> 于2019年11月8日周五 下午2:41写道:
Hi all,

   Thanks very much. I wants to debug checkpoint with code. Below is my code. Anyway I am sorry I doesn’t understand UT class. 
   


在 2019年11月7日,12:03,Congxian Qiu <[hidden email]> 写道:

Hi,
If you just want to debug, maybe you can do this in UT class in module
flink-runtime :) so that you do not need to handle the dependency problem,
and access problem.

Best,
Congxian


Jark Wu <[hidden email]> 于2019年11月6日周三 下午3:39写道:

Btw, user questions should be asked in [hidden email] or [hidden email]. The
dev
ML is mainly used to discuss development.

Best,
Jark

On Wed, 6 Nov 2019 at 15:36, Jark Wu <[hidden email]> wrote:

Hi,

Savepoint.load(env, path) is in state processor API library, you should
add the following dependency in your project.

<dependency>
 <groupId>org.apache.flink</groupId>
 <artifactId>flink-state-processor-api_2.11</artifactId>
 <version>1.9.1</version>
</dependency>


You can see the docuementation for more detailed instructions [1].

Best,
Jark

[1]:

https://ci.apache.org/projects/flink/flink-docs-release-1.9/dev/libs/state_processor_api.html

On Wed, 6 Nov 2019 at 09:21, qq <[hidden email]> wrote:

Hi all,
  I want to load checkpoint or savepoint metadata on dev . in this case
, I want to debug saved checkpoint metadata. And I knew flink provided a
api which is Savepoint.load(env, path), but I can’t find it and can’t
use
it. Anyone who know about this ? Could you help me ? Thanks very much;





Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] FLIP-69: Flink SQL DDL Enhancement

Jark Wu-2
In reply to this post by Danny Chan
+1 from my side. They are useful features.

Best,
Jark

On Fri, 8 Nov 2019 at 16:42, Danny Chan <[hidden email]> wrote:

> +1(non-binding), nice job, Terry ~
>
> Best,
> Danny Chan
> 在 2019年11月5日 +0800 PM10:32,[hidden email],写道:
> >
> > +1 to the long missing feature in Flink SQL.
>
Reply | Threaded
Open this post in threaded view
|

[RESULT][VOTE] FLIP-69: Flink SQL DDL Enhancement

Terry Wang
Hi all,

The voting time for FLIP-69 has passed. I'm closing the vote now.

There were seven +1 votes, 3 of which are binding:
- Bowen Li (binding)
- Jark Wu (binding)
- Kurt Young (binding)

- Xuefu Z (non-binding)
- Peter Huang (non-binding)
- Jingsong Li (non-binding)
- Danny Chan (non-binding)

There were no disapproving votes.

Thus, FLIP-69 has been accepted.

Thanks everyone for joining the discussion and giving feedback!
Best,
Terry Wang



> 2019年11月9日 23:49,Jark Wu <[hidden email]> 写道:
>
> +1 from my side. They are useful features.
>
> Best,
> Jark
>
> On Fri, 8 Nov 2019 at 16:42, Danny Chan <[hidden email]> wrote:
>
>> +1(non-binding), nice job, Terry ~
>>
>> Best,
>> Danny Chan
>> 在 2019年11月5日 +0800 PM10:32,[hidden email],写道:
>>>
>>> +1 to the long missing feature in Flink SQL.
>>

12