Connect RocksDB which created by Flink checkpoint

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

Connect RocksDB which created by Flink checkpoint

qq
Hi all.


    How can I connect RocksDB which created by Flink checkpoint,  aim to check the rocksdb configuration and data in rocksdb. Thanks very much.


   AlexFu



Reply | Threaded
Open this post in threaded view
|

Re: Connect RocksDB which created by Flink checkpoint

Yun Tang
Hi Alex

First of all, RocksDB is not created by Flink checkpoint mechanism. RocksDB would be launched once you have configured and use keyed state no mater whether you have ever enabled checkpoint.

If you want to check configuration and data in RocksDB, please login the task manager node. The RocksDB folder lies in Flink temporary dir [1] which looks like flink-io-xxxx and the configuration is located in the file named as 'LOG' with RocksDB directory.


Best
Yun Tang


From: qq <[hidden email]>
Sent: Monday, December 30, 2019 18:09
To: [hidden email] <[hidden email]>
Subject: Connect RocksDB which created by Flink checkpoint
 
Hi all.


    How can I connect RocksDB which created by Flink checkpoint,  aim to check the rocksdb configuration and data in rocksdb. Thanks very much.


   AlexFu



Reply | Threaded
Open this post in threaded view
|

Re: Connect RocksDB which created by Flink checkpoint

Congxian Qiu
If you have specified the LOCAL_DIRECTORIES[1] , then the LOG will go into the LOCAL_DIRECTORIES.


Yun Tang <[hidden email]> 于2019年12月30日周一 下午7:03写道:
Hi Alex

First of all, RocksDB is not created by Flink checkpoint mechanism. RocksDB would be launched once you have configured and use keyed state no mater whether you have ever enabled checkpoint.

If you want to check configuration and data in RocksDB, please login the task manager node. The RocksDB folder lies in Flink temporary dir [1] which looks like flink-io-xxxx and the configuration is located in the file named as 'LOG' with RocksDB directory.


Best
Yun Tang


From: qq <[hidden email]>
Sent: Monday, December 30, 2019 18:09
To: [hidden email] <[hidden email]>
Subject: Connect RocksDB which created by Flink checkpoint
 
Hi all.


    How can I connect RocksDB which created by Flink checkpoint,  aim to check the rocksdb configuration and data in rocksdb. Thanks very much.


   AlexFu