spark-state-store icon indicating copy to clipboard operation
spark-state-store copied to clipboard

Rocksdb state storage implementation for Structured Streaming.

Results 3 spark-state-store issues
Sort by recently updated
recently updated
newest added

would like to know, does it support hdfs as state store ?

I'm trying to use this with structure streaming jobs and all my queries terminate with [this](https://github.com/qubole/spark-state-store/blob/bc47e67afdac68bbed0daeefdf6686cd4d5396af/src/main/scala/org/apache/spark/sql/execution/streaming/state/RocksDbStateStoreProvider.scala#L435) exception > Error reading snapshot file $fileToRead of $this: No SST files found. Do...

Hi, I am having `java.lang.IllegalStateException: Error while creating OptimisticTransactionDb instance lock : file:/home/centos/rocksdb/rdb/db/state_-1619083917/0/0/LOCK: No locks available. `Error while running stream-stream Join on spark-shell. **Step to reproduce.** 1. Spark version 2.4.0...