cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

RocksDB results in empty stream/stream joins dataframe

EhsanSaba
New Contributor

Since we enable RocksDB in our spark.conf the stream to stream joins/unions results in empty dataframe, does anyone else have the same experience? it is on AWS

spark.conf.set(
"spark.sql.streaming.stateStore.providerClass",
"com.databricks.sql.streaming.state.RocksDBStateStoreProvider")

1 REPLY 1

jose_gonzalez
Databricks Employee
Databricks Employee

Did you also update the checkpoint? You might need to use a new checkpoint after you enable the RocksDB state store.