My application does not recognize `EmbeddedRocksDB...
# troubleshooting
a
My application does not recognize
EmbeddedRocksDBStateBackend
class. I believe it must be in
flink-statebackend-rocksdb-1.18-SNAPSHOT
(or not), so what’s the appropriate dependency for
EmbeddedRocksDBStateBackend
in
pom.xml
? It sounds like the
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-statebackend-rocksdb</artifactId>
<version>1.17.0</version>
<scope>test</scope>
</dependency>
is not the answer…
d
I see the scope is test. Can you remove that and try? The dependency looks correct.
a
I tried but didn’t work!