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

No SST files found

Open aandis opened this issue 3 years ago • 5 comments

I'm trying to use this with structure streaming jobs and all my queries terminate with this exception

Error reading snapshot file $fileToRead of $this: No SST files found.

Do you mind explaining why this lib is expecting sst files and possible causes for the error?

aandis avatar Apr 08 '21 07:04 aandis

cc: @itsvikramagr

aandis avatar Apr 14 '21 08:04 aandis

@aandis - how are you trying to use this? Is this a new streaming application (different checkpoint folder)?

You can read about SST files from this wiki - https://github.com/facebook/rocksdb/wiki/A-Tutorial-of-RocksDB-SST-formats

itsvikramagr avatar Apr 15 '21 07:04 itsvikramagr

@itsvikramagr the spark streaming application checkpoints data to a hdfs location.

aandis avatar Apr 15 '21 08:04 aandis

Is this a new streaming application (different checkpoint folder)?

@itsvikramagr not sure what you mean by this?

aandis avatar Apr 15 '21 08:04 aandis

@itsvikramagr would appreciate any inputs here.

aandis avatar Jun 13 '21 05:06 aandis