Re: Re: java.io.IOException: Could not load the native RocksDB library

2024-05-06 Thread Yanfei Lei
ming-java-1.19.0.jar:1.19.0] > at > org.apache.flink.streaming.api.operators.StreamTaskStateInitializerImpl.keyedStatedBackend(StreamTaskStateInitializerImpl.java:399) > ~[flink-streaming-java-1.19.0.jar:1.19.0] > at > org.apache.flink.streaming.api.operators.StreamTaskStat

Re: java.io.IOException: Could not load the native RocksDB library

2024-05-06 Thread Yanfei Lei
;filesystem"); > config.set(CheckpointingOptions.CHECKPOINTS_DIRECTORY, "file:\\d:\\cdc"); > > 开发环境Flink1.17包中运行没有问题 > 开发环境Flink1.19包中运行提示 > > java.io.IOException: Could not load the native RocksDB library -- Best, Yanfei

RE: Could not load the native RocksDB library

2019-10-25 Thread Patro, Samya
[Engineering] Subject: RE: Could not load the native RocksDB library Hi Samya, Were you able to get this resolved? Seeing the same issue here after upgrading to Flink 1.9 from 1.6. Thanks, Thad From: Andrey Zagrebin Sent: Wednesday, July 3, 2019 9:09 AM To: Haibo Sun Cc: Patro, Samya ; user

Re: Could not load the native RocksDB library

2019-10-25 Thread Congxian Qiu
e solved. > > > > Best, > > Haibo > > > At 2019-07-02 17:16:59, "Patro, Samya" wrote: > > Hello, > I am using rocksdb for storing state . But when I run the pipeline I get > the error ”Could not load the native RocksDB library” . Kindly can you &

RE: Could not load the native RocksDB library

2019-10-22 Thread Thad Truman
eline I get the error ”Could not load the native RocksDB library” . Kindly can you check the configs and error stacktrace and suggest what am I doing wrong . Flink version - 1.8.0 org.apache.flink flink-statebackend-rocksdb_2.11 1.8.0 This is the flink checkpoint

Re: Could not load the native RocksDB library

2019-07-03 Thread Andrey Zagrebin
on of JDK do > you use? You can try upgrading JDK to see if the issue can be solved. > > Best, > Haibo > > At 2019-07-02 17:16:59, "Patro, Samya" wrote: > > Hello, > I am using rocksdb for storing state . But when I run the pipeline I get > the error ”Cou

Could not load the native RocksDB library

2019-07-02 Thread Patro, Samya
Hello, I am using rocksdb for storing state . But when I run the pipeline I get the error "Could not load the native RocksDB library" . Kindly can you check the configs and error stacktrace and suggest what am I doing wrong . Flink version - 1.8.0 org.apache.flink